Searched refs:eotxq (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_mqprio.c | 154 struct sge_eohw_txq *eotxq; in cxgb4_mqprio_alloc_hw_resources() local 184 eotxq = &adap->sge.eohw_txq[pi->first_qset + i]; in cxgb4_mqprio_alloc_hw_resources() 216 eotxq->q.size = CXGB4_EOHW_TXQ_DEFAULT_DESC_NUM; in cxgb4_mqprio_alloc_hw_resources() 217 ret = t4_sge_alloc_ethofld_txq(adap, eotxq, dev, in cxgb4_mqprio_alloc_hw_resources() 256 eotxq = &adap->sge.eohw_txq[pi->first_qset + i]; in cxgb4_mqprio_alloc_hw_resources() 262 t4_sge_free_ethofld_txq(adap, eotxq); in cxgb4_mqprio_alloc_hw_resources() 277 struct sge_eohw_txq *eotxq; in cxgb4_mqprio_free_hw_resources() local 290 eotxq = &adap->sge.eohw_txq[pi->first_qset + i]; in cxgb4_mqprio_free_hw_resources() 307 t4_sge_free_ethofld_txq(adap, eotxq); in cxgb4_mqprio_free_hw_resources()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_mqprio.c | 154 struct sge_eohw_txq *eotxq; in cxgb4_mqprio_alloc_hw_resources() local 184 eotxq = &adap->sge.eohw_txq[pi->first_qset + i]; in cxgb4_mqprio_alloc_hw_resources() 216 eotxq->q.size = CXGB4_EOHW_TXQ_DEFAULT_DESC_NUM; in cxgb4_mqprio_alloc_hw_resources() 217 ret = t4_sge_alloc_ethofld_txq(adap, eotxq, dev, in cxgb4_mqprio_alloc_hw_resources() 256 eotxq = &adap->sge.eohw_txq[pi->first_qset + i]; in cxgb4_mqprio_alloc_hw_resources() 262 t4_sge_free_ethofld_txq(adap, eotxq); in cxgb4_mqprio_alloc_hw_resources() 277 struct sge_eohw_txq *eotxq; in cxgb4_mqprio_free_hw_resources() local 290 eotxq = &adap->sge.eohw_txq[pi->first_qset + i]; in cxgb4_mqprio_free_hw_resources() 307 t4_sge_free_ethofld_txq(adap, eotxq); in cxgb4_mqprio_free_hw_resources()
|
Completed in 3 milliseconds