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