Home
last modified time | relevance | path

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

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