Searched refs:cq_create (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
D | i40iw_type.h | 1094 enum i40iw_status_code (*cq_create)(struct i40iw_sc_cq *, u64, bool, bool); member 1193 } cq_create; member
|
D | i40iw_utils.c | 1163 cqp_info->in.u.cq_create.cq = cq; in i40iw_cqp_cq_create_cmd() 1164 cqp_info->in.u.cq_create.scratch = (uintptr_t)cqp_request; in i40iw_cqp_cq_create_cmd()
|
D | i40iw_ctrl.c | 4212 pcmdinfo->in.u.cq_create.cq, in i40iw_exec_cqp_cmd() 4213 pcmdinfo->in.u.cq_create.scratch, in i40iw_exec_cqp_cmd() 4214 pcmdinfo->in.u.cq_create.check_overflow, in i40iw_exec_cqp_cmd() 5161 .cq_create = i40iw_sc_cq_create,
|
D | i40iw_verbs.c | 1178 cqp_info->in.u.cq_create.cq = cq; in i40iw_create_cq() 1179 cqp_info->in.u.cq_create.scratch = (uintptr_t)cqp_request; in i40iw_create_cq()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 15250 struct lpfc_mbx_cq_create *cq_create; in lpfc_cq_create() local 15269 cq_create = &mbox->u.mqe.un.cq_create; in lpfc_cq_create() 15270 shdr = (union lpfc_sli4_cfg_shdr *) &cq_create->header.cfg_shdr; in lpfc_cq_create() 15271 bf_set(lpfc_mbx_cq_create_num_pages, &cq_create->u.request, in lpfc_cq_create() 15273 bf_set(lpfc_cq_context_event, &cq_create->u.request.context, 1); in lpfc_cq_create() 15274 bf_set(lpfc_cq_context_valid, &cq_create->u.request.context, 1); in lpfc_cq_create() 15278 bf_set(lpfc_mbx_cq_create_page_size, &cq_create->u.request, in lpfc_cq_create() 15280 bf_set(lpfc_cq_eq_id_2, &cq_create->u.request.context, in lpfc_cq_create() 15282 bf_set(lpfc_cq_context_autovalid, &cq_create->u.request.context, in lpfc_cq_create() 15285 bf_set(lpfc_cq_eq_id, &cq_create->u.request.context, in lpfc_cq_create() [all …]
|
D | lpfc_hw4.h | 3799 struct lpfc_mbx_cq_create cq_create; member
|
/kernel/linux/linux-5.10/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 507 static int cq_create(struct mlx5_vdpa_net *ndev, u16 idx, u32 num_ent) in cq_create() function 1091 err = cq_create(ndev, idx, mvq->num_ent); in setup_vq()
|