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()
1258 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_get_fabric_wwn()
1259 struct usbg_tpg, se_tpg); in usbg_get_fabric_wwn()
1267 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_get_tag()
1268 struct usbg_tpg, se_tpg); in usbg_get_tag()
1317 struct usbg_tpg *tpg; in usbg_make_tpg()
1352 tpg = kzalloc(sizeof(struct usbg_tpg), GFP_KERNEL); in usbg_make_tpg()
1396 static int tcm_usbg_drop_nexus(struct usbg_tpg *);
1400 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_drop_tpg()
1401 struct usbg_tpg, se_tpg); in usbg_drop_tpg()
1474 static int usbg_attach(struct usbg_tpg *);
1475 static void usbg_detach(struct usbg_tpg *);
1479 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in usbg_enable_tpg()
1497 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in tcm_usbg_tpg_nexus_show()
1517 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_alloc_sess_cb()
1518 struct usbg_tpg, se_tpg); in usbg_alloc_sess_cb()
1524 static int tcm_usbg_make_nexus(struct usbg_tpg *tpg, char *name) in tcm_usbg_make_nexus()
1560 static int tcm_usbg_drop_nexus(struct usbg_tpg *tpg) in tcm_usbg_drop_nexus()
1602 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in tcm_usbg_tpg_nexus_store()
1643 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in usbg_port_link()
1653 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in usbg_port_unlink()
2162 static int usbg_attach(struct usbg_tpg *tpg) in usbg_attach()
2173 static void usbg_detach(struct usbg_tpg *tpg) in usbg_detach()