Searched refs:pthru (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/megaraid/
H A Dmegaraid_mm.h53 * @pthru :
86 mraid_passthru_t pthru; member in struct:mimd
H A Dmegaraid_mbox.c1095 ccb->pthru = (mraid_passthru_t *)ccb->epthru;
1207 raid_dev->epthru_pool_handle = pci_pool_create("megaraid mbox pthru",
1573 mraid_passthru_t *pthru; local
1702 pthru = ccb->pthru;
1706 pthru->timeout = 0;
1707 pthru->ars = 1;
1708 pthru->reqsenselen = 14;
1709 pthru->islogical = 1;
1710 pthru
2030 mraid_passthru_t *pthru; local
2320 mraid_passthru_t *pthru; local
[all...]
H A Dmegaraid_sas.c572 struct megasas_pthru_frame *pthru; local
576 pthru = (struct megasas_pthru_frame *)cmd->frame;
588 pthru->cmd = (is_logical) ? MFI_CMD_LD_SCSI_IO : MFI_CMD_PD_SCSI_IO;
589 pthru->cmd_status = 0x0;
590 pthru->scsi_status = 0x0;
591 pthru->target_id = device_id;
592 pthru->lun = scp->device->lun;
593 pthru->cdb_len = scp->cmd_len;
594 pthru->timeout = 0;
595 pthru
782 struct megasas_pthru_frame *pthru; local
[all...]
H A Dmegaraid_mbox.h123 * @pthru : passthru structure
139 mraid_passthru_t *pthru; member in struct:__anon6806
H A Dmegaraid_mm.c351 * Applications are not allowed to send extd pthru
452 * This is a regular 32-bit pthru cmd; mbox points to pthru struct.
458 kioc->user_pthru = &umimd->pthru;
917 adapter->pthru_dma_pool = pci_pool_create("megaraid mm pthru pool",
H A Dmegaraid_sas.h879 struct megasas_pthru_frame pthru; member in union:megasas_frame
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dmegaraid.c512 mega_passthru *pthru; local
700 pthru = scb->pthru;
704 memset(pthru, 0, sizeof(mega_passthru));
706 pthru->timeout = 0;
707 pthru->ars = 1;
708 pthru->reqsenselen = 14;
709 pthru->islogical = 1;
710 pthru->logdrv = ldrv_num;
711 pthru
960 mega_passthru *pthru; local
1424 mega_passthru *pthru = NULL; local
3386 mega_passthru *pthru; /* copy user passthru here */ local
4392 mega_passthru *pthru; local
4467 mega_internal_command(adapter_t *adapter, megacmd_t *mc, mega_passthru *pthru) argument
[all...]
H A Dmegaraid.h236 mega_passthru *pthru; member in struct:__anon6851
523 mega_passthru pthru; member in struct:uioctl_t

Completed in 121 milliseconds