Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c2118 struct sge_eosw_txq *eosw_txq, u32 ndesc) in cxgb4_eosw_txq_free_desc() argument
2122 d = &eosw_txq->desc[eosw_txq->last_cidx]; in cxgb4_eosw_txq_free_desc()
2132 eosw_txq_advance_index(&eosw_txq->last_cidx, 1, in cxgb4_eosw_txq_free_desc()
2133 eosw_txq->ndesc); in cxgb4_eosw_txq_free_desc()
2134 d = &eosw_txq->desc[eosw_txq->last_cidx]; in cxgb4_eosw_txq_free_desc()
2138 static inline void eosw_txq_advance(struct sge_eosw_txq *eosw_txq, u32 n) in eosw_txq_advance() argument
2140 eosw_txq_advance_index(&eosw_txq->pidx, n, eosw_txq->ndesc); in eosw_txq_advance()
2141 eosw_txq->inuse += n; in eosw_txq_advance()
2144 static inline int eosw_txq_enqueue(struct sge_eosw_txq *eosw_txq, in eosw_txq_enqueue() argument
2147 if (eosw_txq->inuse == eosw_txq->ndesc) in eosw_txq_enqueue()
[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()