Home
last modified time | relevance | path

Searched refs:IB_MGMT_CLASS_CM (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/rdma/
H A Dib_mad.h31 #define IB_MGMT_CLASS_CM 0x07 macro
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dmad.c707 if (mad->mad_hdr.mgmt_class != IB_MGMT_CLASS_CM) { in mlx4_ib_demux_mad()
791 case IB_MGMT_CLASS_CM: in mlx4_ib_demux_mad()
1546 case IB_MGMT_CLASS_CM: in mlx4_ib_multiplex_mad()
/openbmc/linux/drivers/infiniband/core/
H A Dcm.c1308 hdr->mgmt_class = IB_MGMT_CLASS_CM; in cm_format_mad_hdr()
4360 .mgmt_class = IB_MGMT_CLASS_CM, in cm_add_one()
H A Dmad.c1636 if ((mad_hdr->mgmt_class == IB_MGMT_CLASS_CM) && in validate_mad()