Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.h137 #define QINTR_CNT_EN 0x1 macro
Dcxgb4_main.c2528 q->intr_params = QINTR_TIMER_IDX(us) | (cnt > 0 ? QINTR_CNT_EN : 0); in set_rxq_intr_params()
2559 c->rx_max_coalesced_frames = (rq->intr_params & QINTR_CNT_EN) ? in get_coalesce()
5268 (pkt_cnt_idx < SGE_NCOUNTERS ? QINTR_CNT_EN : 0); in init_rspq()
/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c1053 (cnt > 0 ? QINTR_CNT_EN : 0)); in set_rxq_intr_params()
1326 ((rspq->intr_params & QINTR_CNT_EN) in cxgb4vf_get_coalesce()
2290 (pkt_cnt_idx < SGE_NCOUNTERS ? QINTR_CNT_EN : 0)); in init_rspq()