Searched refs:eorxq (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_mqprio.c | 153 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() 197 "%s-eorxq%d", dev->name, i); 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 in cxgb4_mqprio_alloc_hw_resources() 276 struct sge_ofld_rxq *eorxq; cxgb4_mqprio_free_hw_resources() local [all...] |