Lines Matching defs:handle
113 unsigned int qidx, u16 qsize, void **handle)
127 "%s: handle %p, idx =%d, qsize %d\n",
128 __func__, handle, qidx, qsize);
142 *handle = ha->queue_pair_map[qidx];
145 *handle, qidx);
157 *handle = qpair;
308 uint32_t handle;
312 __func__, sp, sp->handle, fcport, sp->u.iocb_cmd.u.nvme.desc, fcport->deleted);
331 handle = sp->handle;
336 "%s: %s command for sp=%p, handle=%x on fcport=%p rval=%x\n",
338 sp, handle, fcport, rval);
554 uint32_t handle;
580 handle = qla2xxx_get_next_handle(req);
581 if (handle == 0) {
625 req->current_outstanding_cmd = handle;
626 req->outstanding_cmds[handle] = sp;
627 sp->handle = handle;
631 cmd_pkt->handle = make_handle(req->id, handle);
1035 /* N_Port handle is not currently logged in */
1037 /* N_Port handle was logged out while waiting for ABTS to complete */
1110 lsrjt_iocb->handle = QLA_SKIP_HANDLE;