Home
last modified time | relevance | path

Searched defs:rxq (Results 1 – 25 of 178) sorted by relevance

12345678

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_rxtx.h40 struct rxq { struct
59 struct mlx4_rxq_stats stats; /**< Rx queue counters. */ argument
60 unsigned int socket; /**< CPU socket ID for allocations. */
61 uint32_t usecnt; /**< Number of users relying on queue resources. */
62 uint8_t data[]; /**< Remaining queue resources. */
205 mlx4_rx_addr2mr(struct rxq *rxq, uintptr_t addr) in mlx4_rx_addr2mr()
219 #define mlx4_rx_mb2mr(rxq, mb) mlx4_rx_addr2mr(rxq, (uintptr_t)((mb)->buf_addr)) argument
H A Dmlx4_rxq.c190 struct rxq *rxq = NULL; in mlx4_rss_attach() local
361 struct rxq *rxq = ETH_DEV(priv)->data->rx_queues[i]; in mlx4_rss_init() local
436 struct rxq *rxq = ETH_DEV(priv)->data->rx_queues[i]; in mlx4_rss_init() local
462 struct rxq *rxq = ETH_DEV(priv)->data->rx_queues[i]; in mlx4_rss_deinit() local
487 mlx4_rxq_attach(struct rxq *rxq) in mlx4_rxq_attach()
649 mlx4_rxq_detach(struct rxq *rxq) in mlx4_rxq_detach()
740 struct rxq *rxq; in mlx4_rx_queue_setup() local
919 struct rxq *rxq = (struct rxq *)dpdk_rxq; in mlx4_rx_queue_release() local
H A Dmlx4_intr.c81 struct rxq *rxq = ETH_DEV(priv)->data->rx_queues[i]; in mlx4_rx_intr_vec_enable() local
223 mlx4_arm_cq(struct rxq *rxq, int solicited) in mlx4_arm_cq()
319 struct rxq *rxq = dev->data->rx_queues[idx]; in mlx4_rx_intr_disable() local
364 struct rxq *rxq = dev->data->rx_queues[idx]; in mlx4_rx_intr_enable() local
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_rxq.c23 void bnxt_free_rxq_stats(struct bnxt_rx_queue *rxq) in bnxt_free_rxq_stats()
39 struct bnxt_rx_queue *rxq; in bnxt_mq_rx_configure() local
204 void bnxt_rx_queue_release_mbufs(struct bnxt_rx_queue *rxq) in bnxt_rx_queue_release_mbufs()
253 struct bnxt_rx_queue *rxq; in bnxt_free_rx_mbufs() local
264 struct bnxt_rx_queue *rxq = (struct bnxt_rx_queue *)rx_queue; in bnxt_rx_queue_release_op() local
306 struct bnxt_rx_queue *rxq; in bnxt_rx_queue_setup_op() local
404 struct bnxt_rx_queue *rxq; in bnxt_rx_queue_intr_enable_op() local
427 struct bnxt_rx_queue *rxq; in bnxt_rx_queue_intr_disable_op() local
450 struct bnxt_rx_queue *rxq = bp->rx_queues[rx_queue_id]; in bnxt_rx_queue_start() local
518 struct bnxt_rx_queue *rxq = NULL; in bnxt_rx_queue_stop() local
H A Dbnxt_rxr.c40 static inline int bnxt_alloc_rx_data(struct bnxt_rx_queue *rxq, in bnxt_alloc_rx_data()
62 static inline int bnxt_alloc_ag_data(struct bnxt_rx_queue *rxq, in bnxt_alloc_ag_data()
130 static void bnxt_tpa_start(struct bnxt_rx_queue *rxq, in bnxt_tpa_start()
198 static int bnxt_prod_ag_mbuf(struct bnxt_rx_queue *rxq) in bnxt_prod_ag_mbuf()
218 static int bnxt_rx_pages(struct bnxt_rx_queue *rxq, in bnxt_rx_pages()
275 struct bnxt_rx_queue *rxq, in bnxt_tpa_end()
662 struct bnxt_rx_queue *rxq, uint32_t *raw_cons) in bnxt_rx_pkt()
826 struct bnxt_rx_queue *rxq = rx_queue; in bnxt_recv_pkts() local
964 struct bnxt_rx_queue *rxq; in bnxt_free_rx_rings() local
993 int bnxt_init_rx_ring_struct(struct bnxt_rx_queue *rxq, unsigned int socket_id) in bnxt_init_rx_ring_struct()
[all …]
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_ef10_rx.c96 sfc_ef10_rx_qprime(struct sfc_ef10_rxq *rxq) in sfc_ef10_rx_qprime()
103 sfc_ef10_rx_qrefill(struct sfc_ef10_rxq *rxq) in sfc_ef10_rx_qrefill()
535 struct sfc_ef10_rxq *rxq = sfc_ef10_rxq_by_dp_rxq(dp_rxq); in sfc_ef10_rx_qdesc_npending() local
567 struct sfc_ef10_rxq *rxq = sfc_ef10_rxq_by_dp_rxq(dp_rxq); in sfc_ef10_rx_qdesc_status() local
647 struct sfc_ef10_rxq *rxq; in sfc_ef10_rx_qcreate() local
707 struct sfc_ef10_rxq *rxq = sfc_ef10_rxq_by_dp_rxq(dp_rxq); in sfc_ef10_rx_qdestroy() local
718 struct sfc_ef10_rxq *rxq = sfc_ef10_rxq_by_dp_rxq(dp_rxq); in sfc_ef10_rx_qstart() local
745 struct sfc_ef10_rxq *rxq = sfc_ef10_rxq_by_dp_rxq(dp_rxq); in sfc_ef10_rx_qstop() local
772 struct sfc_ef10_rxq *rxq = sfc_ef10_rxq_by_dp_rxq(dp_rxq); in sfc_ef10_rx_qpurge() local
794 struct sfc_ef10_rxq *rxq = sfc_ef10_rxq_by_dp_rxq(dp_rxq); in sfc_ef10_rx_intr_enable() local
[all …]
H A Dsfc_ef10_essb_rx.c122 sfc_ef10_essb_next_mbuf(const struct sfc_ef10_essb_rxq *rxq, in sfc_ef10_essb_next_mbuf()
133 sfc_ef10_essb_mbuf_by_index(const struct sfc_ef10_essb_rxq *rxq, in sfc_ef10_essb_mbuf_by_index()
144 sfc_ef10_essb_maybe_next_completed(struct sfc_ef10_essb_rxq *rxq) in sfc_ef10_essb_maybe_next_completed()
161 sfc_ef10_essb_rx_qrefill(struct sfc_ef10_essb_rxq *rxq) in sfc_ef10_essb_rx_qrefill()
330 sfc_ef10_essb_rx_get_pending(struct sfc_ef10_essb_rxq *rxq, in sfc_ef10_essb_rx_get_pending()
444 struct sfc_ef10_essb_rxq *rxq = sfc_ef10_essb_rxq_by_dp_rxq(dp_rxq); in sfc_ef10_essb_rx_qdesc_npending() local
470 struct sfc_ef10_essb_rxq *rxq = sfc_ef10_essb_rxq_by_dp_rxq(dp_rxq); in sfc_ef10_essb_rx_qdesc_status() local
572 struct sfc_ef10_essb_rxq *rxq; in sfc_ef10_essb_rx_qcreate() local
650 struct sfc_ef10_essb_rxq *rxq = sfc_ef10_essb_rxq_by_dp_rxq(dp_rxq); in sfc_ef10_essb_rx_qdestroy() local
661 struct sfc_ef10_essb_rxq *rxq = sfc_ef10_essb_rxq_by_dp_rxq(dp_rxq); in sfc_ef10_essb_rx_qstart() local
[all …]
H A Dsfc_ef100_rx.c96 sfc_ef100_rx_qprime(struct sfc_ef100_rxq *rxq) in sfc_ef100_rx_qprime()
104 sfc_ef100_rx_qpush(struct sfc_ef100_rxq *rxq, unsigned int added) in sfc_ef100_rx_qpush()
126 sfc_ef100_rx_qrefill(struct sfc_ef100_rxq *rxq) in sfc_ef100_rx_qrefill()
426 sfc_ef100_rx_next_mbuf(struct sfc_ef100_rxq *rxq) in sfc_ef100_rx_next_mbuf()
469 sfc_ef100_rx_process_ready_pkts(struct sfc_ef100_rxq *rxq, in sfc_ef100_rx_process_ready_pkts()
700 struct sfc_ef100_rxq *rxq; in sfc_ef100_rx_qcreate() local
759 struct sfc_ef100_rxq *rxq = sfc_ef100_rxq_by_dp_rxq(dp_rxq); in sfc_ef100_rx_qdestroy() local
770 struct sfc_ef100_rxq *rxq = sfc_ef100_rxq_by_dp_rxq(dp_rxq); in sfc_ef100_rx_qstart() local
824 struct sfc_ef100_rxq *rxq = sfc_ef100_rxq_by_dp_rxq(dp_rxq); in sfc_ef100_rx_qstop() local
851 struct sfc_ef100_rxq *rxq = sfc_ef100_rxq_by_dp_rxq(dp_rxq); in sfc_ef100_rx_qpurge() local
[all …]
H A Dsfc_rx.c56 sfc_efx_rx_qprime(struct sfc_efx_rxq *rxq) in sfc_efx_rx_qprime()
69 sfc_efx_rx_qrefill(struct sfc_efx_rxq *rxq) in sfc_efx_rx_qrefill()
224 struct sfc_efx_rxq *rxq = sfc_efx_rxq_by_dp_rxq(dp_rxq); in sfc_efx_recv_pkts() local
332 struct sfc_efx_rxq *rxq = sfc_efx_rxq_by_dp_rxq(dp_rxq); in sfc_efx_rx_qdesc_npending() local
346 struct sfc_efx_rxq *rxq = sfc_efx_rxq_by_dp_rxq(dp_rxq); in sfc_efx_rx_qdesc_status() local
471 struct sfc_efx_rxq *rxq; in sfc_efx_rx_qcreate() local
660 struct sfc_rxq *rxq; in sfc_rx_qflush() local
770 struct sfc_rxq *rxq; in sfc_rx_qstart() local
870 struct sfc_rxq *rxq; in sfc_rx_qstop() local
1074 struct sfc_rxq *rxq; in sfc_rx_qinit() local
[all …]
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec.c49 rxq_handle_pending_error(struct mlx5_rxq_data *rxq, struct rte_mbuf **pkts, in rxq_handle_pending_error()
87 mlx5_rx_replenish_bulk_mbuf(struct mlx5_rxq_data *rxq) in mlx5_rx_replenish_bulk_mbuf()
142 mlx5_rx_mprq_replenish_bulk_mbuf(struct mlx5_rxq_data *rxq) in mlx5_rx_mprq_replenish_bulk_mbuf()
188 rxq_copy_mprq_mbuf_v(struct mlx5_rxq_data *rxq, in rxq_copy_mprq_mbuf_v()
280 rxq_burst_v(struct mlx5_rxq_data *rxq, struct rte_mbuf **pkts, in rxq_burst_v()
379 struct mlx5_rxq_data *rxq = dpdk_rxq; in mlx5_rx_burst_vec() local
418 rxq_burst_mprq_v(struct mlx5_rxq_data *rxq, struct rte_mbuf **pkts, in rxq_burst_mprq_v()
513 struct mlx5_rxq_data *rxq = dpdk_rxq; in mlx5_rx_burst_mprq_vec() local
541 mlx5_rxq_check_vec_support(struct mlx5_rxq_data *rxq) in mlx5_rxq_check_vec_support()
574 struct mlx5_rxq_data *rxq = (*priv->rxqs)[i]; in mlx5_check_vec_rx_support() local
/f-stack/dpdk/drivers/net/nfb/
H A Dnfb_rx.c68 struct ndp_rx_queue *rxq = dev->data->rx_queues[rxq_id]; in nfb_eth_rx_queue_start() local
89 struct ndp_rx_queue *rxq = dev->data->rx_queues[rxq_id]; in nfb_eth_rx_queue_stop() local
115 struct ndp_rx_queue *rxq; in nfb_eth_rx_queue_setup() local
152 struct ndp_rx_queue *rxq) in nfb_eth_rx_queue_init()
181 struct ndp_rx_queue *rxq = (struct ndp_rx_queue *)q; in nfb_eth_rx_queue_release() local
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx_vec.c50 hns3_rxq_rearm_mbuf(struct hns3_rx_queue *rxq) in hns3_rxq_rearm_mbuf()
105 struct hns3_rx_queue *rxq = rx_queue; in hns3_recv_pkts_vec() local
136 hns3_rxq_vec_setup_rearm_data(struct hns3_rx_queue *rxq) in hns3_rxq_vec_setup_rearm_data()
153 hns3_rxq_vec_setup(struct hns3_rx_queue *rxq) in hns3_rxq_vec_setup()
172 hns3_rxq_vec_check(struct hns3_rx_queue *rxq, void *arg) in hns3_rxq_vec_check()
H A Dhns3_rxtx.c336 struct hns3_rx_queue *rxq; in hns3_update_all_queues_pvid_proc_en() local
374 struct hns3_rx_queue *rxq; in hns3_enable_all_queues() local
493 struct hns3_rx_queue *rxq; in hns3_start_all_rxqs() local
527 struct hns3_rx_queue *rxq; in hns3_restore_tqp_enable_state() local
783 struct hns3_rx_queue *rxq; in hns3_reset_queue() local
958 struct hns3_rx_queue *rxq; in hns3_init_rxq() local
987 struct hns3_rx_queue *rxq; in hns3_init_fake_rxq() local
1045 struct hns3_rx_queue *rxq; in hns3_init_rx_queues() local
1154 struct hns3_rx_queue *rxq; in hns3_start_tqps() local
1228 struct hns3_rx_queue *rxq; in hns3_alloc_rxq_and_dma_zone() local
[all …]
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_rxtx_vec_common.h15 reassemble_packets(struct iavf_rx_queue *rxq, struct rte_mbuf **rx_bufs, in reassemble_packets()
146 _iavf_rx_queue_release_mbufs_vec(struct iavf_rx_queue *rxq) in _iavf_rx_queue_release_mbufs_vec()
195 iavf_rxq_vec_setup_default(struct iavf_rx_queue *rxq) in iavf_rxq_vec_setup_default()
213 iavf_rx_vec_queue_default(struct iavf_rx_queue *rxq) in iavf_rx_vec_queue_default()
253 struct iavf_rx_queue *rxq; in iavf_rx_vec_dev_check_default() local
H A Diavf_rxtx.c170 reset_rx_queue(struct iavf_rx_queue *rxq) in reset_rx_queue()
495 struct iavf_rx_queue *rxq; in iavf_dev_rx_queue_setup() local
727 struct iavf_rx_queue *rxq; in iavf_dev_rx_queue_start() local
807 struct iavf_rx_queue *rxq; in iavf_dev_rx_queue_stop() local
859 iavf_dev_rx_queue_release(void *rxq) in iavf_dev_rx_queue_release()
892 struct iavf_rx_queue *rxq; in iavf_stop_queues() local
1109 struct iavf_rx_queue *rxq; in iavf_recv_pkts() local
1217 struct iavf_rx_queue *rxq; in iavf_recv_pkts_flex_rxd() local
2313 struct iavf_rx_queue *rxq; in iavf_set_rx_function() local
2546 struct iavf_rx_queue *rxq; in iavf_dev_rxq_info_get() local
[all …]
/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx_vec_common.h11 ice_rx_reassemble_packets(struct ice_rx_queue *rxq, struct rte_mbuf **rx_bufs, in ice_rx_reassemble_packets()
143 _ice_rx_queue_release_mbufs_vec(struct ice_rx_queue *rxq) in _ice_rx_queue_release_mbufs_vec()
228 ice_rxq_vec_setup_default(struct ice_rx_queue *rxq) in ice_rxq_vec_setup_default()
246 ice_rx_vec_queue_default(struct ice_rx_queue *rxq) in ice_rx_vec_queue_default()
294 struct ice_rx_queue *rxq; in ice_rx_vec_dev_check_default() local
H A Dice_rxtx.c534 struct ice_rx_queue *rxq; in ice_rx_queue_start() local
588 struct ice_rx_queue *rxq; in ice_rx_queue_stop() local
759 struct ice_rx_queue *rxq; in ice_fdir_rx_queue_start() local
964 struct ice_rx_queue *rxq; in ice_fdir_rx_queue_stop() local
1030 struct ice_rx_queue *rxq; in ice_rx_queue_setup() local
1143 ice_rx_queue_release(void *rxq) in ice_rx_queue_release()
1357 struct ice_rx_queue *rxq; in ice_rxq_info_get() local
1395 struct ice_rx_queue *rxq; in ice_rx_queue_count() local
1715 struct ice_rx_queue *rxq = rx_queue; in ice_recv_scattered_pkts() local
2117 struct ice_rx_queue *rxq; in ice_fdir_setup_rx_resources() local
[all …]
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_rx.c20 #define HINIC_GET_RQ_WQE_MASK(rxq) \ argument
23 #define HINIC_GET_RQ_LOCAL_CI(rxq) \ argument
26 #define HINIC_GET_RQ_LOCAL_PI(rxq) \ argument
29 #define HINIC_UPDATE_RQ_LOCAL_CI(rxq, wqebb_cnt) \ argument
35 #define HINIC_UPDATE_RQ_HW_PI(rxq, pi) \ argument
193 struct hinic_rxq *rxq; in hinic_get_func_rx_buf_size() local
296 void hinic_rxq_stats_reset(struct hinic_rxq *rxq) in hinic_rxq_stats_reset()
334 static int hinic_rx_fill_wqe(struct hinic_rxq *rxq) in hinic_rx_fill_wqe()
363 int hinic_setup_rx_resources(struct hinic_rxq *rxq) in hinic_setup_rx_resources()
945 void hinic_rx_alloc_pkts(struct hinic_rxq *rxq) in hinic_rx_alloc_pkts()
[all …]
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_rxtx_vec_common.h15 reassemble_packets(struct i40e_rx_queue *rxq, struct rte_mbuf **rx_bufs, in reassemble_packets()
145 _i40e_rx_queue_release_mbufs_vec(struct i40e_rx_queue *rxq) in _i40e_rx_queue_release_mbufs_vec()
175 i40e_rxq_vec_setup_default(struct i40e_rx_queue *rxq) in i40e_rxq_vec_setup_default()
200 struct i40e_rx_queue *rxq; in i40e_rx_vec_dev_conf_condition_check_default() local
H A Di40e_rxtx.c653 struct i40e_rx_queue *rxq; in i40e_recv_pkts() local
777 struct i40e_rx_queue *rxq = rx_queue; in i40e_recv_scattered_pkts() local
1568 struct i40e_rx_queue *rxq; in i40e_dev_rx_queue_start() local
1611 struct i40e_rx_queue *rxq; in i40e_dev_rx_queue_stop() local
1766 struct i40e_rx_queue *rxq) in i40e_dev_rx_queue_setup_runtime()
1839 struct i40e_rx_queue *rxq; in i40e_dev_rx_queue_setup() local
1993 i40e_dev_rx_queue_release(void *rxq) in i40e_dev_rx_queue_release()
2012 struct i40e_rx_queue *rxq; in i40e_dev_rx_queue_count() local
3005 struct i40e_rx_queue *rxq; in i40e_fdir_setup_rx_resources() local
3064 struct i40e_rx_queue *rxq; in i40e_rxq_info_get() local
[all …]
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c530 struct hn_rx_queue *rxq = rxb->rxq; in hn_rx_buf_free_cb() local
666 static void hn_rndis_rx_data(struct hn_rx_queue *rxq, in hn_rndis_rx_data()
762 struct hn_rx_queue *rxq, in hn_nvs_handle_rxbuf()
876 struct hn_rx_queue *rxq; in hn_rx_queue_alloc() local
920 struct hn_rx_queue *rxq = dev->data->rx_queues[queue_id]; in hn_dev_rx_queue_info() local
936 struct hn_rx_queue *rxq; in hn_dev_rx_queue_setup() local
1009 struct hn_rx_queue *rxq = arg; in hn_dev_rx_queue_release() local
1038 const struct hn_rx_queue *rxq = arg; in hn_dev_rx_queue_status() local
1066 struct hn_rx_queue *rxq; in hn_process_events() local
1600 struct hn_rx_queue *rxq = prxq; in hn_recv_pkts() local
[all …]
/f-stack/dpdk/drivers/net/atlantic/
H A Datl_rxtx.c85 atl_reset_rx_queue(struct atl_rx_queue *rxq) in atl_reset_rx_queue()
107 struct atl_rx_queue *rxq; in atl_rx_queue_setup() local
342 struct atl_rx_queue *rxq; in atl_rx_init() local
393 atl_alloc_rx_queue_mbufs(struct atl_rx_queue *rxq) in atl_alloc_rx_queue_mbufs()
447 struct atl_rx_queue *rxq = NULL; in atl_rx_queue_start() local
479 struct atl_rx_queue *rxq = NULL; in atl_rx_queue_stop() local
665 struct atl_rx_queue *rxq; in atl_rxq_info_get() local
694 struct atl_rx_queue *rxq; in atl_rx_queue_count() local
714 struct atl_rx_queue *rxq = rx_queue; in atl_dev_rx_descriptor_status() local
768 struct atl_rx_queue *rxq; in atl_rx_enable_intr() local
[all …]
/f-stack/dpdk/drivers/net/qede/
H A Dqede_rxtx.c137 struct qede_rx_queue *rxq; in qede_alloc_rx_queue_mem() local
223 struct qede_rx_queue *rxq; in qede_rx_queue_setup() local
296 struct qede_rx_queue *rxq) in qede_rx_queue_reset()
322 struct qede_rx_queue *rxq) in _qede_rx_queue_release()
358 struct qede_rx_queue *rxq; in qede_rx_queue_stop() local
716 struct qede_rx_queue *rxq) in qede_update_rx_prod()
754 struct qede_rx_queue *rxq; in qede_rx_queue_start() local
1339 struct qede_rx_queue *rxq, in qede_rx_process_tpa_cmn_cont_end_cqe()
1371 struct qede_rx_queue *rxq, in qede_rx_process_tpa_cont_cqe()
1383 struct qede_rx_queue *rxq, in qede_rx_process_tpa_end_cqe()
[all …]
/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_rxtx.c34 void axgbe_dev_rx_queue_release(void *rxq) in axgbe_dev_rx_queue_release()
47 struct axgbe_rx_queue *rxq; in axgbe_dev_rx_queue_setup() local
149 struct axgbe_rx_queue *rxq; in axgbe_dev_disable_rx() local
175 struct axgbe_rx_queue *rxq; in axgbe_dev_enable_rx() local
208 struct axgbe_rx_queue *rxq = rx_queue; in axgbe_recv_pkts() local
321 struct axgbe_rx_queue *rxq = rx_queue; in eth_axgbe_recv_scattered_pkts() local
811 struct axgbe_rx_queue *rxq; in axgbe_dev_clear_queues() local
836 struct axgbe_rx_queue *rxq = rx_queue; in axgbe_dev_rx_descriptor_status() local
/f-stack/dpdk/drivers/net/vmxnet3/
H A Dvmxnet3_rxtx.c72 vmxnet3_rxq_dump(struct vmxnet3_rx_queue *rxq) in vmxnet3_rxq_dump()
185 vmxnet3_dev_rx_queue_release(void *rxq) in vmxnet3_dev_rx_queue_release()
236 vmxnet3_dev_rx_queue_reset(void *rxq) in vmxnet3_dev_rx_queue_reset()
289 struct vmxnet3_rx_queue *rxq = dev->data->rx_queues[i]; in vmxnet3_dev_clear_queues() local
586 vmxnet3_renew_desc(vmxnet3_rx_queue_t *rxq, uint8_t ring_id, in vmxnet3_renew_desc()
638 vmxnet3_post_rx_bufs(vmxnet3_rx_queue_t *rxq, uint8_t ring_id) in vmxnet3_post_rx_bufs()
827 vmxnet3_rx_queue_t *rxq; in vmxnet3_recv_pkts() local
1128 struct vmxnet3_rx_queue *rxq; in vmxnet3_dev_rx_queue_setup() local
1260 vmxnet3_rx_queue_t *rxq = dev->data->rx_queues[i]; in vmxnet3_dev_rxtx_init() local

12345678