| /f-stack/dpdk/drivers/net/enetc/ |
| H A D | enetc_ethdev.c | 317 RTE_ETH_QUEUE_STATE_STOPPED; in enetc_tx_queue_setup() 462 RTE_ETH_QUEUE_STATE_STOPPED; in enetc_rx_queue_setup() 755 if (dev->data->rx_queue_state[qidx] == RTE_ETH_QUEUE_STATE_STOPPED) { in enetc_rx_queue_start() 782 dev->data->rx_queue_state[qidx] = RTE_ETH_QUEUE_STATE_STOPPED; in enetc_rx_queue_stop() 797 if (dev->data->tx_queue_state[qidx] == RTE_ETH_QUEUE_STATE_STOPPED) { in enetc_tx_queue_start() 824 dev->data->tx_queue_state[qidx] = RTE_ETH_QUEUE_STATE_STOPPED; in enetc_tx_queue_stop()
|
| /f-stack/dpdk/drivers/net/nfb/ |
| H A D | nfb_tx.c | 45 dev->data->tx_queue_state[txq_id] = RTE_ETH_QUEUE_STATE_STOPPED; in nfb_eth_tx_queue_stop()
|
| H A D | nfb_rx.c | 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 D | bnxt_rxq.c | 382 queue_state = RTE_ETH_QUEUE_STATE_STOPPED; in bnxt_rx_queue_setup_op() 501 RTE_ETH_QUEUE_STATE_STOPPED; in bnxt_rx_queue_start() 548 dev->data->rx_queue_state[rx_queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in bnxt_rx_queue_stop()
|
| H A D | bnxt_txr.c | 557 dev->data->tx_queue_state[tx_queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in bnxt_tx_queue_stop()
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_dcf_ethdev.c | 394 dev->data->rx_queue_state[rx_queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in ice_dcf_rx_queue_stop() 452 dev->data->tx_queue_state[tx_queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in ice_dcf_tx_queue_stop() 580 dev->data->tx_queue_state[i] = RTE_ETH_QUEUE_STATE_STOPPED; in ice_dcf_stop_queues() 588 dev->data->rx_queue_state[i] = RTE_ETH_QUEUE_STATE_STOPPED; in ice_dcf_stop_queues()
|
| /f-stack/dpdk/drivers/net/octeontx/ |
| H A D | octeontx_ethdev.c | 933 dev->data->tx_queue_state[qidx] = RTE_ETH_QUEUE_STATE_STOPPED; in octeontx_vf_start_tx_queue() 956 if (dev->data->tx_queue_state[qidx] == RTE_ETH_QUEUE_STATE_STOPPED) in octeontx_vf_stop_tx_queue() 959 dev->data->tx_queue_state[qidx] = RTE_ETH_QUEUE_STATE_STOPPED; in octeontx_vf_stop_tx_queue() 1033 dev->data->tx_queue_state[qidx] = RTE_ETH_QUEUE_STATE_STOPPED; in octeontx_dev_tx_queue_setup() 1219 dev->data->rx_queue_state[qidx] = RTE_ETH_QUEUE_STATE_STOPPED; in octeontx_dev_rx_queue_setup()
|
| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe_ether.c | 436 RTE_ETH_QUEUE_STATE_STOPPED) { in failsafe_eth_dev_rx_queues_sync() 477 RTE_ETH_QUEUE_STATE_STOPPED) { in failsafe_eth_dev_tx_queues_sync()
|
| H A D | failsafe_ops.c | 175 RTE_ETH_QUEUE_STATE_STOPPED; in fs_set_queues_state_stop() 179 RTE_ETH_QUEUE_STATE_STOPPED; 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() 329 dev->data->tx_queue_state[tx_queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in fs_tx_queue_stop()
|
| /f-stack/dpdk/drivers/net/ark/ |
| H A D | ark_ethdev_rx.c | 99 dev->data->rx_queue_state[rx_queue_idx] = RTE_ETH_QUEUE_STATE_STOPPED; in eth_ark_rx_hw_setup() 436 dev->data->rx_queue_state[queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in eth_ark_rx_stop_queue()
|
| H A D | ark_ethdev_tx.c | 369 dev->data->tx_queue_state[queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in eth_ark_tx_queue_stop()
|
| /f-stack/dpdk/drivers/net/pcap/ |
| H A D | rte_eth_pcap.c | 651 dev->data->rx_queue_state[i] = RTE_ETH_QUEUE_STATE_STOPPED; in eth_dev_stop() 654 dev->data->tx_queue_state[i] = RTE_ETH_QUEUE_STATE_STOPPED; in eth_dev_stop() 900 dev->data->rx_queue_state[rx_queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in eth_rx_queue_stop() 908 dev->data->tx_queue_state[tx_queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in eth_tx_queue_stop()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_txq.c | 197 dev->data->tx_queue_state[idx] = RTE_ETH_QUEUE_STATE_STOPPED; in mlx5_tx_queue_stop_primary() 223 if (dev->data->tx_queue_state[idx] == RTE_ETH_QUEUE_STATE_STOPPED) in mlx5_tx_queue_stop() 1252 dev->data->tx_queue_state[idx] = RTE_ETH_QUEUE_STATE_STOPPED; in mlx5_txq_release()
|
| H A D | mlx5_rxq.c | 541 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() 1795 dev->data->rx_queue_state[idx] = RTE_ETH_QUEUE_STATE_STOPPED; in mlx5_rxq_release()
|
| /f-stack/dpdk/drivers/net/thunderx/ |
| H A D | nicvf_ethdev.c | 772 RTE_ETH_QUEUE_STATE_STOPPED) in nicvf_vf_stop_tx_queue() 785 RTE_ETH_QUEUE_STATE_STOPPED; in nicvf_vf_stop_tx_queue() 1048 RTE_ETH_QUEUE_STATE_STOPPED; in nicvf_dev_tx_queue_setup() 1139 RTE_ETH_QUEUE_STATE_STOPPED) in nicvf_vf_stop_rx_queue() 1159 RTE_ETH_QUEUE_STATE_STOPPED; in nicvf_vf_stop_rx_queue() 1387 RTE_ETH_QUEUE_STATE_STOPPED; in nicvf_dev_rx_queue_setup()
|
| /f-stack/dpdk/drivers/net/enic/ |
| H A D | enic_vf_representor.c | 270 eth_dev->data->tx_queue_state[0] = RTE_ETH_QUEUE_STATE_STOPPED; in enic_vf_dev_stop() 271 eth_dev->data->rx_queue_state[0] = RTE_ETH_QUEUE_STATE_STOPPED; in enic_vf_dev_stop()
|
| H A D | enic_main.c | 759 data->tx_queue_state[queue_idx] = RTE_ETH_QUEUE_STATE_STOPPED; in enic_stop_wq() 800 data->rx_queue_state[queue_idx] = RTE_ETH_QUEUE_STATE_STOPPED; in enic_stop_rq()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev.c | 645 eth_dev->data->rx_queue_state[rq] = RTE_ETH_QUEUE_STATE_STOPPED; in otx2_nix_rx_queue_setup() 1321 eth_dev->data->tx_queue_state[sq] = RTE_ETH_QUEUE_STATE_STOPPED; in otx2_nix_tx_queue_setup() 2080 if (data->tx_queue_state[qidx] == RTE_ETH_QUEUE_STATE_STOPPED) in otx2_nix_tx_queue_stop() 2092 data->tx_queue_state[qidx] = RTE_ETH_QUEUE_STATE_STOPPED; in otx2_nix_tx_queue_stop() 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 D | ionic_rxtx.c | 152 RTE_ETH_QUEUE_STATE_STOPPED; in ionic_dev_tx_queue_stop() 1058 RTE_ETH_QUEUE_STATE_STOPPED; in ionic_dev_rx_queue_stop()
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.c | 931 dev->data->tx_queue_state[i] = RTE_ETH_QUEUE_STATE_STOPPED; in tap_dev_stop() 933 dev->data->rx_queue_state[i] = RTE_ETH_QUEUE_STATE_STOPPED; in tap_dev_stop() 1851 dev->data->rx_queue_state[rx_queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in tap_rx_queue_stop() 1859 dev->data->tx_queue_state[tx_queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in tap_tx_queue_stop()
|
| /f-stack/dpdk/drivers/net/atlantic/ |
| H A D | atl_rxtx.c | 492 RTE_ETH_QUEUE_STATE_STOPPED; in atl_rx_queue_stop() 566 dev->data->tx_queue_state[tx_queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in atl_tx_queue_stop()
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_ethdev_driver.h | 925 #define RTE_ETH_QUEUE_STATE_STOPPED 0 macro
|
| H A D | rte_ethdev.c | 974 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() 1049 if (dev->data->tx_queue_state[tx_queue_id] != RTE_ETH_QUEUE_STATE_STOPPED) { in rte_eth_dev_tx_queue_start() 1082 if (dev->data->tx_queue_state[tx_queue_id] == RTE_ETH_QUEUE_STATE_STOPPED) { in rte_eth_dev_tx_queue_stop() 2035 RTE_ETH_QUEUE_STATE_STOPPED)) in rte_eth_rx_queue_setup() 2231 RTE_ETH_QUEUE_STATE_STOPPED)) in rte_eth_tx_queue_setup()
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_ethdev.c | 497 eth_dev->data->tx_queue_state[tx_queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in cxgbe_dev_tx_queue_stop() 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/iavf/ |
| H A D | iavf_rxtx.c | 825 dev->data->rx_queue_state[rx_queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in iavf_dev_rx_queue_stop() 853 dev->data->tx_queue_state[tx_queue_id] = RTE_ETH_QUEUE_STATE_STOPPED; in iavf_dev_tx_queue_stop() 916 dev->data->tx_queue_state[i] = RTE_ETH_QUEUE_STATE_STOPPED; in iavf_stop_queues() 924 dev->data->rx_queue_state[i] = RTE_ETH_QUEUE_STATE_STOPPED; in iavf_stop_queues()
|