Home
last modified time | relevance | path

Searched refs:bnxt_rx_queue (Results 1 – 16 of 16) sorted by relevance

/dpdk/drivers/net/bnxt/
H A Dbnxt_rxq.h18 struct bnxt_rx_queue { struct
47 void bnxt_free_rxq_stats(struct bnxt_rx_queue *rxq); argument
65 void bnxt_rx_queue_release_mbufs(struct bnxt_rx_queue *rxq);
67 void bnxt_free_rxq_mem(struct bnxt_rx_queue *rxq);
H A Dbnxt_rxq.c60 void bnxt_free_rxq_stats(struct bnxt_rx_queue *rxq) in bnxt_free_rxq_stats()
77 struct bnxt_rx_queue *rxq; in bnxt_mq_rx_configure()
200 void bnxt_rx_queue_release_mbufs(struct bnxt_rx_queue *rxq) in bnxt_rx_queue_release_mbufs()
264 struct bnxt_rx_queue *rxq; in bnxt_free_rx_mbufs()
273 void bnxt_free_rxq_mem(struct bnxt_rx_queue *rxq) in bnxt_free_rxq_mem()
306 struct bnxt_rx_queue *rxq = dev->data->rx_queues[queue_idx]; in bnxt_rx_queue_release_op()
327 struct bnxt_rx_queue *rxq; in bnxt_rx_queue_setup_op()
420 struct bnxt_rx_queue *rxq; in bnxt_rx_queue_intr_enable_op()
443 struct bnxt_rx_queue *rxq; in bnxt_rx_queue_intr_disable_op()
466 struct bnxt_rx_queue *rxq = bp->rx_queues[rx_queue_id]; in bnxt_rx_queue_start()
[all …]
H A Dbnxt_rxr.c39 static inline int bnxt_alloc_rx_data(struct bnxt_rx_queue *rxq, in bnxt_alloc_rx_data()
140 struct bnxt_rx_queue *rxq; in bnxt_rx_ring_reset()
228 static void bnxt_tpa_start(struct bnxt_rx_queue *rxq, in bnxt_tpa_start()
305 static int bnxt_prod_ag_mbuf(struct bnxt_rx_queue *rxq) in bnxt_prod_ag_mbuf()
327 static int bnxt_rx_pages(struct bnxt_rx_queue *rxq, in bnxt_rx_pages()
413 struct bnxt_rx_queue *rxq, in bnxt_tpa_end()
557 bnxt_init_ol_flags_tables(struct bnxt_rx_queue *rxq) in bnxt_init_ol_flags_tables()
842 struct bnxt_rx_queue *rxq, uint32_t *raw_cons) in bnxt_rx_pkt()
1023 struct bnxt_rx_queue *rxq = rx_queue; in bnxt_recv_pkts()
1153 struct bnxt_rx_queue *rxq; in bnxt_free_rx_rings()
[all …]
H A Dbnxt_reps.c42 struct bnxt_rx_queue *rep_rxq; in bnxt_vfr_recv()
83 struct bnxt_rx_queue *rxq = rx_queue; in bnxt_rep_rx_burst()
398 static void bnxt_vfr_rx_queue_release_mbufs(struct bnxt_rx_queue *rxq) in bnxt_vfr_rx_queue_release_mbufs()
420 struct bnxt_rx_queue *rxq; in bnxt_rep_free_rx_mbufs()
594 static int bnxt_init_rep_rx_ring(struct bnxt_rx_queue *rxq, in bnxt_init_rep_rx_ring()
628 struct bnxt_rx_queue *parent_rxq; in bnxt_rep_rx_queue_setup_op()
629 struct bnxt_rx_queue *rxq; in bnxt_rep_rx_queue_setup_op()
668 sizeof(struct bnxt_rx_queue), in bnxt_rep_rx_queue_setup_op()
708 struct bnxt_rx_queue *rxq = dev->data->rx_queues[queue_idx]; in bnxt_rep_rx_queue_release_op()
H A Dbnxt_rxr.h103 int bnxt_init_rx_ring_struct(struct bnxt_rx_queue *rxq, unsigned int socket_id);
104 int bnxt_init_one_rx_ring(struct bnxt_rx_queue *rxq);
112 int bnxt_rxq_vec_setup(struct bnxt_rx_queue *rxq);
H A Dbnxt_rxtx_vec_common.h37 bnxt_rxq_vec_setup_common(struct bnxt_rx_queue *rxq) in bnxt_rxq_vec_setup_common()
57 bnxt_rxq_rearm(struct bnxt_rx_queue *rxq, struct bnxt_rx_ring_info *rxr) in bnxt_rxq_rearm()
H A Dbnxt_ring.c99 struct bnxt_rx_queue *rxq, in bnxt_alloc_rings()
521 struct bnxt_rx_queue *rxq = bp->rx_queues[queue_index]; in bnxt_alloc_rx_ring()
550 struct bnxt_rx_queue *rxq = bp->rx_queues[queue_index]; in bnxt_alloc_rx_agg_ring()
589 struct bnxt_rx_queue *rxq = bp->rx_queues[queue_index]; in bnxt_alloc_hwrm_rx_ring()
681 struct bnxt_rx_queue *rxq; in bnxt_init_all_rings()
730 struct bnxt_rx_queue *rxq = bp->rx_queues[i]; in bnxt_alloc_hwrm_rings()
H A Dbnxt_ring.h72 struct bnxt_rx_queue *rxq,
H A Dbnxt_stats.c503 struct bnxt_rx_queue *rxq = bp->rx_queues[i]; in bnxt_free_stats()
567 struct bnxt_rx_queue *rxq = bp->rx_queues[i]; in bnxt_stats_get_op()
633 struct bnxt_rx_queue *rxq = bp->rx_queues[i]; in bnxt_stats_reset_op()
704 struct bnxt_rx_queue *rxq = bp->rx_queues[i]; in bnxt_dev_xstats_get_op()
H A Dbnxt_rxtx_vec_sse.c155 struct bnxt_rx_queue *rxq = rx_queue; in recv_burst_vec_sse()
464 bnxt_rxq_vec_setup(struct bnxt_rx_queue *rxq) in bnxt_rxq_vec_setup()
H A Dbnxt_rxtx_vec_neon.c164 struct bnxt_rx_queue *rxq = rx_queue; in recv_burst_vec_neon()
457 bnxt_rxq_vec_setup(struct bnxt_rx_queue *rxq) in bnxt_rxq_vec_setup()
H A Dbnxt.h725 struct bnxt_rx_queue **rx_queues;
942 struct bnxt_rx_queue **rx_queues;
H A Dbnxt_ethdev.c406 struct bnxt_rx_queue *rxq; in bnxt_setup_one_vnic()
795 struct bnxt_rx_queue *rxq = bp->rx_queues[j]; in bnxt_start_nic()
1209 struct bnxt_rx_queue *rxq = eth_dev->data->rx_queues[i]; in bnxt_scattered_rx()
1988 static struct bnxt_rx_queue *bnxt_qid_to_rxq(struct bnxt *bp, uint16_t qid) in bnxt_qid_to_rxq()
1999 struct bnxt_rx_queue *rxq; in bnxt_rss_to_qid()
2047 struct bnxt_rx_queue *rxq; in bnxt_reta_update_op()
2915 struct bnxt_rx_queue *rxq; in bnxt_rxq_info_get_op()
3147 struct bnxt_rx_queue *rxq; in bnxt_rx_queue_count_op()
3209 struct bnxt_rx_queue *rxq = rx_queue; in bnxt_rx_descriptor_status_op()
H A Dbnxt_rxtx_vec_avx2.c25 struct bnxt_rx_queue *rxq = rx_queue; in recv_burst_vec_avx2()
H A Dbnxt_flow.c1238 struct bnxt_rx_queue *rxq; in bnxt_vnic_rss_cfg_update()
1294 struct bnxt_rx_queue *rxq = NULL; in bnxt_validate_and_parse_flow()
H A Dbnxt_hwrm.c89 struct bnxt_rx_queue *rxq = bp->rx_queues[i]; in bnxt_get_ring_info_by_id()
2112 struct bnxt_rx_queue *rxq; in bnxt_hwrm_vnic_cfg()
2606 struct bnxt_rx_queue *rxq; in bnxt_clear_all_hwrm_stat_ctxs()
2703 struct bnxt_rx_queue *rxq = bp->rx_queues[queue_index]; in bnxt_free_hwrm_rx_ring()
5106 struct bnxt_rx_queue **rxqs = bp->rx_queues; in bnxt_vnic_rss_configure_p5()