Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_mqprio.c154 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()