Searched refs:cxgb4_ring_tx_db (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 960 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()
|
D | cxgb4.h | 1903 void cxgb4_ring_tx_db(struct adapter *adap, struct sge_txq *q, int n);
|
/Linux-v5.4/drivers/crypto/chelsio/ |
D | chcr_ipsec.c | 759 cxgb4_ring_tx_db(adap, &q->q, ndesc); in chcr_ipsec_xmit()
|