Lines Matching refs:epthru
1055 ccb->epthru = (mraid_epassthru_t *) in megaraid_alloc_cmd_packets()
1058 ccb->pthru = (mraid_passthru_t *)ccb->epthru; in megaraid_alloc_cmd_packets()
1988 mraid_epassthru_t *epthru; in megaraid_mbox_prepare_epthru() local
1993 epthru = ccb->epthru; in megaraid_mbox_prepare_epthru()
1998 epthru->timeout = 4; in megaraid_mbox_prepare_epthru()
1999 epthru->ars = 1; in megaraid_mbox_prepare_epthru()
2000 epthru->islogical = 0; in megaraid_mbox_prepare_epthru()
2001 epthru->channel = 0; in megaraid_mbox_prepare_epthru()
2002 epthru->target = (channel << 4) | target; in megaraid_mbox_prepare_epthru()
2003 epthru->logdrv = SCP2LUN(scp); in megaraid_mbox_prepare_epthru()
2004 epthru->reqsenselen = 14; in megaraid_mbox_prepare_epthru()
2005 epthru->cdblen = scp->cmd_len; in megaraid_mbox_prepare_epthru()
2007 memcpy(epthru->cdb, scp->cmnd, scp->cmd_len); in megaraid_mbox_prepare_epthru()
2010 epthru->dataxferlen = scsi_bufflen(scp); in megaraid_mbox_prepare_epthru()
2011 epthru->dataxferaddr = ccb->sgl_dma_h; in megaraid_mbox_prepare_epthru()
2012 epthru->numsge = megaraid_mbox_mksgl(adapter, scb); in megaraid_mbox_prepare_epthru()
2015 epthru->dataxferaddr = 0; in megaraid_mbox_prepare_epthru()
2016 epthru->dataxferlen = 0; in megaraid_mbox_prepare_epthru()
2017 epthru->numsge = 0; in megaraid_mbox_prepare_epthru()
2181 mraid_epassthru_t *epthru; in megaraid_mbox_dpc() local
2213 epthru = ccb->epthru; in megaraid_mbox_dpc()
2311 epthru->reqsensearea, 14); in megaraid_mbox_dpc()