[go: nahoru, domu]

Searched defs:_tag (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/
H A Dhptiop.c238 static void hptiop_request_callback_mvfrey(struct hptiop_hba *hba, u32 _tag) argument
240 u32 req_type = _tag & 0xf;
250 req = hba->reqs[(_tag >> 4) & 0xff].req_virt;
251 if (likely(_tag & IOPMU_QUEUE_REQUEST_RESULT_BIT))
253 hptiop_finish_scsi_req(hba, (_tag >> 4) & 0xff, req);
263 u32 _tag, status, cptr, cur_rptr; local
291 _tag = hba->u.mvfrey.outlist[cur_rptr].val;
292 BUG_ON(!(_tag & IOPMU_QUEUE_MASK_HOST_BITS));
293 hptiop_request_callback_mvfrey(hba, _tag);
787 static void hptiop_host_request_callback_itl(struct hptiop_hba *hba, u32 _tag) argument
[all...]

Completed in 85 milliseconds