Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libibverbs/
H A Dlibibverbs.map112 ibv_cmd_destroy_rwq_ind_table;
H A Ddriver.h304 int ibv_cmd_destroy_rwq_ind_table(struct ibv_rwq_ind_table *rwq_ind_table);
H A Dcmd.c2159 int ibv_cmd_destroy_rwq_ind_table(struct ibv_rwq_ind_table *rwq_ind_table) in ibv_cmd_destroy_rwq_ind_table() function
/freebsd/contrib/ofed/libmlx5/
H A Dverbs.c2244 ret = ibv_cmd_destroy_rwq_ind_table(rwq_ind_table); in mlx5_destroy_rwq_ind_table()