Home
last modified time | relevance | path

Searched refs:hinic_txq (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_tx.h106 struct hinic_txq { struct
127 int hinic_setup_tx_resources(struct hinic_txq *txq); argument
133 void hinic_free_tx_resources(struct hinic_txq *txq);
137 void hinic_free_all_tx_mbufs(struct hinic_txq *txq);
139 void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats);
141 void hinic_txq_stats_reset(struct hinic_txq *txq);
H A Dhinic_pmd_tx.c266 void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats) in hinic_txq_get_stats()
276 void hinic_txq_stats_reset(struct hinic_txq *txq) in hinic_txq_stats_reset()
317 static inline bool hinic_mbuf_dma_map_sge(struct hinic_txq *txq, in hinic_mbuf_dma_map_sge()
612 static inline void hinic_xmit_mbuf_cleanup(struct hinic_txq *txq) in hinic_xmit_mbuf_cleanup()
669 hinic_get_sq_wqe(struct hinic_txq *txq, int wqebb_cnt, in hinic_get_sq_wqe()
1133 struct hinic_txq *txq = tx_queue; in hinic_xmit_pkts()
1216 void hinic_free_all_tx_mbufs(struct hinic_txq *txq) in hinic_free_all_tx_mbufs()
1277 int hinic_setup_tx_resources(struct hinic_txq *txq) in hinic_setup_tx_resources()
1290 void hinic_free_tx_resources(struct hinic_txq *txq) in hinic_free_tx_resources()
H A Dhinic_pmd_ethdev.h310 struct hinic_txq **txqs;
H A Dhinic_pmd_ethdev.c544 struct hinic_txq *txq; in hinic_tx_queue_setup()
586 txq = rte_zmalloc_socket("hinic_tx_queue", sizeof(struct hinic_txq), in hinic_tx_queue_setup()
642 struct hinic_txq *txq; in hinic_reset_tx_queue()
1121 struct hinic_txq *txq = queue; in hinic_tx_queue_release()
1305 struct hinic_txq *txq = NULL; in hinic_dev_stats_get()
1377 struct hinic_txq *txq = NULL; in hinic_dev_stats_reset()
2188 struct hinic_txq *txq = NULL; in hinic_dev_xstats_get()
2269 struct hinic_txq *txq = dev->data->tx_queues[queue_id]; in hinic_txq_info_get()