Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_mqprio.c101 memset(eosw_txq, 0, sizeof(*eosw_txq)); in cxgb4_init_eosw_txq()
113 eosw_txq->hwtid = adap->tids.eotid_base + eosw_txq->eotid; in cxgb4_init_eosw_txq()
126 cxgb4_eosw_txq_free_desc(adap, eosw_txq, eosw_txq->ndesc); in cxgb4_clean_eosw_txq()
127 eosw_txq->pidx = 0; in cxgb4_clean_eosw_txq()
129 eosw_txq->cidx = 0; in cxgb4_clean_eosw_txq()
456 eosw_txq = &tc_port_mqprio->eosw_txq[qid]; in cxgb4_mqprio_enable_offload()
517 eosw_txq = &tc_port_mqprio->eosw_txq[qoffset + j]; in cxgb4_mqprio_enable_offload()
552 eosw_txq = &tc_port_mqprio->eosw_txq[qoffset + j]; in cxgb4_mqprio_disable_offload()
676 eosw_txq = kcalloc(adap->tids.neotids, sizeof(*eosw_txq), in cxgb4_init_tc_mqprio()
678 if (!eosw_txq) { in cxgb4_init_tc_mqprio()
[all …]
H A Dsge.c2121 d = &eosw_txq->desc[eosw_txq->last_cidx]; in cxgb4_eosw_txq_free_desc()
2133 d = &eosw_txq->desc[eosw_txq->last_cidx]; in cxgb4_eosw_txq_free_desc()
2146 if (eosw_txq->inuse == eosw_txq->ndesc) in eosw_txq_enqueue()
2149 eosw_txq->desc[eosw_txq->pidx].skb = skb; in eosw_txq_enqueue()
2155 return eosw_txq->desc[eosw_txq->last_pidx].skb; in eosw_txq_peek()
2269 d = &eosw_txq->desc[eosw_txq->last_pidx]; in ethofld_hard_xmit()
2434 eosw_txq = &tc_port_mqprio->eosw_txq[qid]; in cxgb4_ethofld_xmit()
2510 eosw_txq->pidx = eosw_txq->last_pidx + 1; in eosw_txq_flush_pending_skbs()
2605 eosw_txq->flowc_idx = eosw_txq->pidx; in cxgb4_ethofld_send_flowc()
4043 ethofld_xmit(eosw_txq->netdev, eosw_txq); in cxgb4_ethofld_restart()
[all …]
H A Dcxgb4_tc_mqprio.h30 struct sge_eosw_txq *eosw_txq; /* Netdev SW Tx queue array */ member
H A Dcxgb4_debugfs.c2874 tx = &port_mqprio->eosw_txq[4 * r]; in sge_qinfo_show()