Searched refs:eosw_txq_advance_index (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 2120 static inline void eosw_txq_advance_index(u32 *idx, u32 n, u32 max) in eosw_txq_advance_index() function 2145 eosw_txq_advance_index(&eosw_txq->last_cidx, 1, in cxgb4_eosw_txq_free_desc() 2153 eosw_txq_advance_index(&eosw_txq->pidx, n, eosw_txq->ndesc); in eosw_txq_advance() 2391 eosw_txq_advance_index(&eosw_txq->last_pidx, 1, eosw_txq->ndesc); in ethofld_hard_xmit() 2421 eosw_txq_advance_index(&eosw_txq->last_pidx, 1, in ethofld_xmit() 4123 eosw_txq_advance_index(&eosw_txq->cidx, 1, in cxgb4_ethofld_rx_handler()
|