Searched refs:mlx5_txq_get (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_trigger.c | 54 struct mlx5_txq_ctrl *txq_ctrl = mlx5_txq_get(dev, i); in mlx5_txq_start() 226 txq_ctrl = mlx5_txq_get(dev, i); in mlx5_hairpin_auto_bind() 245 txq_ctrl = mlx5_txq_get(dev, i); in mlx5_hairpin_auto_bind() 356 txq_ctrl = mlx5_txq_get(dev, peer_queue); in mlx5_hairpin_queue_peer_update() 456 txq_ctrl = mlx5_txq_get(dev, cur_queue); in mlx5_hairpin_queue_peer_bind() 595 txq_ctrl = mlx5_txq_get(dev, cur_queue); in mlx5_hairpin_queue_peer_unbind() 709 txq_ctrl = mlx5_txq_get(dev, i); in mlx5_hairpin_bind_single_port() 749 txq_ctrl = mlx5_txq_get(dev, i); in mlx5_hairpin_bind_single_port() 803 txq_ctrl = mlx5_txq_get(dev, i); in mlx5_hairpin_bind_single_port() 844 txq_ctrl = mlx5_txq_get(dev, i); in mlx5_hairpin_unbind_single_port() [all …]
|
| H A D | mlx5_rxtx.h | 409 struct mlx5_txq_ctrl *mlx5_txq_get(struct rte_eth_dev *dev, uint16_t idx);
|
| H A D | mlx5_txq.c | 1205 mlx5_txq_get(struct rte_eth_dev *dev, uint16_t idx) in mlx5_txq_get() function
|
| H A D | mlx5_flow_dv.c | 8510 txq = mlx5_txq_get(dev, queue_v->queue); in flow_dv_translate_item_tx_queue()
|