Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.c289 init_rspq(adap, &r->rspq, 5, 1, uld_info->rxq_size, 64); in cfg_queues_uld()
303 init_rspq(adap, &r->rspq, 5, 1, ciq_size, 64); in cfg_queues_uld()
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c2648 static inline void init_rspq(struct sge_rspq *rspq, u8 timer_idx, in init_rspq() function
2732 init_rspq(&rxq->rspq, 0, 0, 1024, iqe_size); in cfg_queues()
2741 init_rspq(&s->fw_evtq, SGE_TIMER_RSTRT_CNTR, 0, 512, iqe_size); in cfg_queues()
2756 init_rspq(&s->intrq, SGE_TIMER_RSTRT_CNTR, 0, MSIX_ENTRIES + 1, in cfg_queues()