Searched refs:txq_advance (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
D | chcr_ipsec.c | 693 static void txq_advance(struct sge_txq *q, unsigned int n) in txq_advance() function 787 txq_advance(&q->q, ndesc); in ch_ipsec_xmit()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 1238 static inline void txq_advance(struct sge_txq *q, unsigned int n) in txq_advance() function 1733 txq_advance(&q->q, ndesc); in cxgb4_eth_xmit() 2087 txq_advance(&txq->q, ndesc); in cxgb4_vf_eth_xmit() 2389 txq_advance(&eohw_txq->q, ndesc); in ethofld_hard_xmit() 2725 txq_advance(&q->q, ndesc); in cxgb4_selftest_lb_pkt() 2773 txq_advance(&q->q, ndesc); in ctrl_xmit() 2809 txq_advance(&q->q, ndesc); in restart_ctrlq() 3036 txq_advance(&q->q, ndesc); in service_ofldq() 3253 txq_advance(&q->q, ndesc); in ofld_xmit_direct()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 1142 static inline void txq_advance(struct sge_txq *tq, unsigned int n) in txq_advance() function 1446 txq_advance(&txq->q, ndesc); in t4vf_eth_xmit()
|