Home
last modified time | relevance | path

Searched refs:epthru (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/megaraid/
H A Dmegaraid_mbox.c1057 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()
[all …]
H A Dmegaraid_mbox.h138 mraid_epassthru_t *epthru; member