Home
last modified time | relevance | path

Searched refs:pthru (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c1060 ccb->pthru = (mraid_passthru_t *)ccb->epthru; in megaraid_alloc_cmd_packets()
1487 mraid_passthru_t *pthru; in DEF_SCSI_QCMD() local
1609 pthru = ccb->pthru; in DEF_SCSI_QCMD()
1613 pthru->timeout = 0; in DEF_SCSI_QCMD()
1614 pthru->ars = 1; in DEF_SCSI_QCMD()
1615 pthru->reqsenselen = 14; in DEF_SCSI_QCMD()
1616 pthru->islogical = 1; in DEF_SCSI_QCMD()
1617 pthru->logdrv = target; in DEF_SCSI_QCMD()
1618 pthru->cdblen = scp->cmd_len; in DEF_SCSI_QCMD()
1619 memcpy(pthru->cdb, scp->cmnd, scp->cmd_len); in DEF_SCSI_QCMD()
[all …]
H A Dmegaraid_mm.h83 mraid_passthru_t pthru; member
H A Dmegaraid_mbox.h136 mraid_passthru_t *pthru; member
H A Dmegaraid_mm.c475 kioc->user_pthru = &umimd->pthru; in mimd_to_kioc()
H A Dmegaraid_sas.h2013 struct megasas_pthru_frame pthru; member
/linux/Documentation/scsi/
H A DChangeLog.megaraid_sas304 the tape device, set the pthru timeout to the os layer timeout value.