Searched refs:V_QINTR_CNT_EN (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_hw.h156 #define V_QINTR_CNT_EN(x) ((x) << S_QINTR_CNT_EN) macro
157 #define F_QINTR_CNT_EN V_QINTR_CNT_EN(1U)
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_main.c7059 v = V_QINTR_TIMER_IDX(idx) | V_QINTR_CNT_EN(vi->pktc_idx != -1);
9784 v = V_QINTR_TIMER_IDX(idx) | V_QINTR_CNT_EN(vi->ofld_pktc_idx != -1);

Completed in 78 milliseconds