Searched refs:eosw_txq (Results 1 – 3 of 3) sorted by relevance
2118 struct sge_eosw_txq *eosw_txq, u32 ndesc) in cxgb4_eosw_txq_free_desc() argument2122 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() argument2140 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() argument2147 if (eosw_txq->inuse == eosw_txq->ndesc) in eosw_txq_enqueue()[all …]
30 struct sge_eosw_txq *eosw_txq; /* Netdev SW Tx queue array */ member
2874 tx = &port_mqprio->eosw_txq[4 * r]; in sge_qinfo_show()