Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c317 init_rspq(adap, &r->rspq, 5, 1, uld_info->rxq_size, 64); in cfg_queues_uld()
331 init_rspq(adap, &r->rspq, 5, 1, ciq_size, 64); in cfg_queues_uld()
Dcxgb4.h1500 static inline void init_rspq(struct adapter *adap, struct sge_rspq *q, in init_rspq() function
Dcxgb4_main.c4934 init_rspq(adap, &r->rspq, 5, 10, 1024, 64); in cfg_queues()
4947 init_rspq(adap, &s->fw_evtq, 0, 1, 1024, 64); in cfg_queues()
4948 init_rspq(adap, &s->intrq, 0, 1, 512, 64); in cfg_queues()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c2676 static inline void init_rspq(struct sge_rspq *rspq, u8 timer_idx, in init_rspq() function
2759 init_rspq(&rxq->rspq, 0, 0, 1024, iqe_size); in cfg_queues()
2768 init_rspq(&s->fw_evtq, SGE_TIMER_RSTRT_CNTR, 0, 512, iqe_size); in cfg_queues()
2783 init_rspq(&s->intrq, SGE_TIMER_RSTRT_CNTR, 0, MSIX_ENTRIES + 1, in cfg_queues()