Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_mqprio.c160 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()
170 kfree(adap->sge.eohw_rxq); in cxgb4_mqprio_alloc_hw_resources()
183 eorxq = &adap->sge.eohw_rxq[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()
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()
313 kfree(adap->sge.eohw_rxq); in cxgb4_mqprio_free_hw_resources()
Dcudbg_lib.c3520 if (s->eohw_rxq) { in cudbg_collect_qdesc()
3522 QDESC_GET_RXQ(&s->eohw_rxq[i].rspq, in cudbg_collect_qdesc()
3526 QDESC_GET_FLQ(&s->eohw_rxq[i].fl, in cudbg_collect_qdesc()
Dcxgb4.h978 struct sge_ofld_rxq *eohw_rxq; member
Dcxgb4_debugfs.c2809 const struct sge_ofld_rxq *rx = &s->eohw_rxq[base_qset]; in sge_qinfo_show()
Dsge.c2587 rxq = &adap->sge.eohw_rxq[eosw_txq->hwqid]; in cxgb4_ethofld_send_flowc()