Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/common/
H A Def10_rx.c1031 EFX_STATIC_ASSERT(EFX_EV_RX_NLABELS == (1 << ESF_DZ_RX_QLABEL_WIDTH)); in ef10_rx_qcreate()
1032 EFSYS_ASSERT3U(label, <, EFX_EV_RX_NLABELS); in ef10_rx_qcreate()
H A Defx_rx.c1608 EFX_STATIC_ASSERT(EFX_EV_RX_NLABELS == in siena_rx_qcreate()
1610 EFSYS_ASSERT3U(label, <, EFX_EV_RX_NLABELS); in siena_rx_qcreate()
H A Defx_impl.h803 efx_evq_rxq_state_t ee_rxq_state[EFX_EV_RX_NLABELS];
H A Defx.h2061 #define EFX_EV_RX_NLABELS 32 macro