Home
last modified time | relevance | path

Searched refs:destroy_rwq_ind_table (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_glue.h75 int (*destroy_rwq_ind_table)(struct ibv_rwq_ind_table *rwq_ind_table); member
H A Dmlx4_glue.c273 .destroy_rwq_ind_table = mlx4_glue_destroy_rwq_ind_table,
H A Dmlx4_rxq.c268 claim_zero(mlx4_glue->destroy_rwq_ind_table(rss->ind)); in mlx4_rss_attach()
304 claim_zero(mlx4_glue->destroy_rwq_ind_table(rss->ind)); in mlx4_rss_detach()
H A Dmlx4.c682 claim_zero(mlx4_glue->destroy_rwq_ind_table(ind)); in mlx4_hw_rss_sup()
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_verbs.c561 claim_zero(mlx5_glue->destroy_rwq_ind_table(ind_tbl->ind_table)); in mlx5_ibv_ind_table_destroy()
822 claim_zero(mlx5_glue->destroy_rwq_ind_table(ind_tbl)); in mlx5_ibv_drop_action_create()
845 claim_zero(mlx5_glue->destroy_rwq_ind_table(ind_tbl)); in mlx5_ibv_drop_action_destroy()
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.h166 int (*destroy_rwq_ind_table)(struct ibv_rwq_ind_table *rwq_ind_table); member
H A Dmlx5_glue.c1326 .destroy_rwq_ind_table = mlx5_glue_destroy_rwq_ind_table,