Searched refs:cblk (Results 1 – 1 of 1) sorted by relevance
2562 static void initio_build_scb(struct initio_host * host, struct scsi_ctrl_blk * cblk, struct scsi_cm… in initio_build_scb() argument2571 cblk->post = i91uSCBPost; /* i91u's callback routine */ in initio_build_scb()2572 cblk->srb = cmnd; in initio_build_scb()2573 cblk->opcode = ExecSCSI; in initio_build_scb()2574 cblk->flags = SCF_POST; /* After SCSI done, call post routine */ in initio_build_scb()2575 cblk->target = cmnd->device->id; in initio_build_scb()2576 cblk->lun = cmnd->device->lun; in initio_build_scb()2577 cblk->ident = cmnd->device->lun | DISC_ALLOW; in initio_build_scb()2579 cblk->flags |= SCF_SENSE; /* Turn on auto request sense */ in initio_build_scb()2584 cblk->senseptr = (u32)dma_addr; in initio_build_scb()[all …]