Searched refs:cblk (Results 1 – 1 of 1) sorted by relevance
2531 static void initio_build_scb(struct initio_host * host, struct scsi_ctrl_blk * cblk, struct scsi_cm… in initio_build_scb() argument2540 cblk->post = i91uSCBPost; /* i91u's callback routine */ in initio_build_scb()2541 cblk->srb = cmnd; in initio_build_scb()2542 cblk->opcode = ExecSCSI; in initio_build_scb()2543 cblk->flags = SCF_POST; /* After SCSI done, call post routine */ in initio_build_scb()2544 cblk->target = cmnd->device->id; in initio_build_scb()2545 cblk->lun = cmnd->device->lun; in initio_build_scb()2546 cblk->ident = cmnd->device->lun | DISC_ALLOW; in initio_build_scb()2548 cblk->flags |= SCF_SENSE; /* Turn on auto request sense */ in initio_build_scb()2553 cblk->senseptr = (u32)dma_addr; in initio_build_scb()[all …]