Lines Matching defs:handle
2264 uint32_t hindex, handle;
2274 hindex = sts->handle;
2275 handle = LSW(hindex);
2280 /* Validate handle. */
2281 if (handle < req->num_outstanding_cmds)
2282 sp = req->outstanding_cmds[handle];
2288 "Invalid status handle (0x%x).\n", handle);
2296 req->outstanding_cmds[handle] = NULL;
2304 qla2x00_process_completed_request(vha, req, handle);
2308 req->outstanding_cmds[handle] = NULL;
2313 handle, sp);
2480 * to requeue until the class decides how to handle this.
2612 uint32_t handle, hindex, handle_count, i;
2623 "Invalid handle count (0x%x).\n", handle_count);
2633 handle = LSW(hindex);
2637 /* Validate handle. */
2638 if (handle < req->num_outstanding_cmds)
2639 sp = req->outstanding_cmds[handle];
2645 "Invalid status handle (0x%x).\n", handle);
2650 qla2x00_process_completed_request(vha, req, handle);
3051 uint32_t handle;
3074 handle = qla2xxx_get_next_handle(req);
3075 if (handle == 0)
3102 req->current_outstanding_cmd = handle;
3103 req->outstanding_cmds[handle] = sp;
3104 sp->handle = handle;
3105 cmd->host_scribble = (unsigned char *)(unsigned long)handle;
3112 lcmd_pkt.handle = make_handle(req->id, sp->handle);
3182 tm_iocb.handle = make_handle(req->id, sp->handle);
3208 abt_iocb.handle = make_handle(req->id, sp->handle);
3230 fx_iocb.handle = sp->handle;