Searched refs:cxgb4_ring_tx_db (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
D | chcr_ktls.c | 920 cxgb4_ring_tx_db(tx_info->adap, &q->q, ndesc); in chcr_ktls_xmit_tcb_cpls() 1076 cxgb4_ring_tx_db(tx_info->adap, &q->q, ndesc); in chcr_ktls_write_tcp_options() 1243 cxgb4_ring_tx_db(adap, &q->q, ndesc); in chcr_ktls_xmit_wr_complete() 1433 cxgb4_ring_tx_db(adap, &q->q, ndesc); in chcr_ktls_xmit_wr_short() 1558 cxgb4_ring_tx_db(tx_info->adap, &q->q, ndesc); in chcr_ktls_tx_plaintxt() 1640 cxgb4_ring_tx_db(tx_info->adap, &q->q, ndesc); in chcr_ktls_tunnel_pkt() 1714 cxgb4_ring_tx_db(tx_info->adap, &q->q, ndesc); in chcr_ktls_update_snd_una()
|
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 1025 inline void cxgb4_ring_tx_db(struct adapter *adap, struct sge_txq *q, int n) in cxgb4_ring_tx_db() function 1092 EXPORT_SYMBOL(cxgb4_ring_tx_db); 1734 cxgb4_ring_tx_db(adap, &q->q, ndesc); in cxgb4_eth_xmit() 2083 cxgb4_ring_tx_db(adapter, &txq->q, ndesc); in cxgb4_vf_eth_xmit() 2384 cxgb4_ring_tx_db(adap, &eohw_txq->q, ndesc); in ethofld_hard_xmit() 2712 cxgb4_ring_tx_db(adap, &q->q, ndesc); in cxgb4_selftest_lb_pkt() 2763 cxgb4_ring_tx_db(q->adap, &q->q, ndesc); in ctrl_xmit() 2811 cxgb4_ring_tx_db(q->adap, &q->q, written); in restart_ctrlq() 2819 cxgb4_ring_tx_db(q->adap, &q->q, written); in restart_ctrlq() 3020 cxgb4_ring_tx_db(q->adap, &q->q, written); in service_ofldq() [all …]
|
D | cxgb4.h | 2130 void cxgb4_ring_tx_db(struct adapter *adap, struct sge_txq *q, int n);
|
/Linux-v5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/ |
D | chcr_ipsec.c | 791 cxgb4_ring_tx_db(adap, &q->q, ndesc); in ch_ipsec_xmit()
|