Home
last modified time | relevance | path

Searched refs:port_immutable (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/drivers/infiniband/sw/siw/
Dsiw_verbs.h42 struct ib_port_immutable *port_immutable);
Dsiw_verbs.c214 struct ib_port_immutable *port_immutable) in siw_get_port_immutable() argument
222 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()
/linux-6.14.4/drivers/infiniband/hw/erdma/
Derdma_verbs.c413 struct ib_port_immutable *port_immutable) in erdma_get_port_immutable() argument
418 port_immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in erdma_get_port_immutable()
419 port_immutable->gid_tbl_len = 1; in erdma_get_port_immutable()
421 port_immutable->core_cap_flags = in erdma_get_port_immutable()
423 port_immutable->max_mad_size = IB_MGMT_MAD_SIZE; in erdma_get_port_immutable()
424 port_immutable->gid_tbl_len = dev->attrs.max_gid; in erdma_get_port_immutable()
425 port_immutable->pkey_tbl_len = ERDMA_MAX_PKEYS; in erdma_get_port_immutable()
/linux-6.14.4/fs/smb/server/
Dtransport_rdma.c1638 struct ib_port_immutable port_immutable; in smb_direct_accept_client() local
1649 &port_immutable); in smb_direct_accept_client()
1650 if (port_immutable.core_cap_flags & RDMA_CORE_PORT_IWARP) { in smb_direct_accept_client()
/linux-6.14.4/fs/smb/client/
Dsmbdirect.c1497 struct ib_port_immutable port_immutable; in _smbd_get_connection() local
1597 info->id->device, info->id->port_num, &port_immutable); in _smbd_get_connection()
1598 if (port_immutable.core_cap_flags & RDMA_CORE_PORT_IWARP) { in _smbd_get_connection()