Searched refs:QINTR_CNT_EN (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.h163 #define QINTR_CNT_EN 0x1 macro
H A Dcxgb4_ethtool.c581 c->rx_max_coalesced_frames = (rq->intr_params & QINTR_CNT_EN) ? get_coalesce()
H A Dsge.c2093 params = QINTR_TIMER_IDX(TIMERREG_COUNTER0_X) | QINTR_CNT_EN; cxgb_busy_poll()
H A Dcxgb4_main.c1401 q->intr_params = QINTR_TIMER_IDX(us) | (cnt > 0 ? QINTR_CNT_EN : 0); cxgb4_set_rspq_intr_params()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c1090 (cnt > 0 ? QINTR_CNT_EN : 0)); set_rxq_intr_params()
1442 ((rspq->intr_params & QINTR_CNT_EN) cxgb4vf_get_coalesce()
2397 (pkt_cnt_idx < SGE_NCOUNTERS ? QINTR_CNT_EN : 0)); init_rspq()

Completed in 149 milliseconds