Searched refs:bnxt_tx_queue (Results 1 – 14 of 14) sorted by relevance
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_txq.c | 19 void bnxt_free_txq_stats(struct bnxt_tx_queue *txq) in bnxt_free_txq_stats() 25 static void bnxt_tx_queue_release_mbufs(struct bnxt_tx_queue *txq) in bnxt_tx_queue_release_mbufs() 46 struct bnxt_tx_queue *txq; in bnxt_free_tx_mbufs() 57 struct bnxt_tx_queue *txq = (struct bnxt_tx_queue *)tx_queue; in bnxt_tx_queue_release_op() 94 struct bnxt_tx_queue *txq; in bnxt_tx_queue_setup_op() 120 txq = rte_zmalloc_socket("bnxt_tx_queue", sizeof(struct bnxt_tx_queue), in bnxt_tx_queue_setup_op()
|
| H A D | bnxt_txr.h | 32 static inline uint32_t bnxt_tx_bds_in_hw(struct bnxt_tx_queue *txq) in bnxt_tx_bds_in_hw() 38 static inline uint32_t bnxt_tx_avail(struct bnxt_tx_queue *txq) in bnxt_tx_avail() 48 int bnxt_init_one_tx_ring(struct bnxt_tx_queue *txq); 49 int bnxt_init_tx_ring_struct(struct bnxt_tx_queue *txq, unsigned int socket_id);
|
| H A D | bnxt_txr.c | 27 struct bnxt_tx_queue *txq = bp->tx_queues[i]; in bnxt_free_tx_rings() 45 int bnxt_init_one_tx_ring(struct bnxt_tx_queue *txq) in bnxt_init_one_tx_ring() 56 int bnxt_init_tx_ring_struct(struct bnxt_tx_queue *txq, unsigned int socket_id) in bnxt_init_tx_ring_struct() 108 struct bnxt_tx_queue *txq, in bnxt_start_xmit() 344 static void bnxt_tx_cmp_fast(struct bnxt_tx_queue *txq, int nr_pkts) in bnxt_tx_cmp_fast() 374 static void bnxt_tx_cmp(struct bnxt_tx_queue *txq, int nr_pkts) in bnxt_tx_cmp() 428 static int bnxt_handle_tx_cp(struct bnxt_tx_queue *txq) in bnxt_handle_tx_cp() 482 struct bnxt_tx_queue *txq = tx_queue; in bnxt_xmit_pkts() 530 struct bnxt_tx_queue *txq = bp->tx_queues[tx_queue_id]; in bnxt_tx_queue_start() 547 struct bnxt_tx_queue *txq = bp->tx_queues[tx_queue_id]; in bnxt_tx_queue_stop()
|
| H A D | bnxt_txq.h | 14 struct bnxt_tx_queue { struct 38 void bnxt_free_txq_stats(struct bnxt_tx_queue *txq); argument
|
| H A D | bnxt_rxtx_vec_common.h | 103 bnxt_tx_cmp_vec_fast(struct bnxt_tx_queue *txq, int nr_pkts) in bnxt_tx_cmp_vec_fast() 126 bnxt_tx_cmp_vec(struct bnxt_tx_queue *txq, int nr_pkts) in bnxt_tx_cmp_vec()
|
| H A D | bnxt_rxtx_vec_sse.c | 294 bnxt_handle_tx_cp_vec(struct bnxt_tx_queue *txq) in bnxt_handle_tx_cp_vec() 350 bnxt_xmit_fixed_burst_vec(struct bnxt_tx_queue *txq, struct rte_mbuf **tx_pkts, in bnxt_xmit_fixed_burst_vec() 411 struct bnxt_tx_queue *txq = tx_queue; in bnxt_xmit_pkts_vec()
|
| H A D | bnxt_rxtx_vec_neon.c | 312 bnxt_handle_tx_cp_vec(struct bnxt_tx_queue *txq) in bnxt_handle_tx_cp_vec() 354 struct bnxt_tx_queue *txq = tx_queue; in bnxt_xmit_fixed_burst_vec() 405 struct bnxt_tx_queue *txq = tx_queue; in bnxt_xmit_pkts_vec()
|
| H A D | bnxt_ring.h | 70 struct bnxt_tx_queue *txq,
|
| H A D | bnxt_reps.c | 110 struct bnxt_tx_queue *ptxq; in bnxt_rep_tx_burst() 698 struct bnxt_tx_queue *parent_txq, *txq; in bnxt_rep_tx_queue_setup_op() 743 sizeof(struct bnxt_tx_queue), in bnxt_rep_tx_queue_setup_op()
|
| H A D | bnxt_ring.c | 98 struct bnxt_tx_queue *txq, in bnxt_alloc_rings() 635 struct bnxt_tx_queue *txq; in bnxt_init_all_rings() 723 struct bnxt_tx_queue *txq = bp->tx_queues[i]; in bnxt_alloc_hwrm_rings()
|
| H A D | bnxt.h | 693 struct bnxt_tx_queue **tx_queues; 873 struct bnxt_tx_queue *txq;
|
| H A D | bnxt_stats.c | 498 struct bnxt_tx_queue *txq = bp->tx_queues[i]; in bnxt_free_stats() 543 struct bnxt_tx_queue *txq = bp->tx_queues[i]; in bnxt_stats_get_op()
|
| H A D | bnxt_ethdev.c | 2685 struct bnxt_tx_queue *txq; in bnxt_txq_info_get_op() 2967 struct bnxt_tx_queue *txq = (struct bnxt_tx_queue *)tx_queue; in bnxt_tx_descriptor_status_op()
|
| H A D | bnxt_hwrm.c | 2431 struct bnxt_tx_queue *txq; in bnxt_clear_all_hwrm_stat_ctxs() 2482 struct bnxt_tx_queue *txq; in bnxt_alloc_all_hwrm_stat_ctxs() 2588 struct bnxt_tx_queue *txq = bp->tx_queues[i]; in bnxt_free_all_hwrm_rings()
|