Lines Matching defs:qhandle
88 struct lpfc_nvme_qhandle *qhandle;
101 qhandle = kzalloc(sizeof(struct lpfc_nvme_qhandle), GFP_KERNEL);
102 if (qhandle == NULL)
105 qhandle->cpu_id = raw_smp_processor_id();
106 qhandle->qidx = qidx;
114 qhandle->index = ((qidx - 1) %
118 qhandle->index = qidx;
123 "hdw_queue %d qhandle x%px\n", str,
124 qidx, qhandle->cpu_id, qhandle->index, qhandle);
125 *handle = (void *)qhandle;
158 "6001 ENTER. lpfc_pnvme x%px, qidx x%x qhandle x%px\n",