Lines Matching refs:usbg_tpg

32 	struct usbg_tpg			*tpg;
1045 struct usbg_tpg *tpg; in usbg_cmd_work()
1100 struct usbg_tpg *tpg = fu->tpg; in usbg_submit_command()
1174 struct usbg_tpg *tpg; in bot_cmd_work()
1206 struct usbg_tpg *tpg = fu->tpg; in bot_submit_command()
1263 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_get_fabric_wwn()
1264 struct usbg_tpg, se_tpg); in usbg_get_fabric_wwn()
1272 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_get_tag()
1273 struct usbg_tpg, se_tpg); in usbg_get_tag()
1341 struct usbg_tpg *tpg; in usbg_make_tpg()
1376 tpg = kzalloc(sizeof(struct usbg_tpg), GFP_KERNEL); in usbg_make_tpg()
1420 static int tcm_usbg_drop_nexus(struct usbg_tpg *);
1424 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_drop_tpg()
1425 struct usbg_tpg, se_tpg); in usbg_drop_tpg()
1498 static int usbg_attach(struct usbg_tpg *);
1499 static void usbg_detach(struct usbg_tpg *);
1503 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in usbg_enable_tpg()
1521 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in tcm_usbg_tpg_nexus_show()
1541 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_alloc_sess_cb()
1542 struct usbg_tpg, se_tpg); in usbg_alloc_sess_cb()
1548 static int tcm_usbg_make_nexus(struct usbg_tpg *tpg, char *name) in tcm_usbg_make_nexus()
1584 static int tcm_usbg_drop_nexus(struct usbg_tpg *tpg) in tcm_usbg_drop_nexus()
1626 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in tcm_usbg_tpg_nexus_store()
1667 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in usbg_port_link()
1677 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in usbg_port_unlink()
2193 static int usbg_attach(struct usbg_tpg *tpg) in usbg_attach()
2204 static void usbg_detach(struct usbg_tpg *tpg) in usbg_detach()