tag | line | file | source code |
imbox | 139 | kernel/blk_drv/scsi/7000fasst.c | struct mailbox imbox[ICMB_CNT]; } mbstruct; |
imbox | 220 | kernel/blk_drv/scsi/7000fasst.c | DEB(if ((flag&0xc0)==0xc0) printk("INTR_STAT: %x mbstat: %x\n",flag,mbstruct.imbox[flag&0x3f].status)); |
imbox | 221 | kernel/blk_drv/scsi/7000fasst.c | if (mbstruct.imbox[flag&0x3f].status==0){ |
imbox | 227 | kernel/blk_drv/scsi/7000fasst.c | scbptr=(struct scb *)scsi2int(mbstruct.imbox[flag&0x3f].scbptr); |
imbox | 240 | kernel/blk_drv/scsi/7000fasst.c | scbptr=(struct scb *)scsi2int(mbstruct.imbox[flag&0x3f].scbptr); |
imbox | 241 | kernel/blk_drv/scsi/7000fasst.c | host_error=scbptr->vue | mbstruct.imbox[flag&0x3f].status<<8; |
imbox | 246 | kernel/blk_drv/scsi/7000fasst.c | DEB(printk("wd7000fasst_intr_handle: Status of the finished command: %x\n",mbstruct.imbox[flag&0x3f].status)); |