Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/core/
H A Dmad.c580 return rdma_max_mad_size(port_priv->device, port_priv->port_num); in port_mad_size()
2946 if (WARN_ON(rdma_max_mad_size(device, port_num) < IB_MGMT_MAD_SIZE)) in ib_mad_port_open()
2950 rdma_max_mad_size(device, port_num) < OPA_MGMT_MAD_SIZE)) in ib_mad_port_open()
H A Ddevice.c832 rdma_max_mad_size(dev, port) != 0); in verify_immutable()
/linux-6.15/include/rdma/
H A Dib_verbs.h3421 static inline size_t rdma_max_mad_size(const struct ib_device *device, in rdma_max_mad_size() function