Searched refs:cqb (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | cq.c | 716 struct mlx5_ib_cq *cq, int entries, u32 **cqb, in create_cq_user() argument 777 *cqb = kvzalloc(*inlen, GFP_KERNEL); in create_cq_user() 778 if (!*cqb) { in create_cq_user() 783 pas = (__be64 *)MLX5_ADDR_OF(create_cq_in, *cqb, pas); in create_cq_user() 786 cqc = MLX5_ADDR_OF(create_cq_in, *cqb, cq_context); in create_cq_user() 843 MLX5_SET(create_cq_in, *cqb, uid, context->devx_uid); in create_cq_user() 847 kvfree(*cqb); in create_cq_user() 881 u32 **cqb, int *index, int *inlen) in create_cq_kernel() argument 904 *cqb = kvzalloc(*inlen, GFP_KERNEL); in create_cq_kernel() 905 if (!*cqb) { in create_cq_kernel() [all …]
|