Home
last modified time | relevance | path

Searched refs:mvpp2_txq_next_desc_get (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c2106 mvpp2_txq_next_desc_get(struct mvpp2_tx_queue *txq) in mvpp2_txq_next_desc_get() function
3311 tx_desc = mvpp2_txq_next_desc_get(aggr_txq); in mvpp2_xdp_submit_frame()
3814 tx_desc = mvpp2_txq_next_desc_get(aggr_txq); in mvpp2_tx_frag_process()
3862 struct mvpp2_tx_desc *tx_desc = mvpp2_txq_next_desc_get(aggr_txq); in mvpp2_tso_put_hdr()
3887 struct mvpp2_tx_desc *tx_desc = mvpp2_txq_next_desc_get(aggr_txq); in mvpp2_tso_put_data()
4006 tx_desc = mvpp2_txq_next_desc_get(aggr_txq); in mvpp2_tx()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dmvpp2.c3937 mvpp2_txq_next_desc_get(struct mvpp2_tx_queue *txq) in mvpp2_txq_next_desc_get() function
5266 tx_desc = mvpp2_txq_next_desc_get(aggr_txq); in mvpp2_send()