Home
last modified time | relevance | path

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

/dpdk/drivers/net/hinic/
H A Dhinic_pmd_tx.h105 struct hinic_txq { struct
126 int hinic_setup_tx_resources(struct hinic_txq *txq); argument
132 void hinic_free_tx_resources(struct hinic_txq *txq);
136 void hinic_free_all_tx_mbufs(struct hinic_txq *txq);
138 void hinic_txq_get_stats(struct hinic_txq *txq, struct hinic_txq_stats *stats);
140 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.c538 struct hinic_txq *txq; in hinic_tx_queue_setup()
580 txq = rte_zmalloc_socket("hinic_tx_queue", sizeof(struct hinic_txq), in hinic_tx_queue_setup()
636 struct hinic_txq *txq; in hinic_reset_tx_queue()
1120 struct hinic_txq *txq = dev->data->tx_queues[qid]; in hinic_tx_queue_release()
1304 struct hinic_txq *txq = NULL; in hinic_dev_stats_get()
1376 struct hinic_txq *txq = NULL; in hinic_dev_stats_reset()
2173 struct hinic_txq *txq = NULL; in hinic_dev_xstats_get()
2254 struct hinic_txq *txq = dev->data->tx_queues[queue_id]; in hinic_txq_info_get()
H A Dhinic_pmd_ethdev.h326 struct hinic_txq **txqs;