Searched refs:port_immutable (Results 1 – 3 of 3) sorted by relevance
412 struct ib_port_immutable *port_immutable) in erdma_get_port_immutable() argument417 port_immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in erdma_get_port_immutable()418 port_immutable->gid_tbl_len = 1; in erdma_get_port_immutable()420 port_immutable->core_cap_flags = in erdma_get_port_immutable()422 port_immutable->max_mad_size = IB_MGMT_MAD_SIZE; in erdma_get_port_immutable()423 port_immutable->gid_tbl_len = dev->attrs.max_gid; in erdma_get_port_immutable()424 port_immutable->pkey_tbl_len = ERDMA_MAX_PKEYS; in erdma_get_port_immutable()
214 struct ib_port_immutable *port_immutable) in siw_get_port_immutable() argument222 port_immutable->gid_tbl_len = attr.gid_tbl_len; in siw_get_port_immutable()223 port_immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in siw_get_port_immutable()
2096 struct ib_port_immutable port_immutable; in _smbd_get_connection() local2231 sc->ib.dev, sc->rdma.cm_id->port_num, &port_immutable); in _smbd_get_connection()2232 if (port_immutable.core_cap_flags & RDMA_CORE_PORT_IWARP) { in _smbd_get_connection()