Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c960 inline void cxgb4_ring_tx_db(struct adapter *adap, struct sge_txq *q, int n) in cxgb4_ring_tx_db() function
1027 EXPORT_SYMBOL(cxgb4_ring_tx_db);
1621 cxgb4_ring_tx_db(adap, &q->q, ndesc); in cxgb4_eth_xmit()
1983 cxgb4_ring_tx_db(adapter, &txq->q, ndesc); in cxgb4_vf_eth_xmit()
2091 cxgb4_ring_tx_db(q->adap, &q->q, ndesc); in ctrl_xmit()
2139 cxgb4_ring_tx_db(q->adap, &q->q, written); in restart_ctrlq()
2147 cxgb4_ring_tx_db(q->adap, &q->q, written); in restart_ctrlq()
2348 cxgb4_ring_tx_db(q->adap, &q->q, written); in service_ofldq()
2363 cxgb4_ring_tx_db(q->adap, &q->q, written); in service_ofldq()
2562 cxgb4_ring_tx_db(q->adap, &q->q, ndesc); in ofld_xmit_direct()
Dcxgb4.h1903 void cxgb4_ring_tx_db(struct adapter *adap, struct sge_txq *q, int n);
/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_ipsec.c759 cxgb4_ring_tx_db(adap, &q->q, ndesc); in chcr_ipsec_xmit()