• Home
  • Raw
  • Download

Lines Matching refs:se_tpg

1056 				tv_nexus->tvn_se_sess->se_tpg->se_tpg_tfo,  in usbg_cmd_work()
1173 tv_nexus->tvn_se_sess->se_tpg->se_tpg_tfo, in bot_cmd_work()
1258 static int usbg_check_true(struct se_portal_group *se_tpg) in usbg_check_true() argument
1263 static int usbg_check_false(struct se_portal_group *se_tpg) in usbg_check_false() argument
1273 static char *usbg_get_fabric_wwn(struct se_portal_group *se_tpg) in usbg_get_fabric_wwn() argument
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()
1282 static u16 usbg_get_tag(struct se_portal_group *se_tpg) in usbg_get_tag() argument
1284 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_get_tag()
1285 struct usbg_tpg, se_tpg); in usbg_get_tag()
1289 static u32 usbg_tpg_get_inst_index(struct se_portal_group *se_tpg) in usbg_tpg_get_inst_index() argument
1416 ret = core_tpg_register(wwn, &tpg->se_tpg, SCSI_PROTOCOL_SAS); in usbg_make_tpg()
1423 return &tpg->se_tpg; in usbg_make_tpg()
1426 static void usbg_drop_tpg(struct se_portal_group *se_tpg) in usbg_drop_tpg() argument
1428 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_drop_tpg()
1429 struct usbg_tpg, se_tpg); in usbg_drop_tpg()
1431 core_tpg_deregister(se_tpg); in usbg_drop_tpg()
1482 struct se_portal_group *se_tpg = to_tpg(item); in tcm_usbg_tpg_enable_show() local
1483 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in tcm_usbg_tpg_enable_show()
1494 struct se_portal_group *se_tpg = to_tpg(item); in tcm_usbg_tpg_enable_store() local
1495 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in tcm_usbg_tpg_enable_store()
1524 struct se_portal_group *se_tpg = to_tpg(item); in tcm_usbg_tpg_nexus_show() local
1525 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in tcm_usbg_tpg_nexus_show()
1544 struct se_portal_group *se_tpg; in tcm_usbg_make_nexus() local
1554 se_tpg = &tpg->se_tpg; in tcm_usbg_make_nexus()
1570 se_tpg, name); in tcm_usbg_make_nexus()
1579 transport_register_session(se_tpg, tv_nexus->tvn_se_sess->se_node_acl, in tcm_usbg_make_nexus()
1635 struct se_portal_group *se_tpg = to_tpg(item); in tcm_usbg_tpg_nexus_store() local
1636 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in tcm_usbg_tpg_nexus_store()
1675 static int usbg_port_link(struct se_portal_group *se_tpg, struct se_lun *lun) in usbg_port_link() argument
1677 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in usbg_port_link()
1684 static void usbg_port_unlink(struct se_portal_group *se_tpg, in usbg_port_unlink() argument
1687 struct usbg_tpg *tpg = container_of(se_tpg, struct usbg_tpg, se_tpg); in usbg_port_unlink()