Searched refs:cq_create (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/i40iw/ |
D | i40iw_type.h | 1087 enum i40iw_status_code (*cq_create)(struct i40iw_sc_cq *, u64, bool, bool); member 1186 } cq_create; member
|
D | i40iw_utils.c | 1191 cqp_info->in.u.cq_create.cq = cq; in i40iw_cqp_cq_create_cmd() 1192 cqp_info->in.u.cq_create.scratch = (uintptr_t)cqp_request; in i40iw_cqp_cq_create_cmd()
|
D | i40iw_ctrl.c | 4124 pcmdinfo->in.u.cq_create.cq, in i40iw_exec_cqp_cmd() 4125 pcmdinfo->in.u.cq_create.scratch, in i40iw_exec_cqp_cmd() 4126 pcmdinfo->in.u.cq_create.check_overflow, in i40iw_exec_cqp_cmd() 5066 .cq_create = i40iw_sc_cq_create,
|
D | i40iw_verbs.c | 1248 cqp_info->in.u.cq_create.cq = cq; in i40iw_create_cq() 1249 cqp_info->in.u.cq_create.scratch = (uintptr_t)cqp_request; in i40iw_create_cq()
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 14555 struct lpfc_mbx_cq_create *cq_create; in lpfc_cq_create() local 14577 cq_create = &mbox->u.mqe.un.cq_create; in lpfc_cq_create() 14578 shdr = (union lpfc_sli4_cfg_shdr *) &cq_create->header.cfg_shdr; in lpfc_cq_create() 14579 bf_set(lpfc_mbx_cq_create_num_pages, &cq_create->u.request, in lpfc_cq_create() 14581 bf_set(lpfc_cq_context_event, &cq_create->u.request.context, 1); in lpfc_cq_create() 14582 bf_set(lpfc_cq_context_valid, &cq_create->u.request.context, 1); in lpfc_cq_create() 14586 bf_set(lpfc_mbx_cq_create_page_size, &cq_create->u.request, in lpfc_cq_create() 14588 bf_set(lpfc_cq_eq_id_2, &cq_create->u.request.context, in lpfc_cq_create() 14590 bf_set(lpfc_cq_context_autovalid, &cq_create->u.request.context, in lpfc_cq_create() 14593 bf_set(lpfc_cq_eq_id, &cq_create->u.request.context, in lpfc_cq_create() [all …]
|
D | lpfc_hw4.h | 3835 struct lpfc_mbx_cq_create cq_create; member
|