Searched refs:VirtualAddress (Results 1 – 9 of 9) sorted by relevance
/drivers/staging/rt2860/common/ |
D | 2860_rtmp_init.c | 581 OUT PVOID *VirtualAddress, in RTMP_AllocateTxDescMemory() argument 586 *VirtualAddress = (PVOID)PCI_ALLOC_CONSISTENT(pObj->pci_dev,sizeof(char)*Length, PhysicalAddress); in RTMP_AllocateTxDescMemory() 594 OUT PVOID *VirtualAddress, in RTMP_AllocateMgmtDescMemory() argument 599 *VirtualAddress = (PVOID)PCI_ALLOC_CONSISTENT(pObj->pci_dev,sizeof(char)*Length, PhysicalAddress); in RTMP_AllocateMgmtDescMemory() 607 OUT PVOID *VirtualAddress, in RTMP_AllocateRxDescMemory() argument 612 *VirtualAddress = (PVOID)PCI_ALLOC_CONSISTENT(pObj->pci_dev,sizeof(char)*Length, PhysicalAddress); in RTMP_AllocateRxDescMemory() 619 IN PVOID VirtualAddress, in RTMP_FreeRxDescMemory() argument 624 PCI_FREE_CONSISTENT(pObj->pci_dev, Length, VirtualAddress, PhysicalAddress); in RTMP_FreeRxDescMemory() 633 OUT PVOID *VirtualAddress, in RTMP_AllocateFirstTxBuffer() argument 638 *VirtualAddress = (PVOID)PCI_ALLOC_CONSISTENT(pObj->pci_dev,sizeof(char)*Length, PhysicalAddress); in RTMP_AllocateFirstTxBuffer() [all …]
|
/drivers/staging/sxg/ |
D | sxghif.h | 677 void *VirtualAddress; // Start of buffer member 698 struct sk_buff *VirtualAddress; // Host handle member 714 void *VirtualAddress; // Start of 2k buffer member 722 void *VirtualAddress; // Start of virtual memory member
|
D | sxg.c | 1371 RcvDataBufferHdr->VirtualAddress); in sxg_slow_receive() 1374 RcvDataBufferHdr->VirtualAddress); in sxg_slow_receive() 3004 void *VirtualAddress, in sxg_allocate_complete() argument 3009 adapter, VirtualAddress, Length, Context); in sxg_allocate_complete() 3017 VirtualAddress, in sxg_allocate_complete() 3022 VirtualAddress, in sxg_allocate_complete() 3027 adapter, VirtualAddress, Length, Context); in sxg_allocate_complete() 3135 RcvDataBufferHdr->VirtualAddress = RcvDataBuffer; in sxg_allocate_rcvblock_complete() 3152 RcvBlockHdr->VirtualAddress = RcvBlock; in sxg_allocate_rcvblock_complete() 3181 RcvDescriptorBlockHdr->VirtualAddress = RcvDescriptorBlock; in sxg_allocate_rcvblock_complete() [all …]
|
D | sxg.h | 232 (_Hdr)->State, (_Hdr)->VirtualAddress); \
|
/drivers/scsi/ |
D | BusLogic.h | 1234 static inline u32 Virtual_to_Bus(void *VirtualAddress) in Virtual_to_Bus() argument 1236 return (u32) virt_to_bus(VirtualAddress); in Virtual_to_Bus() 1250 static inline u32 Virtual_to_32Bit_Virtual(void *VirtualAddress) in Virtual_to_32Bit_Virtual() argument 1252 return (u32) (unsigned long) VirtualAddress; in Virtual_to_32Bit_Virtual()
|
/drivers/staging/rt2860/ |
D | rt_linux.c | 243 OUT PVOID *VirtualAddress) in RTMP_AllocateTxPacketBuffer() argument 257 *VirtualAddress = (PVOID) pkt->data; in RTMP_AllocateTxPacketBuffer() 261 *VirtualAddress = (PVOID) NULL; in RTMP_AllocateTxPacketBuffer()
|
D | rtmp.h | 6129 OUT PVOID *VirtualAddress, 6144 OUT PVOID *VirtualAddress, 6152 OUT PVOID *VirtualAddress, 6159 OUT PVOID *VirtualAddress, 6166 OUT PVOID *VirtualAddress, 6173 OUT PVOID *VirtualAddress, 6180 OUT PVOID *VirtualAddress);
|
/drivers/staging/rt2870/ |
D | rt_linux.c | 243 OUT PVOID *VirtualAddress) in RTMP_AllocateTxPacketBuffer() argument 257 *VirtualAddress = (PVOID) pkt->data; in RTMP_AllocateTxPacketBuffer() 261 *VirtualAddress = (PVOID) NULL; in RTMP_AllocateTxPacketBuffer()
|
D | rtmp.h | 6247 OUT PVOID *VirtualAddress, 6262 OUT PVOID *VirtualAddress, 6270 OUT PVOID *VirtualAddress, 6277 OUT PVOID *VirtualAddress, 6284 OUT PVOID *VirtualAddress, 6291 OUT PVOID *VirtualAddress, 6298 OUT PVOID *VirtualAddress);
|