Searched refs:hns3_rx_queue (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_rxtx_vec.c | 56 hns3_rxq_rearm_mbuf(struct hns3_rx_queue *rxq) in hns3_rxq_rearm_mbuf() 111 struct hns3_rx_queue *rxq = rx_queue; in hns3_recv_pkts_vec() 162 hns3_rxq_vec_setup_rearm_data(struct hns3_rx_queue *rxq) in hns3_rxq_vec_setup_rearm_data() 197 hns3_rxq_vec_setup(struct hns3_rx_queue *rxq) in hns3_rxq_vec_setup() 215 hns3_rxq_vec_check(struct hns3_rx_queue *rxq, void *arg) in hns3_rxq_vec_check()
|
| H A D | hns3_rxtx.c | 348 struct hns3_rx_queue *rxq; in hns3_update_all_queues_pvid_proc_en() 386 struct hns3_rx_queue *rxq; in hns3_enable_all_queues() 505 struct hns3_rx_queue *rxq; in hns3_start_all_rxqs() 539 struct hns3_rx_queue *rxq; in hns3_restore_tqp_enable_state() 885 struct hns3_rx_queue *rxq; in hns3_reset_queue() 1078 struct hns3_rx_queue *rxq; in hns3_init_rxq() 1107 struct hns3_rx_queue *rxq; in hns3_init_fake_rxq() 1165 struct hns3_rx_queue *rxq; in hns3_init_rx_queues() 1274 struct hns3_rx_queue *rxq; in hns3_start_tqps() 1348 struct hns3_rx_queue *rxq; in hns3_alloc_rxq_and_dma_zone() [all …]
|
| H A D | hns3_rxtx.h | 291 struct hns3_rx_queue { struct 566 hns3_rx_set_cksum_flag(struct hns3_rx_queue *rxq, in hns3_rx_set_cksum_flag() 604 hns3_handle_bdinfo(struct hns3_rx_queue *rxq, struct rte_mbuf *rxm, in hns3_handle_bdinfo() 634 hns3_rx_calc_ptype(struct hns3_rx_queue *rxq, const uint32_t l234_info, in hns3_rx_calc_ptype() 691 int (*callback)(struct hns3_rx_queue *, void *), void *arg); 749 void hns3_rxq_vec_setup(struct hns3_rx_queue *rxq);
|
| H A D | hns3_ethdev_dump.c | 227 static struct hns3_rx_queue * 231 struct hns3_rx_queue *rxq; in get_rx_queue() 242 rxq = (struct hns3_rx_queue *)rx_queues[queue_id]; in get_rx_queue() 281 struct hns3_rx_queue *rxq; in get_rxtx_fake_queue_info() 296 rxq = (struct hns3_rx_queue *)rx_queues[queue_id]; in get_rxtx_fake_queue_info() 418 struct hns3_rx_queue *rxq; in get_rxtx_queue_info()
|
| H A D | hns3_stats.c | 588 hns3_rcb_rx_ring_stats_get(struct hns3_rx_queue *rxq, in hns3_rcb_rx_ring_stats_get() 627 struct hns3_rx_queue *rxq; in hns3_stats_get() 695 struct hns3_rx_queue *rxq; in hns3_stats_reset() 870 struct hns3_rx_queue *rxq; in hns3_rxq_dfx_stats_get() 875 rxq = (struct hns3_rx_queue *)dev->data->rx_queues[i]; in hns3_rxq_dfx_stats_get() 930 struct hns3_rx_queue *rxq; in hns3_rxq_basic_stats_get() 1049 struct hns3_rx_queue *rxq; in hns3_dev_xstats_get() 1446 struct hns3_rx_queue *rxq; in hns3_tqp_dfx_stats_clear() 1569 struct hns3_rx_queue *rxq; in hns3_update_queues_stats()
|
| H A D | hns3_rxtx_vec_sve.c | 36 hns3_desc_parse_field_sve(struct hns3_rx_queue *rxq, in hns3_desc_parse_field_sve() 75 hns3_recv_burst_vec_sve(struct hns3_rx_queue *__restrict rxq, in hns3_recv_burst_vec_sve() 241 hns3_rxq_rearm_mbuf_sve(struct hns3_rx_queue *rxq) in hns3_rxq_rearm_mbuf_sve() 293 struct hns3_rx_queue *rxq = rx_queue; in hns3_recv_pkts_vec_sve()
|
| H A D | hns3_rxtx_vec_neon.h | 93 hns3_desc_parse_field(struct hns3_rx_queue *rxq, in hns3_desc_parse_field() 129 hns3_recv_burst_vec(struct hns3_rx_queue *__restrict rxq, in hns3_recv_burst_vec()
|