Home
last modified time | relevance | path

Searched refs:rx_queue_state (Results 1 – 25 of 34) sorted by relevance

12

/f-stack/dpdk/drivers/net/nfb/
H A Dnfb_rx.c79 dev->data->rx_queue_state[rxq_id] = RTE_ETH_QUEUE_STATE_STARTED; in nfb_eth_rx_queue_start()
101 dev->data->rx_queue_state[rxq_id] = RTE_ETH_QUEUE_STATE_STOPPED; in nfb_eth_rx_queue_stop()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_rxq.c388 eth_dev->data->rx_queue_state[queue_idx] = queue_state; in bnxt_rx_queue_setup_op()
468 dev->data->rx_queue_state[rx_queue_id] = RTE_ETH_QUEUE_STATE_STARTED; in bnxt_rx_queue_start()
500 dev->data->rx_queue_state[rx_queue_id] = in bnxt_rx_queue_start()
508 bp->eth_dev->data->rx_queue_state[rx_queue_id]); in bnxt_rx_queue_start()
548 dev->data->rx_queue_state[rx_queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in bnxt_rx_queue_stop()
/f-stack/dpdk/drivers/net/enetc/
H A Denetc_ethdev.c458 dev->data->rx_queue_state[rx_ring->index] = in enetc_rx_queue_setup()
461 dev->data->rx_queue_state[rx_ring->index] = in enetc_rx_queue_setup()
755 if (dev->data->rx_queue_state[qidx] == RTE_ETH_QUEUE_STATE_STOPPED) { in enetc_rx_queue_start()
761 dev->data->rx_queue_state[qidx] = RTE_ETH_QUEUE_STATE_STARTED; in enetc_rx_queue_start()
776 if (dev->data->rx_queue_state[qidx] == RTE_ETH_QUEUE_STATE_STARTED) { in enetc_rx_queue_stop()
782 dev->data->rx_queue_state[qidx] = RTE_ETH_QUEUE_STATE_STOPPED; in enetc_rx_queue_stop()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev_core.h172 uint8_t rx_queue_state[RTE_MAX_QUEUES_PER_PORT]; member
H A Drte_ethdev.c974 if (dev->data->rx_queue_state[rx_queue_id] != RTE_ETH_QUEUE_STATE_STOPPED) { in rte_eth_dev_rx_queue_start()
1009 if (dev->data->rx_queue_state[rx_queue_id] == RTE_ETH_QUEUE_STATE_STOPPED) { in rte_eth_dev_rx_queue_stop()
2034 (dev->data->rx_queue_state[rx_queue_id] != in rte_eth_rx_queue_setup()
2176 dev->data->rx_queue_state[rx_queue_id] = in rte_eth_rx_hairpin_queue_setup()
5378 if (dev->data->rx_queue_state[queue_id] == in rte_eth_dev_is_rx_hairpin_queue()
/f-stack/dpdk/drivers/net/ark/
H A Dark_ethdev_rx.c99 dev->data->rx_queue_state[rx_queue_idx] = RTE_ETH_QUEUE_STATE_STOPPED; in eth_ark_rx_hw_setup()
411 dev->data->rx_queue_state[queue_id] = RTE_ETH_QUEUE_STATE_STARTED; in eth_ark_rx_start_queue()
436 dev->data->rx_queue_state[queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in eth_ark_rx_stop_queue()
/f-stack/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.c798 if (dev->data->rx_queue_state[qidx] == in nicvf_configure_cpi()
847 if (dev->data->rx_queue_state[idx] == in nicvf_configure_rss_reta()
1099 if (dev->data->rx_queue_state[nicvf_netdev_qidx(nic, qidx)] == in nicvf_vf_start_rx_queue()
1120 dev->data->rx_queue_state[nicvf_netdev_qidx(nic, qidx)] = in nicvf_vf_start_rx_queue()
1138 if (dev->data->rx_queue_state[nicvf_netdev_qidx(nic, qidx)] == in nicvf_vf_stop_rx_queue()
1158 dev->data->rx_queue_state[nicvf_netdev_qidx(nic, qidx)] = in nicvf_vf_stop_rx_queue()
1386 dev->data->rx_queue_state[nicvf_netdev_qidx(nic, qidx)] = in nicvf_dev_rx_queue_setup()
/f-stack/dpdk/drivers/net/ice/
H A Dice_dcf_ethdev.c301 dev->data->rx_queue_state[rx_queue_id] = RTE_ETH_QUEUE_STATE_STARTED; in ice_dcf_rx_queue_start()
394 dev->data->rx_queue_state[rx_queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in ice_dcf_rx_queue_stop()
588 dev->data->rx_queue_state[i] = RTE_ETH_QUEUE_STATE_STOPPED; in ice_dcf_stop_queues()
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_ether.c422 dev->data->rx_queue_state[i] == in failsafe_eth_dev_rx_queues_sync()
435 } else if (dev->data->rx_queue_state[i] == in failsafe_eth_dev_rx_queues_sync()
H A Dfailsafe_ops.c111 dev->data->rx_queue_state[i] = in fs_set_queues_state_start()
174 dev->data->rx_queue_state[i] = in fs_set_queues_state_stop()
276 dev->data->rx_queue_state[rx_queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in fs_rx_queue_stop()
302 dev->data->rx_queue_state[rx_queue_id] = RTE_ETH_QUEUE_STATE_STARTED; in fs_rx_queue_start()
/f-stack/dpdk/drivers/net/pcap/
H A Drte_eth_pcap.c600 dev->data->rx_queue_state[i] = RTE_ETH_QUEUE_STATE_STARTED; in eth_dev_start()
651 dev->data->rx_queue_state[i] = RTE_ETH_QUEUE_STATE_STOPPED; in eth_dev_stop()
884 dev->data->rx_queue_state[rx_queue_id] = RTE_ETH_QUEUE_STATE_STARTED; in eth_rx_queue_start()
900 dev->data->rx_queue_state[rx_queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in eth_rx_queue_stop()
/f-stack/dpdk/drivers/net/enic/
H A Denic_vf_representor.c241 eth_dev->data->rx_queue_state[0] = RTE_ETH_QUEUE_STATE_STARTED; in enic_vf_dev_start()
271 eth_dev->data->rx_queue_state[0] = RTE_ETH_QUEUE_STATE_STOPPED; in enic_vf_dev_stop()
H A Denic_main.c778 data->rx_queue_state[queue_idx] = RTE_ETH_QUEUE_STATE_STARTED; in enic_start_rq()
800 data->rx_queue_state[queue_idx] = RTE_ETH_QUEUE_STATE_STOPPED; in enic_stop_rq()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxq.c541 dev->data->rx_queue_state[idx] = RTE_ETH_QUEUE_STATE_STOPPED; in mlx5_rx_queue_stop_primary()
568 if (dev->data->rx_queue_state[idx] == RTE_ETH_QUEUE_STATE_STOPPED) in mlx5_rx_queue_stop()
639 dev->data->rx_queue_state[idx] = RTE_ETH_QUEUE_STATE_STARTED; in mlx5_rx_queue_start_primary()
665 if (dev->data->rx_queue_state[idx] == RTE_ETH_QUEUE_STATE_STARTED) in mlx5_rx_queue_start()
1795 dev->data->rx_queue_state[idx] = RTE_ETH_QUEUE_STATE_STOPPED; in mlx5_rxq_release()
H A Dmlx5_devx.c613 dev->data->rx_queue_state[idx] = RTE_ETH_QUEUE_STATE_HAIRPIN; in mlx5_rxq_obj_hairpin_new()
679 dev->data->rx_queue_state[idx] = RTE_ETH_QUEUE_STATE_STARTED; in mlx5_rxq_devx_obj_new()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev.c645 eth_dev->data->rx_queue_state[rq] = RTE_ETH_QUEUE_STATE_STOPPED; in otx2_nix_rx_queue_setup()
2105 if (data->rx_queue_state[qidx] == RTE_ETH_QUEUE_STATE_STARTED) in otx2_nix_rx_queue_start()
2114 data->rx_queue_state[qidx] = RTE_ETH_QUEUE_STATE_STARTED; in otx2_nix_rx_queue_start()
2127 if (data->rx_queue_state[qidx] == RTE_ETH_QUEUE_STATE_STOPPED) in otx2_nix_rx_queue_stop()
2136 data->rx_queue_state[qidx] = RTE_ETH_QUEUE_STATE_STOPPED; in otx2_nix_rx_queue_stop()
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_rxtx.c980 eth_dev->data->rx_queue_state[rx_queue_id] = in ionic_dev_rx_queue_start()
1057 eth_dev->data->rx_queue_state[rx_queue_id] = in ionic_dev_rx_queue_stop()
/f-stack/dpdk/drivers/net/tap/
H A Drte_eth_tap.c918 dev->data->rx_queue_state[i] = RTE_ETH_QUEUE_STATE_STARTED; in tap_dev_start()
933 dev->data->rx_queue_state[i] = RTE_ETH_QUEUE_STATE_STOPPED; in tap_dev_stop()
1835 dev->data->rx_queue_state[rx_queue_id] = RTE_ETH_QUEUE_STATE_STARTED; in tap_rx_queue_start()
1851 dev->data->rx_queue_state[rx_queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in tap_rx_queue_stop()
/f-stack/dpdk/drivers/net/atlantic/
H A Datl_rxtx.c466 dev->data->rx_queue_state[rx_queue_id] = in atl_rx_queue_start()
491 dev->data->rx_queue_state[rx_queue_id] = in atl_rx_queue_stop()
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_ethdev.c583 eth_dev->data->rx_queue_state[rx_queue_id] = RTE_ETH_QUEUE_STATE_STARTED; in cxgbe_dev_rx_queue_start()
601 eth_dev->data->rx_queue_state[rx_queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in cxgbe_dev_rx_queue_stop()
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_rx.c843 sa->eth_dev->data->rx_queue_state[sw_index] = in sfc_rx_qstart()
883 sa->eth_dev->data->rx_queue_state[sw_index] = in sfc_rx_qstop()
/f-stack/dpdk/drivers/net/szedata2/
H A Drte_eth_szedata2.c917 dev->data->rx_queue_state[rxq_id] = RTE_ETH_QUEUE_STATE_STARTED; in eth_rx_queue_start()
936 dev->data->rx_queue_state[rxq_id] = RTE_ETH_QUEUE_STATE_STOPPED; in eth_rx_queue_stop()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c1169 hw->data->rx_queue_state[i] = in hns3_start_tqps()
1185 hw->data->rx_queue_state[i] = RTE_ETH_QUEUE_STATE_STOPPED; in hns3_stop_tqps()
3819 dev->data->rx_queue_state[rx_queue_id] = RTE_ETH_QUEUE_STATE_STARTED; in hns3_dev_rx_queue_start()
3851 dev->data->rx_queue_state[rx_queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in hns3_dev_rx_queue_stop()
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_rxtx.c759 dev->data->rx_queue_state[rx_queue_id] = in iavf_dev_rx_queue_start()
825 dev->data->rx_queue_state[rx_queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in iavf_dev_rx_queue_stop()
924 dev->data->rx_queue_state[i] = RTE_ETH_QUEUE_STATE_STOPPED; in iavf_stop_queues()
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_verbs.c442 dev->data->rx_queue_state[idx] = RTE_ETH_QUEUE_STATE_STARTED; in mlx5_rxq_ibv_obj_new()

12