Lines Matching refs:sge
160 adap->sge.eohw_rxq = kcalloc(adap->sge.eoqsets, in cxgb4_mqprio_alloc_hw_resources()
163 if (!adap->sge.eohw_rxq) in cxgb4_mqprio_alloc_hw_resources()
166 adap->sge.eohw_txq = kcalloc(adap->sge.eoqsets, in cxgb4_mqprio_alloc_hw_resources()
169 if (!adap->sge.eohw_txq) { in cxgb4_mqprio_alloc_hw_resources()
170 kfree(adap->sge.eohw_rxq); in cxgb4_mqprio_alloc_hw_resources()
180 msix = -((int)adap->sge.intrq.abs_id + 1); in cxgb4_mqprio_alloc_hw_resources()
183 eorxq = &adap->sge.eohw_rxq[pi->first_qset + i]; in cxgb4_mqprio_alloc_hw_resources()
184 eotxq = &adap->sge.eohw_txq[pi->first_qset + i]; in cxgb4_mqprio_alloc_hw_resources()
241 eorxq = &adap->sge.eohw_rxq[pi->first_qset + i]; in cxgb4_mqprio_alloc_hw_resources()
255 eorxq = &adap->sge.eohw_rxq[pi->first_qset + i]; in cxgb4_mqprio_alloc_hw_resources()
256 eotxq = &adap->sge.eohw_txq[pi->first_qset + i]; in cxgb4_mqprio_alloc_hw_resources()
266 kfree(adap->sge.eohw_txq); in cxgb4_mqprio_alloc_hw_resources()
267 kfree(adap->sge.eohw_rxq); in cxgb4_mqprio_alloc_hw_resources()
285 if (!adap->sge.eohw_rxq[pi->first_qset].rspq.desc) in cxgb4_mqprio_free_hw_resources()
289 eorxq = &adap->sge.eohw_rxq[pi->first_qset + i]; in cxgb4_mqprio_free_hw_resources()
290 eotxq = &adap->sge.eohw_txq[pi->first_qset + i]; in cxgb4_mqprio_free_hw_resources()
312 kfree(adap->sge.eohw_txq); in cxgb4_mqprio_free_hw_resources()
313 kfree(adap->sge.eohw_rxq); in cxgb4_mqprio_free_hw_resources()