Lines Matching refs:epthru
1067 ccb->epthru = (mraid_epassthru_t *) in megaraid_alloc_cmd_packets()
1070 ccb->pthru = (mraid_passthru_t *)ccb->epthru; in megaraid_alloc_cmd_packets()
2009 mraid_epassthru_t *epthru; in megaraid_mbox_prepare_epthru() local
2014 epthru = ccb->epthru; in megaraid_mbox_prepare_epthru()
2019 epthru->timeout = 4; in megaraid_mbox_prepare_epthru()
2020 epthru->ars = 1; in megaraid_mbox_prepare_epthru()
2021 epthru->islogical = 0; in megaraid_mbox_prepare_epthru()
2022 epthru->channel = 0; in megaraid_mbox_prepare_epthru()
2023 epthru->target = (channel << 4) | target; in megaraid_mbox_prepare_epthru()
2024 epthru->logdrv = SCP2LUN(scp); in megaraid_mbox_prepare_epthru()
2025 epthru->reqsenselen = 14; in megaraid_mbox_prepare_epthru()
2026 epthru->cdblen = scp->cmd_len; in megaraid_mbox_prepare_epthru()
2028 memcpy(epthru->cdb, scp->cmnd, scp->cmd_len); in megaraid_mbox_prepare_epthru()
2031 epthru->dataxferlen = scsi_bufflen(scp); in megaraid_mbox_prepare_epthru()
2032 epthru->dataxferaddr = ccb->sgl_dma_h; in megaraid_mbox_prepare_epthru()
2033 epthru->numsge = megaraid_mbox_mksgl(adapter, scb); in megaraid_mbox_prepare_epthru()
2036 epthru->dataxferaddr = 0; in megaraid_mbox_prepare_epthru()
2037 epthru->dataxferlen = 0; in megaraid_mbox_prepare_epthru()
2038 epthru->numsge = 0; in megaraid_mbox_prepare_epthru()
2227 mraid_epassthru_t *epthru; in megaraid_mbox_dpc() local
2259 epthru = ccb->epthru; in megaraid_mbox_dpc()
2357 epthru->reqsensearea, 14); in megaraid_mbox_dpc()