Lines Matching refs:usbg_tpg

1053 	struct usbg_tpg *tpg;  in usbg_cmd_work()
1086 struct usbg_tpg *tpg; in usbg_submit_command()
1169 struct usbg_tpg *tpg; in bot_cmd_work()
1202 struct usbg_tpg *tpg; in bot_submit_command()
1279 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_get_fabric_proto_ident()
1280 struct usbg_tpg, se_tpg); in usbg_get_fabric_proto_ident()
1296 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_get_fabric_wwn()
1297 struct usbg_tpg, se_tpg); in usbg_get_fabric_wwn()
1305 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_get_tag()
1306 struct usbg_tpg, se_tpg); in usbg_get_tag()
1322 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_get_pr_transport_id()
1323 struct usbg_tpg, se_tpg); in usbg_get_pr_transport_id()
1344 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_get_pr_transport_id_len()
1345 struct usbg_tpg, se_tpg); in usbg_get_pr_transport_id_len()
1366 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_parse_pr_out_transport_id()
1367 struct usbg_tpg, se_tpg); in usbg_parse_pr_out_transport_id()
1538 struct usbg_tpg *the_only_tpg_I_currently_have;
1547 struct usbg_tpg *tpg; in usbg_make_tpg()
1561 tpg = kzalloc(sizeof(struct usbg_tpg), GFP_KERNEL); in usbg_make_tpg()
1588 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_drop_tpg()
1589 struct usbg_tpg, se_tpg); in usbg_drop_tpg()
1645 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in tcm_usbg_tpg_show_enable()
1650 static int usbg_attach(struct usbg_tpg *);
1651 static void usbg_detach(struct usbg_tpg *);
1658 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in tcm_usbg_tpg_store_enable()
1690 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in tcm_usbg_tpg_show_nexus()
1707 static int tcm_usbg_make_nexus(struct usbg_tpg *tpg, char *name) in tcm_usbg_make_nexus()
1759 static int tcm_usbg_drop_nexus(struct usbg_tpg *tpg) in tcm_usbg_drop_nexus()
1802 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in tcm_usbg_tpg_store_nexus()
1841 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in usbg_port_link()
1851 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in usbg_port_unlink()
2409 static int usbg_attach(struct usbg_tpg *tpg) in usbg_attach()
2414 static void usbg_detach(struct usbg_tpg *tpg) in usbg_detach()