Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c938 inline void cxgb4_ring_tx_db(struct adapter *adap, struct sge_txq *q, int n) in cxgb4_ring_tx_db() function
1005 EXPORT_SYMBOL(cxgb4_ring_tx_db);
1544 cxgb4_ring_tx_db(adap, &q->q, ndesc); in cxgb4_eth_xmit()
1897 cxgb4_ring_tx_db(adapter, &txq->q, ndesc); in cxgb4_vf_eth_xmit()
2005 cxgb4_ring_tx_db(q->adap, &q->q, ndesc); in ctrl_xmit()
2053 cxgb4_ring_tx_db(q->adap, &q->q, written); in restart_ctrlq()
2061 cxgb4_ring_tx_db(q->adap, &q->q, written); in restart_ctrlq()
2262 cxgb4_ring_tx_db(q->adap, &q->q, written); in service_ofldq()
2277 cxgb4_ring_tx_db(q->adap, &q->q, written); in service_ofldq()
2476 cxgb4_ring_tx_db(q->adap, &q->q, ndesc); in ofld_xmit_direct()
Dcxgb4.h1853 void cxgb4_ring_tx_db(struct adapter *adap, struct sge_txq *q, int n);
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_ipsec.c650 cxgb4_ring_tx_db(adap, &q->q, ndesc); in chcr_ipsec_xmit()