Searched refs:cqb (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | cq.c | 682 struct mlx5_ib_cq *cq, int entries, u32 **cqb, in create_cq_user() argument 730 *cqb = kvzalloc(*inlen, GFP_KERNEL); in create_cq_user() 731 if (!*cqb) { in create_cq_user() 736 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, *cqb, pas); in create_cq_user() 739 cqc = MLX5_ADDR_OF(create_cq_in, *cqb, cq_context); in create_cq_user() 785 MLX5_SET(create_cq_in, *cqb, uid, context->devx_uid); in create_cq_user() 789 kvfree(*cqb); in create_cq_user() 824 u32 **cqb, int *index, int *inlen) in create_cq_kernel() argument 847 *cqb = kvzalloc(*inlen, GFP_KERNEL); in create_cq_kernel() 848 if (!*cqb) { in create_cq_kernel() [all …]
|