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