Searched refs:port_immutable (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/ |
H A D | siw_verbs.h | 42 struct ib_port_immutable *port_immutable);
|
H A D | siw_verbs.c | 198 struct ib_port_immutable *port_immutable) in siw_get_port_immutable() 206 port_immutable->gid_tbl_len = attr.gid_tbl_len; in siw_get_port_immutable() 207 port_immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in siw_get_port_immutable() 197 siw_get_port_immutable(struct ib_device *base_dev, u8 port, struct ib_port_immutable *port_immutable) siw_get_port_immutable() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/ |
H A D | siw_verbs.h | 42 struct ib_port_immutable *port_immutable);
|
H A D | siw_verbs.c | 200 struct ib_port_immutable *port_immutable) in siw_get_port_immutable() 208 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() 199 siw_get_port_immutable(struct ib_device *base_dev, u32 port, struct ib_port_immutable *port_immutable) siw_get_port_immutable() argument
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | transport_rdma.c | 1638 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()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/ |
H A D | erdma_verbs.c | 399 struct ib_port_immutable *port_immutable) in erdma_get_port_immutable() 401 port_immutable->gid_tbl_len = 1; in erdma_get_port_immutable() 402 port_immutable->core_cap_flags = RDMA_CORE_PORT_IWARP; in erdma_get_port_immutable() 398 erdma_get_port_immutable(struct ib_device *ibdev, u32 port, struct ib_port_immutable *port_immutable) erdma_get_port_immutable() argument
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smbdirect.c | 1526 struct ib_port_immutable port_immutable; in _smbd_get_connection() local 1630 info->id->device, info->id->port_num, &port_immutable); in _smbd_get_connection() 1631 if (port_immutable.core_cap_flags & RDMA_CORE_PORT_IWARP) { in _smbd_get_connection()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smbdirect.c | 1496 struct ib_port_immutable port_immutable; in _smbd_get_connection() local 1598 info->id->device, info->id->port_num, &port_immutable); in _smbd_get_connection() 1599 if (port_immutable.core_cap_flags & RDMA_CORE_PORT_IWARP) { in _smbd_get_connection()
|
Completed in 15 milliseconds