Searched refs:srb_tag (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
H A D | advansys.c | 274 u32 srb_tag; member in struct:asc_scsiq_2 1778 u32 srb_tag; member in struct:adv_scsi_req_q 1786 * and microcode with the ADV_SCSI_REQ_Q field 'srb_tag' set to the 1977 * Abort an SRB in the chip's RISC Memory. The 'srb_tag' argument must 1978 * match the ADV_SCSI_REQ_Q 'srb_tag' field. 1988 #define AdvAbortQueue(asc_dvc, srb_tag) \ 1990 (ADV_DCNT) (srb_tag)) 2508 (" target_ix 0x%x, target_lun %u, srb_tag 0x%x, tag_code 0x%x,\n", asc_prt_asc_scsi_q() 2509 q->q2.target_ix, q->q1.target_lun, q->q2.srb_tag, asc_prt_asc_scsi_q() 2542 printk(" srb_tag 0x%x, target_ix %u, cdb_len %u, tag_code %u,\n", asc_prt_asc_qdone_info() 2543 q->d2.srb_tag, q->d2.target_ix, q->d2.cdb_len, asc_prt_asc_qdone_info() 2586 printk(" target_id %u, target_lun %u, srb_tag 0x%x\n", asc_prt_adv_scsi_req_q() 2587 q->target_id, q->target_lun, q->srb_tag); asc_prt_adv_scsi_req_q() 5952 u32 srb_tag; adv_isr_callback() local 5968 srb_tag = le32_to_cpu(scsiqp->srb_tag); adv_isr_callback() 5969 scp = scsi_host_find_tag(boardp->shost, scsiqp->srb_tag); adv_isr_callback() 6749 u32 srb_tag; asc_isr_callback() local 6756 * Decrease the srb_tag by 1 to find the SCSI command asc_isr_callback() 6758 srb_tag = qdonep->d2.srb_tag - 1; asc_isr_callback() 6759 scp = scsi_host_find_tag(boardp->shost, srb_tag); asc_isr_callback() 6948 if ((scsiq->d2.srb_tag == 0UL) || AscIsrQDone() 7520 u32 srb_tag; asc_build_req() local 7525 * Set the srb_tag to the command tag + 1, as asc_build_req() 7526 * srb_tag '0' is used internally by the chip. asc_build_req() 7528 srb_tag = scp->request->tag + 1; asc_build_req() 7529 asc_scsi_q->q2.srb_tag = srb_tag; asc_build_req() 7742 u32 srb_tag = scp->request->tag; adv_build_req() local 7753 reqp = &boardp->adv_reqp[srb_tag]; adv_build_req() 7760 reqp->req_addr = boardp->adv_reqp_addr + (srb_tag * sizeof(adv_req_t)); adv_build_req() 7770 * Set the srb_tag to the command tag. adv_build_req() 7772 scsiqp->srb_tag = srb_tag; adv_build_req() 8417 scsiq->scsiq_ptr = cpu_to_le32(scsiq->srb_tag); AdvExeScsiQueue()
|
Completed in 124 milliseconds