Lines Matching defs:handle
211 u32 handle;
251 handle = rsp->handle;
253 /* Verify the handle range */
254 if (unlikely(LOWORD(handle) == 0
255 || LOWORD(handle) > num_requests +
261 /* Get the request for this handle */
262 rq = a->req_table[LOWORD(handle)];
264 if (unlikely(rq == NULL || rq->vrq->scsi.handle != handle)) {
274 esas2r_trace("handle: %x", handle);