Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_mqprio.c153 struct sge_ofld_rxq *eorxq; in cxgb4_mqprio_alloc_hw_resources() local
195 snprintf(eorxq->msix->desc, in cxgb4_mqprio_alloc_hw_resources()
196 sizeof(eorxq->msix->desc), in cxgb4_mqprio_alloc_hw_resources()
225 eorxq->msix->desc, &eorxq->rspq); in cxgb4_mqprio_alloc_hw_resources()
249 free_irq(eorxq->msix->vec, &eorxq->rspq); in cxgb4_mqprio_alloc_hw_resources()
258 if (eorxq->rspq.desc) in cxgb4_mqprio_alloc_hw_resources()
259 free_rspq_fl(adap, &eorxq->rspq, &eorxq->fl); in cxgb4_mqprio_alloc_hw_resources()
260 if (eorxq->msix) in cxgb4_mqprio_alloc_hw_resources()
276 struct sge_ofld_rxq *eorxq; in cxgb4_mqprio_free_hw_resources() local
302 free_irq(eorxq->msix->vec, &eorxq->rspq); in cxgb4_mqprio_free_hw_resources()
[all …]