Home
last modified time | relevance | path

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

/freebsd-14.2/sys/ofed/drivers/infiniband/core/
H A Dib_device.c184 kfree(dev->port_immutable); in ib_device_release()
290 device->port_immutable = kzalloc(sizeof(*device->port_immutable) in read_port_immutable()
293 if (!device->port_immutable) in read_port_immutable()
298 &device->port_immutable[port]); in read_port_immutable()
390 kfree(device->port_immutable); in ib_register_device()
894 for (i = 0; i < device->port_immutable[port].gid_tbl_len; ++i) { in ib_find_gid()
926 for (i = 0; i < device->port_immutable[port_num].pkey_tbl_len; ++i) { in ib_find_pkey()
H A Dib_cache.c801 ib_dev->port_immutable[rdma_port].gid_tbl_len); in _gid_table_setup_one()
/freebsd-14.2/sys/ofed/include/rdma/
H A Dib_verbs.h2137 struct ib_port_immutable *port_immutable; member
2658 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_PROT_IB; in rdma_protocol_ib()
2663 return device->port_immutable[port_num].core_cap_flags & in rdma_protocol_roce()
2702 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_IB_MAD; in rdma_cap_ib_mad()
2752 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_IB_SMI; in rdma_cap_ib_smi()
2772 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_IB_CM; in rdma_cap_ib_cm()
2789 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_IW_CM; in rdma_cap_iw_cm()
2809 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_IB_SA; in rdma_cap_ib_sa()
2849 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_AF_IB; in rdma_cap_af_ib()
2870 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_ETH_AH; in rdma_cap_eth_ah()
[all …]