Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c320 init_rspq(adap, &r->rspq, 5, 1, uld_info->rxq_size, 64); in cfg_queues_uld()
334 init_rspq(adap, &r->rspq, 5, 1, ciq_size, 64); in cfg_queues_uld()
Dcxgb4.h1363 static inline void init_rspq(struct adapter *adap, struct sge_rspq *q, in init_rspq() function
Dcxgb4_main.c4281 init_rspq(adap, &r->rspq, 5, 10, 1024, 64); in cfg_queues()
4294 init_rspq(adap, &s->fw_evtq, 0, 1, 1024, 64); in cfg_queues()
4295 init_rspq(adap, &s->intrq, 0, 1, 512, 64); in cfg_queues()
/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c2576 static inline void init_rspq(struct sge_rspq *rspq, u8 timer_idx, in init_rspq() function
2659 init_rspq(&rxq->rspq, 0, 0, 1024, iqe_size); in cfg_queues()
2668 init_rspq(&s->fw_evtq, SGE_TIMER_RSTRT_CNTR, 0, 512, iqe_size); in cfg_queues()
2683 init_rspq(&s->intrq, SGE_TIMER_RSTRT_CNTR, 0, MSIX_ENTRIES + 1, in cfg_queues()