Lines Matching defs:qhandle
259 struct lpfc_nvme_qhandle *qhandle;
267 qhandle = kzalloc(sizeof(struct lpfc_nvme_qhandle), GFP_KERNEL);
268 if (qhandle == NULL)
271 qhandle->cpu_id = raw_smp_processor_id();
272 qhandle->qidx = qidx;
280 qhandle->index = ((qidx - 1) %
284 qhandle->index = qidx;
289 "hdw_queue %d qhandle x%px\n", str,
290 qidx, qhandle->cpu_id, qhandle->index, qhandle);
291 *handle = (void *)qhandle;
324 "6001 ENTER. lpfc_pnvme x%px, qidx x%x qhandle x%px\n",