Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_mqprio.c153 struct sge_ofld_rxq *eorxq; in cxgb4_mqprio_alloc_hw_resources() local
183 eorxq = &adap->sge.eohw_rxq[pi->first_qset + i]; in cxgb4_mqprio_alloc_hw_resources()
194 eorxq->msix = &adap->msix_info[msix]; in cxgb4_mqprio_alloc_hw_resources()
195 snprintf(eorxq->msix->desc, in cxgb4_mqprio_alloc_hw_resources()
196 sizeof(eorxq->msix->desc), in cxgb4_mqprio_alloc_hw_resources()
200 init_rspq(adap, &eorxq->rspq, in cxgb4_mqprio_alloc_hw_resources()
206 eorxq->fl.size = CXGB4_EOHW_FLQ_DEFAULT_DESC_NUM; in cxgb4_mqprio_alloc_hw_resources()
208 ret = t4_sge_alloc_rxq(adap, &eorxq->rspq, false, in cxgb4_mqprio_alloc_hw_resources()
209 dev, msix, &eorxq->fl, in cxgb4_mqprio_alloc_hw_resources()
218 eorxq->rspq.cntxt_id); in cxgb4_mqprio_alloc_hw_resources()
[all …]