Searched refs:port_tpg_1 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 2544 transport_register_session(&sport->port_tpg_1, &nacl->nacl, ch->sess, ch); in srpt_cm_req_recv() 3347 struct srpt_port *sport = container_of(tpg, struct srpt_port, port_tpg_1); in srpt_get_fabric_wwn() 3547 struct srpt_port *sport = container_of(tpg, struct srpt_port, port_tpg_1); in srpt_make_nodeacl() 3605 core_tpg_del_initiator_node_acl(&sport->port_tpg_1, se_nacl, 1); in srpt_drop_nodeacl() 3613 struct srpt_port *sport = container_of(se_tpg, struct srpt_port, port_tpg_1); in srpt_tpg_attrib_show_srp_max_rdma_size() 3623 struct srpt_port *sport = container_of(se_tpg, struct srpt_port, port_tpg_1); in srpt_tpg_attrib_store_srp_max_rdma_size() 3653 struct srpt_port *sport = container_of(se_tpg, struct srpt_port, port_tpg_1); in srpt_tpg_attrib_show_srp_max_rsp_size() 3663 struct srpt_port *sport = container_of(se_tpg, struct srpt_port, port_tpg_1); in srpt_tpg_attrib_store_srp_max_rsp_size() 3693 struct srpt_port *sport = container_of(se_tpg, struct srpt_port, port_tpg_1); in srpt_tpg_attrib_show_srp_sq_size() 3703 struct srpt_port *sport = container_of(se_tpg, struct srpt_port, port_tpg_1); in srpt_tpg_attrib_store_srp_sq_size() [all …]
|
D | ib_srpt.h | 370 struct se_portal_group port_tpg_1; member
|