Searched refs:cqb (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/mlx5/ |
D | cq.c | 713 struct mlx5_ib_cq *cq, int entries, u32 **cqb, in create_cq_user() argument 774 *cqb = kvzalloc(*inlen, GFP_KERNEL); in create_cq_user() 775 if (!*cqb) { in create_cq_user() 780 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, *cqb, pas); in create_cq_user() 783 cqc = MLX5_ADDR_OF(create_cq_in, *cqb, cq_context); in create_cq_user() 840 MLX5_SET(create_cq_in, *cqb, uid, context->devx_uid); in create_cq_user() 844 kvfree(*cqb); in create_cq_user() 878 u32 **cqb, int *index, int *inlen) in create_cq_kernel() argument 901 *cqb = kvzalloc(*inlen, GFP_KERNEL); in create_cq_kernel() 902 if (!*cqb) { in create_cq_kernel() [all …]
|