Searched refs:cblk (Results 1 – 1 of 1) sorted by relevance
2546 static void initio_build_scb(struct initio_host * host, struct scsi_ctrl_blk * cblk, struct scsi_cm… in initio_build_scb() argument2555 cblk->post = i91uSCBPost; /* i91u's callback routine */ in initio_build_scb()2556 cblk->srb = cmnd; in initio_build_scb()2557 cblk->opcode = ExecSCSI; in initio_build_scb()2558 cblk->flags = SCF_POST; /* After SCSI done, call post routine */ in initio_build_scb()2559 cblk->target = cmnd->device->id; in initio_build_scb()2560 cblk->lun = cmnd->device->lun; in initio_build_scb()2561 cblk->ident = cmnd->device->lun | DISC_ALLOW; in initio_build_scb()2563 cblk->flags |= SCF_SENSE; /* Turn on auto request sense */ in initio_build_scb()2568 cblk->senseptr = (u32)dma_addr; in initio_build_scb()[all …]