taglinefilesource code
imbox139kernel/blk_drv/scsi/7000fasst.cstruct mailbox imbox[ICMB_CNT]; } mbstruct;
imbox220kernel/blk_drv/scsi/7000fasst.cDEB(if ((flag&0xc0)==0xc0) printk("INTR_STAT: %x mbstat: %x\n",flag,mbstruct.imbox[flag&0x3f].status));
imbox221kernel/blk_drv/scsi/7000fasst.cif (mbstruct.imbox[flag&0x3f].status==0){
imbox227kernel/blk_drv/scsi/7000fasst.cscbptr=(struct scb *)scsi2int(mbstruct.imbox[flag&0x3f].scbptr);
imbox240kernel/blk_drv/scsi/7000fasst.cscbptr=(struct scb *)scsi2int(mbstruct.imbox[flag&0x3f].scbptr);
imbox241kernel/blk_drv/scsi/7000fasst.chost_error=scbptr->vue |  mbstruct.imbox[flag&0x3f].status<<8;
imbox246kernel/blk_drv/scsi/7000fasst.cDEB(printk("wd7000fasst_intr_handle: Status of the finished command: %x\n",mbstruct.imbox[flag&0x3f].status));