Searched refs:mlx5_vzalloc (Results 1 – 8 of 8) sorted by relevance
46 in = mlx5_vzalloc(sizeof(*in) + size_in); in mlx5_core_access_reg()50 out = mlx5_vzalloc(sizeof(*out) + size_out); in mlx5_core_access_reg()
290 in = mlx5_vzalloc(inlen); in give_pages()375 out = mlx5_vzalloc(outlen); in reclaim_pages()
357 in = mlx5_vzalloc(inlen); in mlx5_create_map_eq()
123 *in = mlx5_vzalloc(*inlen); in create_srq_user()189 *in = mlx5_vzalloc(*inlen); in create_srq_kernel()
652 *cqb = mlx5_vzalloc(*inlen); in create_cq_user()713 *cqb = mlx5_vzalloc(*inlen); in create_cq_kernel()1111 in = mlx5_vzalloc(inlen); in mlx5_ib_resize_cq()
678 *in = mlx5_vzalloc(*inlen); in create_user_qp()779 *in = mlx5_vzalloc(*inlen); in create_kernel_qp()942 in = mlx5_vzalloc(sizeof(*in)); in create_qp_common()
986 in = mlx5_vzalloc(inlen); in reg_create()
636 static inline void *mlx5_vzalloc(unsigned long size) in mlx5_vzalloc() function