Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibqueryerrors.c553 if (cap_mask & (IB_PM_EXT_WIDTH_SUPPORTED | IB_PM_EXT_WIDTH_NOIETF_SUP)) { in print_data_cnts()
632 if (cap_mask & (IB_PM_EXT_WIDTH_SUPPORTED | IB_PM_EXT_WIDTH_NOIETF_SUP)) { in print_errors()
726 (IB_PM_EXT_WIDTH_SUPPORTED | IB_PM_EXT_WIDTH_NOIETF_SUP))) { in clear_port()
H A Dperfquery.c425 !(cap_mask & IB_PM_EXT_WIDTH_NOIETF_SUP)) in dump_perfcounters()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr.c634 || mon_port->cap_mask & IB_PM_EXT_WIDTH_NOIETF_SUP)); in pce_supported()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h3561 #define IB_PM_EXT_WIDTH_NOIETF_SUP (CL_HTON16(((uint16_t)1)<<10)) macro