Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad_sa.c100 mad_status = (ib_net16_t) (p_sa_mad->status & IB_SMP_STATUS_MASK); in __osmv_sa_mad_rcv_cb()
H A Dosm_vendor_mlx_sa.c104 mad_status = (ib_net16_t) (p_sa_mad->status & IB_SMP_STATUS_MASK); in __osmv_sa_mad_rcv_cb()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h4107 #define IB_SMP_STATUS_MASK (CL_HTON16(IB_SMP_STATUS_MASK_HO)) macro
4213 return ((ib_net16_t) (p_smp->status & IB_SMP_STATUS_MASK)); in ib_smp_get_status()