Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/core/
Ddevice.c278 rdma_max_mad_size(dev, port) != 0); in verify_immutable()
Dmad.c728 return rdma_max_mad_size(port_priv->device, port_priv->port_num); in port_mad_size()
3156 if (WARN_ON(rdma_max_mad_size(device, port_num) < IB_MGMT_MAD_SIZE)) in ib_mad_port_open()
3160 rdma_max_mad_size(device, port_num) < OPA_MGMT_MAD_SIZE)) in ib_mad_port_open()
/linux-4.4.14/include/rdma/
Dib_verbs.h2182 static inline size_t rdma_max_mad_size(const struct ib_device *device, u8 port_num) in rdma_max_mad_size() function