Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_mqprio.c152 struct sge_ofld_rxq *eorxq; in cxgb4_mqprio_alloc_hw_resources() local
180 eorxq = &adap->sge.eohw_rxq[pi->first_qset + i]; in cxgb4_mqprio_alloc_hw_resources()
191 eorxq->msix = &adap->msix_info[msix]; in cxgb4_mqprio_alloc_hw_resources()
192 snprintf(eorxq->msix->desc, in cxgb4_mqprio_alloc_hw_resources()
193 sizeof(eorxq->msix->desc), in cxgb4_mqprio_alloc_hw_resources()
197 init_rspq(adap, &eorxq->rspq, in cxgb4_mqprio_alloc_hw_resources()
203 eorxq->fl.size = CXGB4_EOHW_FLQ_DEFAULT_DESC_NUM; in cxgb4_mqprio_alloc_hw_resources()
205 ret = t4_sge_alloc_rxq(adap, &eorxq->rspq, false, in cxgb4_mqprio_alloc_hw_resources()
206 dev, msix, &eorxq->fl, in cxgb4_mqprio_alloc_hw_resources()
215 eorxq->rspq.cntxt_id); in cxgb4_mqprio_alloc_hw_resources()
[all …]