Lines Matching refs:epthru
1057 ccb->epthru = (mraid_epassthru_t *)
1060 ccb->pthru = (mraid_passthru_t *)ccb->epthru;
1986 mraid_epassthru_t *epthru;
1991 epthru = ccb->epthru;
1996 epthru->timeout = 4;
1997 epthru->ars = 1;
1998 epthru->islogical = 0;
1999 epthru->channel = 0;
2000 epthru->target = (channel << 4) | target;
2001 epthru->logdrv = SCP2LUN(scp);
2002 epthru->reqsenselen = 14;
2003 epthru->cdblen = scp->cmd_len;
2005 memcpy(epthru->cdb, scp->cmnd, scp->cmd_len);
2008 epthru->dataxferlen = scsi_bufflen(scp);
2009 epthru->dataxferaddr = ccb->sgl_dma_h;
2010 epthru->numsge = megaraid_mbox_mksgl(adapter, scb);
2013 epthru->dataxferaddr = 0;
2014 epthru->dataxferlen = 0;
2015 epthru->numsge = 0;
2179 mraid_epassthru_t *epthru;
2211 epthru = ccb->epthru;
2308 epthru->reqsensearea, 14);