Lines Matching refs:usbg_tpg
1047 struct usbg_tpg *tpg; in usbg_cmd_work()
1080 struct usbg_tpg *tpg; in usbg_submit_command()
1164 struct usbg_tpg *tpg; in bot_cmd_work()
1197 struct usbg_tpg *tpg; in bot_submit_command()
1275 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_get_fabric_wwn()
1276 struct usbg_tpg, se_tpg); in usbg_get_fabric_wwn()
1284 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_get_tag()
1285 struct usbg_tpg, se_tpg); in usbg_get_tag()
1375 struct usbg_tpg *the_only_tpg_I_currently_have;
1384 struct usbg_tpg *tpg; in usbg_make_tpg()
1398 tpg = kzalloc(sizeof(struct usbg_tpg), GFP_KERNEL); in usbg_make_tpg()
1428 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_drop_tpg()
1429 struct usbg_tpg, se_tpg); in usbg_drop_tpg()
1483 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in tcm_usbg_tpg_enable_show()
1488 static int usbg_attach(struct usbg_tpg *);
1489 static void usbg_detach(struct usbg_tpg *);
1495 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in tcm_usbg_tpg_enable_store()
1525 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in tcm_usbg_tpg_nexus_show()
1542 static int tcm_usbg_make_nexus(struct usbg_tpg *tpg, char *name) in tcm_usbg_make_nexus()
1594 static int tcm_usbg_drop_nexus(struct usbg_tpg *tpg) in tcm_usbg_drop_nexus()
1636 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in tcm_usbg_tpg_nexus_store()
1677 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in usbg_port_link()
1687 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in usbg_port_unlink()
2216 static int usbg_attach(struct usbg_tpg *tpg) in usbg_attach()
2221 static void usbg_detach(struct usbg_tpg *tpg) in usbg_detach()