Searched refs:cxgb4_ring_tx_db (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
| H A D | chcr_ktls.c | 924 cxgb4_ring_tx_db(tx_info->adap, &q->q, ndesc); in chcr_ktls_xmit_tcb_cpls() 1080 cxgb4_ring_tx_db(tx_info->adap, &q->q, ndesc); in chcr_ktls_write_tcp_options() 1247 cxgb4_ring_tx_db(adap, &q->q, ndesc); in chcr_ktls_xmit_wr_complete() 1437 cxgb4_ring_tx_db(adap, &q->q, ndesc); in chcr_ktls_xmit_wr_short() 1561 cxgb4_ring_tx_db(tx_info->adap, &q->q, ndesc); in chcr_ktls_tx_plaintxt() 1644 cxgb4_ring_tx_db(tx_info->adap, &q->q, ndesc); in chcr_ktls_tunnel_pkt()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sge.c | 1011 inline void cxgb4_ring_tx_db(struct adapter *adap, struct sge_txq *q, int n) in cxgb4_ring_tx_db() function 1078 EXPORT_SYMBOL(cxgb4_ring_tx_db); 1722 cxgb4_ring_tx_db(adap, &q->q, ndesc); in cxgb4_eth_xmit() 2076 cxgb4_ring_tx_db(adapter, &txq->q, ndesc); in cxgb4_vf_eth_xmit() 2377 cxgb4_ring_tx_db(adap, &eohw_txq->q, ndesc); in ethofld_hard_xmit() 2713 cxgb4_ring_tx_db(adap, &q->q, ndesc); in cxgb4_selftest_lb_pkt() 2764 cxgb4_ring_tx_db(q->adap, &q->q, ndesc); in ctrl_xmit() 2812 cxgb4_ring_tx_db(q->adap, &q->q, written); in restart_ctrlq() 2820 cxgb4_ring_tx_db(q->adap, &q->q, written); in restart_ctrlq() 3026 cxgb4_ring_tx_db(q->adap, &q->q, written); in service_ofldq() [all …]
|
| H A D | cxgb4.h | 2121 void cxgb4_ring_tx_db(struct adapter *adap, struct sge_txq *q, int n);
|
| /linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
| H A D | chcr_ipsec.c | 788 cxgb4_ring_tx_db(adap, &q->q, ndesc); in ch_ipsec_xmit()
|