Home
last modified time | relevance | path

Searched refs:mlx5_rxq_check_vec_support (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec.c548 mlx5_rxq_check_vec_support(struct mlx5_rxq_data *rxq) in mlx5_rxq_check_vec_support() function
585 if (mlx5_rxq_check_vec_support(rxq_data) < 0) in mlx5_check_vec_rx_support()
H A Dmlx5_devx.c328 if (mlx5_rxq_check_vec_support(rxq_data) < 0 && in mlx5_rxq_create_devx_cq_resources()
355 if (mlx5_rxq_check_vec_support(rxq_data) < 0) in mlx5_rxq_create_devx_cq_resources()
H A Dmlx5_rx.h299 int mlx5_rxq_check_vec_support(struct mlx5_rxq_data *rxq_data);
H A Dmlx5_rx.c1180 mlx5_rxq_check_vec_support(struct mlx5_rxq_data *rxq __rte_unused) in mlx5_rxq_check_vec_support() function
H A Dmlx5_rxq.c144 bool has_vec_support = mlx5_rxq_check_vec_support(&rxq_ctrl->rxq) > 0; in rxq_alloc_elts_sprq()
320 if (mlx5_rxq_check_vec_support(rxq) > 0) { in rxq_free_elts_sprq()
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_verbs.c194 if (mlx5_rxq_check_vec_support(rxq_data) < 0) in mlx5_rxq_ibv_cq_create()