Searched refs:rdma_max_mad_size (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | mad.c | 586 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 D | device.c | 799 rdma_max_mad_size(dev, port) != 0); in verify_immutable()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | mad.c | 580 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 D | device.c | 833 rdma_max_mad_size(dev, port) != 0); in verify_immutable()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_verbs.h | 3291 * 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 D | ib_verbs.h | 3351 * 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 32 milliseconds