Searched refs:pthru32 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/megaraid/
H A Dmegaraid_mm.c361 mraid_passthru_t *pthru32; local
477 pthru32 = kioc->pthru32;
481 if (copy_from_user(pthru32, kioc->user_pthru,
486 pthru32->dataxferaddr = kioc->buf_paddr;
489 pthru32->dataxferlen)) {
615 memset((caddr_t) kioc->pthru32, 0, sizeof(mraid_passthru_t));
847 kpthru32 = kioc->pthru32;
966 kioc->pthru32 = pci_pool_alloc(adapter->pthru_dma_pool,
969 if (!kioc->pthru32) {
[all...]
H A Dmegaraid_ioctl.h105 * @pthru32 : kernel address passthru (allocated per kioc)
106 * @pthru32_h : physicall address of @pthru32
141 mraid_passthru_t *pthru32; member in struct:uioc
H A Dmbox_defs.h255 mraid_passthru_t pthru32; member in struct:__anon14748

Completed in 111 milliseconds