Searched refs:port_immutable (Results 1 – 5 of 5) sorted by relevance
42 struct ib_port_immutable *port_immutable);
200 struct ib_port_immutable *port_immutable) in siw_get_port_immutable() argument208 port_immutable->gid_tbl_len = attr.gid_tbl_len; in siw_get_port_immutable()209 port_immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in siw_get_port_immutable()
346 struct ib_port_immutable *port_immutable) in erdma_get_port_immutable() argument348 port_immutable->gid_tbl_len = 1; in erdma_get_port_immutable()349 port_immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in erdma_get_port_immutable()
1629 struct ib_port_immutable port_immutable; in smb_direct_accept_client() local1640 &port_immutable); in smb_direct_accept_client()1641 if (port_immutable.core_cap_flags & RDMA_CORE_PORT_IWARP) { in smb_direct_accept_client()
1527 struct ib_port_immutable port_immutable; in _smbd_get_connection() local1629 info->id->device, info->id->port_num, &port_immutable); in _smbd_get_connection()1630 if (port_immutable.core_cap_flags & RDMA_CORE_PORT_IWARP) { in _smbd_get_connection()