Home
last modified time | relevance | path

Searched refs:hinic_free_all_tx_mbufs (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_tx.h137 void hinic_free_all_tx_mbufs(struct hinic_txq *txq);
H A Dhinic_pmd_tx.c1216 void hinic_free_all_tx_mbufs(struct hinic_txq *txq) in hinic_free_all_tx_mbufs() function
1257 hinic_free_all_tx_mbufs(nic_dev->txqs[q_id]); in hinic_free_all_tx_resources()
1274 hinic_free_all_tx_mbufs(nic_dev->txqs[q_id]); in hinic_free_all_tx_mbuf()
H A Dhinic_pmd_ethdev.c1131 hinic_free_all_tx_mbufs(txq); in hinic_tx_queue_release()