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

/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_sa.c104 mad_status = (ib_net16_t) (p_sa_mad->status & IB_SMP_STATUS_MASK);
H A Dosm_vendor_ibumad_sa.c100 mad_status = (ib_net16_t) (p_sa_mad->status & IB_SMP_STATUS_MASK);
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h4097 /****d* IBA Base: Constants/IB_SMP_STATUS_MASK
4099 * IB_SMP_STATUS_MASK
4107 #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));

Completed in 177 milliseconds