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

/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_device.c186 kfree(dev->port_immutable);
286 * device->port_immutable is indexed directly by the port number to make
289 * Therefore port_immutable is declared as a 1 based array with
292 device->port_immutable = kzalloc(sizeof(*device->port_immutable)
295 if (!device->port_immutable)
300 &device->port_immutable[port]);
392 kfree(device->port_immutable);
893 for (i = 0; i < device->port_immutable[port].gid_tbl_len; ++i) {
925 for (i = 0; i < device->port_immutable[port_nu
[all...]
H A Dib_cache.c802 ib_dev->port_immutable[rdma_port].gid_tbl_len);
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1849 * port_immutable is indexed by port number
1851 struct ib_port_immutable *port_immutable; member in struct:ib_device
2278 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_PROT_IB;
2283 return device->port_immutable[port_num].core_cap_flags &
2289 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_PROT_ROCE_UDP_ENCAP;
2294 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_PROT_ROCE;
2299 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_PROT_IWARP;
2322 return device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_IB_MAD;
2346 return (device->port_immutable[port_num].core_cap_flags & RDMA_CORE_CAP_OPA_MAD)
2372 return device->port_immutable[port_nu
[all...]

Completed in 222 milliseconds