Searched refs:eorxq (Results 1 – 1 of 1) sorted by relevance
153 struct sge_ofld_rxq *eorxq; in cxgb4_mqprio_alloc_hw_resources() local195 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() local302 free_irq(eorxq->msix->vec, &eorxq->rspq); in cxgb4_mqprio_free_hw_resources()[all …]