Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds