Searched refs:pthru (Results 1 – 7 of 7) sorted by relevance
524 mega_passthru *pthru; in mega_build_cmd() local695 pthru = scb->pthru; in mega_build_cmd()699 memset(pthru, 0, sizeof(mega_passthru)); in mega_build_cmd()701 pthru->timeout = 0; in mega_build_cmd()702 pthru->ars = 1; in mega_build_cmd()703 pthru->reqsenselen = 14; in mega_build_cmd()704 pthru->islogical = 1; in mega_build_cmd()705 pthru->logdrv = ldrv_num; in mega_build_cmd()706 pthru->cdblen = cmd->cmd_len; in mega_build_cmd()707 memcpy(pthru->cdb, cmd->cmnd, cmd->cmd_len); in mega_build_cmd()[all …]
1062 ccb->pthru = (mraid_passthru_t *)ccb->epthru; in megaraid_alloc_cmd_packets()1490 mraid_passthru_t *pthru; in DEF_SCSI_QCMD() local1612 pthru = ccb->pthru; in DEF_SCSI_QCMD()1616 pthru->timeout = 0; in DEF_SCSI_QCMD()1617 pthru->ars = 1; in DEF_SCSI_QCMD()1618 pthru->reqsenselen = 14; in DEF_SCSI_QCMD()1619 pthru->islogical = 1; in DEF_SCSI_QCMD()1620 pthru->logdrv = target; in DEF_SCSI_QCMD()1621 pthru->cdblen = scp->cmd_len; in DEF_SCSI_QCMD()1622 memcpy(pthru->cdb, scp->cmnd, scp->cmd_len); in DEF_SCSI_QCMD()[all …]
83 mraid_passthru_t pthru; member
136 mraid_passthru_t *pthru; member
475 kioc->user_pthru = &umimd->pthru; in mimd_to_kioc()
2013 struct megasas_pthru_frame pthru; member
304 the tape device, set the pthru timeout to the os layer timeout value.