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