Lines Matching refs:epthru
1069 ccb->epthru = (mraid_epassthru_t *) in megaraid_alloc_cmd_packets()
1072 ccb->pthru = (mraid_passthru_t *)ccb->epthru; in megaraid_alloc_cmd_packets()
2011 mraid_epassthru_t *epthru; in megaraid_mbox_prepare_epthru() local
2016 epthru = ccb->epthru; in megaraid_mbox_prepare_epthru()
2021 epthru->timeout = 4; in megaraid_mbox_prepare_epthru()
2022 epthru->ars = 1; in megaraid_mbox_prepare_epthru()
2023 epthru->islogical = 0; in megaraid_mbox_prepare_epthru()
2024 epthru->channel = 0; in megaraid_mbox_prepare_epthru()
2025 epthru->target = (channel << 4) | target; in megaraid_mbox_prepare_epthru()
2026 epthru->logdrv = SCP2LUN(scp); in megaraid_mbox_prepare_epthru()
2027 epthru->reqsenselen = 14; in megaraid_mbox_prepare_epthru()
2028 epthru->cdblen = scp->cmd_len; in megaraid_mbox_prepare_epthru()
2030 memcpy(epthru->cdb, scp->cmnd, scp->cmd_len); in megaraid_mbox_prepare_epthru()
2033 epthru->dataxferlen = scsi_bufflen(scp); in megaraid_mbox_prepare_epthru()
2034 epthru->dataxferaddr = ccb->sgl_dma_h; in megaraid_mbox_prepare_epthru()
2035 epthru->numsge = megaraid_mbox_mksgl(adapter, scb); in megaraid_mbox_prepare_epthru()
2038 epthru->dataxferaddr = 0; in megaraid_mbox_prepare_epthru()
2039 epthru->dataxferlen = 0; in megaraid_mbox_prepare_epthru()
2040 epthru->numsge = 0; in megaraid_mbox_prepare_epthru()
2229 mraid_epassthru_t *epthru; in megaraid_mbox_dpc() local
2261 epthru = ccb->epthru; in megaraid_mbox_dpc()
2359 epthru->reqsensearea, 14); in megaraid_mbox_dpc()