Home
last modified time | relevance | path

Searched refs:RTE_ETH_QUEUE_STATE_STOPPED (Results 1 – 25 of 38) sorted by relevance

12

/f-stack/dpdk/drivers/net/enetc/
H A Denetc_ethdev.c317 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 Dnfb_tx.c45 dev->data->tx_queue_state[txq_id] = RTE_ETH_QUEUE_STATE_STOPPED; in nfb_eth_tx_queue_stop()
H A Dnfb_rx.c101 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.c382 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 Dbnxt_txr.c557 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 Dice_dcf_ethdev.c394 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 Docteontx_ethdev.c933 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 Dfailsafe_ether.c436 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 Dfailsafe_ops.c175 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 Dark_ethdev_rx.c99 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 Dark_ethdev_tx.c369 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 Drte_eth_pcap.c651 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 Dmlx5_txq.c197 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 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()
1795 dev->data->rx_queue_state[idx] = RTE_ETH_QUEUE_STATE_STOPPED; in mlx5_rxq_release()
/f-stack/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.c772 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 Denic_vf_representor.c270 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 Denic_main.c759 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 Dotx2_ethdev.c645 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 Dionic_rxtx.c152 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 Drte_eth_tap.c931 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 Datl_rxtx.c492 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 Drte_ethdev_driver.h925 #define RTE_ETH_QUEUE_STATE_STOPPED 0 macro
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()
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 Dcxgbe_ethdev.c497 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 Diavf_rxtx.c825 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()

12