Home
last modified time | relevance | path

Searched refs:rwq_ind_table (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_glue.c205 mlx4_glue_destroy_rwq_ind_table(struct ibv_rwq_ind_table *rwq_ind_table) in mlx4_glue_destroy_rwq_ind_table() argument
207 return ibv_destroy_rwq_ind_table(rwq_ind_table); in mlx4_glue_destroy_rwq_ind_table()
H A Dmlx4_glue.h75 int (*destroy_rwq_ind_table)(struct ibv_rwq_ind_table *rwq_ind_table);
/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);
H A Dmlx5_glue.c136 mlx5_glue_destroy_rwq_ind_table(struct ibv_rwq_ind_table *rwq_ind_table) in mlx5_glue_destroy_rwq_ind_table() argument
138 return ibv_destroy_rwq_ind_table(rwq_ind_table); in mlx5_glue_destroy_rwq_ind_table()