Home
last modified time | relevance | path

Searched refs:txq_advance (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c1091 static inline void txq_advance(struct sge_txq *q, unsigned int n) in txq_advance() function
1307 txq_advance(&q->q, ndesc); in t4_eth_xmit()
1396 txq_advance(&q->q, ndesc); in ctrl_xmit()
1432 txq_advance(&q->q, ndesc); in restart_ctrlq()
1600 txq_advance(&q->q, ndesc); in service_ofldq()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c1147 static inline void txq_advance(struct sge_txq *tq, unsigned int n) in txq_advance() function
1450 txq_advance(&txq->q, ndesc); in t4vf_eth_xmit()