Home
last modified time | relevance | path

Searched refs:rdma_max_mad_size (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dmad.c586 return rdma_max_mad_size(port_priv->device, port_priv->port_num); in port_mad_size()
2958 if (WARN_ON(rdma_max_mad_size(device, port_num) < IB_MGMT_MAD_SIZE)) in ib_mad_port_open()
2962 rdma_max_mad_size(device, port_num) < OPA_MGMT_MAD_SIZE)) in ib_mad_port_open()
H A Ddevice.c799 rdma_max_mad_size(dev, port) != 0); in verify_immutable()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dmad.c580 return rdma_max_mad_size(port_priv->device, port_priv->port_num); in port_mad_size()
2943 if (WARN_ON(rdma_max_mad_size(device, port_num) < IB_MGMT_MAD_SIZE)) in ib_mad_port_open()
2947 rdma_max_mad_size(device, port_num) < OPA_MGMT_MAD_SIZE)) in ib_mad_port_open()
H A Ddevice.c833 rdma_max_mad_size(dev, port) != 0); in verify_immutable()
/kernel/linux/linux-5.10/include/rdma/
H A Dib_verbs.h3291 * rdma_max_mad_size - Return the max MAD size required by this RDMA Port.
3302 static inline size_t rdma_max_mad_size(const struct ib_device *device, u8 port_num) in rdma_max_mad_size() function
/kernel/linux/linux-6.6/include/rdma/
H A Dib_verbs.h3351 * rdma_max_mad_size - Return the max MAD size required by this RDMA Port.
3362 static inline size_t rdma_max_mad_size(const struct ib_device *device, in rdma_max_mad_size() function

Completed in 31 milliseconds