Searched refs:cblk (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/
H A Dinitio.c2523 * @cblk: Firmware command block
2531 static void initio_build_scb(struct initio_host * host, struct scsi_ctrl_blk * cblk, struct scsi_cmnd * cmnd) argument
2540 cblk->post = i91uSCBPost; /* i91u's callback routine */
2541 cblk->srb = cmnd;
2542 cblk->opcode = ExecSCSI;
2543 cblk->flags = SCF_POST; /* After SCSI done, call post routine */
2544 cblk->target = cmnd->device->id;
2545 cblk->lun = cmnd->device->lun;
2546 cblk->ident = cmnd->device->lun | DISC_ALLOW;
2548 cblk
2735 struct scsi_ctrl_blk *cblk; local
[all...]

Completed in 245 milliseconds