Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dmegaraid.c523 mega_passthru *pthru; in mega_build_cmd() local
694 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 in mega_build_cmd()
954 mega_passthru *pthru; mega_prepare_passthru() local
1419 mega_passthru *pthru = NULL; mega_cmd_done() local
2963 mega_passthru *pthru; /* copy user passthru here */ megadev_ioctl() local
3972 mega_passthru *pthru; mega_internal_dev_inquiry() local
4044 mega_internal_command(adapter_t * adapter,megacmd_t * mc,mega_passthru * pthru) mega_internal_command() argument
[all...]
H A Dmegaraid.h203 mega_passthru *pthru; member
490 mega_passthru pthru; member
/linux/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c1060 ccb->pthru = (mraid_passthru_t *)ccb->epthru; in megaraid_alloc_cmd_packets()
1172 raid_dev->epthru_pool_handle = dma_pool_create("megaraid mbox pthru", in megaraid_mbox_setup_dma_pools()
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 in DEF_SCSI_QCMD()
1937 mraid_passthru_t *pthru; megaraid_mbox_prepare_pthru() local
2178 mraid_passthru_t *pthru; megaraid_mbox_dpc() local
[all...]
H A Dmegaraid_mm.h50 * @pthru :
83 mraid_passthru_t pthru; member
H A Dmegaraid_sas_base.c1342 * @frame_type : type of frame- io or pthru frame
1367 * 2 SGEs for 32-bit SGLs for pthru frame in megasas_get_frame_count()
1415 struct megasas_pthru_frame *pthru; in megasas_build_dcdb() local
1419 pthru = (struct megasas_pthru_frame *)cmd->frame; in megasas_build_dcdb()
1435 pthru->cmd = (is_logical) ? MFI_CMD_LD_SCSI_IO : MFI_CMD_PD_SCSI_IO; in megasas_build_dcdb()
1436 pthru->cmd_status = 0x0; in megasas_build_dcdb()
1437 pthru->scsi_status = 0x0; in megasas_build_dcdb()
1438 pthru->target_id = device_id; in megasas_build_dcdb()
1439 pthru->lun = scp->device->lun; in megasas_build_dcdb()
1440 pthru in megasas_build_dcdb()
1679 struct megasas_pthru_frame *pthru; megasas_dump_pending_frames() local
[all...]
H A Dmegaraid_mbox.h120 * @pthru : passthru structure
136 mraid_passthru_t *pthru; member
H A Dmegaraid_mm.c368 * Applications are not allowed to send extd pthru in mimd_to_kioc()
469 * This is a regular 32-bit pthru cmd; mbox points to pthru struct. in mimd_to_kioc()
475 kioc->user_pthru = &umimd->pthru; in mimd_to_kioc()
941 adapter->pthru_dma_pool = dma_pool_create("megaraid mm pthru pool", in mraid_mm_register_adp()
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.