Searched refs:pthru (Results 1 – 9 of 9) sorted by relevance
523 mega_passthru *pthru; in mega_build_cmd() local694 pthru = scb->pthru; in mega_build_cmd()698 memset(pthru, 0, sizeof(mega_passthru)); in mega_build_cmd()700 pthru->timeout = 0; in mega_build_cmd()701 pthru->ars = 1; in mega_build_cmd()702 pthru->reqsenselen = 14; in mega_build_cmd()703 pthru->islogical = 1; in mega_build_cmd()704 pthru->logdrv = ldrv_num; in mega_build_cmd()705 pthru->cdblen = cmd->cmd_len; in mega_build_cmd()706 memcpy(pthru->cdb, cmd->cmnd, cmd->cmd_len); in mega_build_cmd()[all …]
203 mega_passthru *pthru; member490 mega_passthru pthru; member
1060 ccb->pthru = (mraid_passthru_t *)ccb->epthru; in megaraid_alloc_cmd_packets()1487 mraid_passthru_t *pthru; in DEF_SCSI_QCMD() local1609 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 …]
83 mraid_passthru_t pthru; member
1416 struct megasas_pthru_frame *pthru; in megasas_build_dcdb() local1420 pthru = (struct megasas_pthru_frame *)cmd->frame; in megasas_build_dcdb()1436 pthru->cmd = (is_logical) ? MFI_CMD_LD_SCSI_IO : MFI_CMD_PD_SCSI_IO; in megasas_build_dcdb()1437 pthru->cmd_status = 0x0; in megasas_build_dcdb()1438 pthru->scsi_status = 0x0; in megasas_build_dcdb()1439 pthru->target_id = device_id; in megasas_build_dcdb()1440 pthru->lun = scp->device->lun; in megasas_build_dcdb()1441 pthru->cdb_len = scp->cmd_len; in megasas_build_dcdb()1442 pthru->timeout = 0; in megasas_build_dcdb()1443 pthru->pad_0 = 0; in megasas_build_dcdb()[all …]
136 mraid_passthru_t *pthru; member
475 kioc->user_pthru = &umimd->pthru; in mimd_to_kioc()
2011 struct megasas_pthru_frame pthru; member
304 the tape device, set the pthru timeout to the os layer timeout value.