/linux-2.4.37.9/include/asm-sh/ |
D | pci.h | 117 #define pci_unmap_len_set(PTR, LEN_NAME, VAL) \ macro 125 #define pci_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0) macro
|
/linux-2.4.37.9/include/asm-arm/ |
D | pci.h | 130 #define pci_unmap_len_set(PTR, LEN_NAME, VAL) \ macro 138 #define pci_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0) macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | pci.h | 114 #define pci_unmap_len_set(PTR, LEN_NAME, VAL) \ macro 191 #define pci_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0) macro
|
/linux-2.4.37.9/include/asm-sparc/ |
D | pci.h | 84 #define pci_unmap_len_set(PTR, LEN_NAME, VAL) \ macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | pci.h | 119 #define pci_unmap_len_set(PTR, LEN_NAME, VAL) \ macro
|
/linux-2.4.37.9/include/asm-ia64/ |
D | pci.h | 71 #define pci_unmap_len_set(ptr, len_name, val) (((ptr)->len_name) = (val)) macro
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | pci.h | 144 #define pci_unmap_len_set(PTR, LEN_NAME, VAL) \ macro
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | pci.h | 92 #define pci_unmap_len_set(PTR, LEN_NAME, VAL) \ macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | pci.h | 131 #define pci_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0) macro
|
/linux-2.4.37.9/include/asm-ppc/ |
D | pci.h | 116 #define pci_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0) macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | pci.h | 165 #define pci_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0) macro
|
/linux-2.4.37.9/include/asm-mips64/ |
D | pci.h | 165 #define pci_unmap_len_set(PTR, LEN_NAME, VAL) do { } while (0) macro
|
/linux-2.4.37.9/include/asm-parisc/ |
D | pci.h | 212 #define pci_unmap_len_set(PTR, LEN_NAME, VAL) \ macro
|
/linux-2.4.37.9/drivers/net/ |
D | acenic.c | 263 #define pci_unmap_len_set(PTR, LEN_NAME, VAL) do{} while(0) macro 2745 pci_unmap_len_set(info, maplen, skb->len); in ace_map_tx_skb() 2873 pci_unmap_len_set(info, maplen, frag->size); in ace_start_xmit()
|
D | skge.c | 748 pci_unmap_len_set(e, maplen, bufsize); in skge_rx_setup() 2305 pci_unmap_len_set(e, maplen, len); in skge_xmit_frame() 2348 pci_unmap_len_set(e, maplen, frag->size); in skge_xmit_frame()
|
/linux-2.4.37.9/Documentation/ |
D | DMA-mapping.txt | 732 pci_unmap_len_set(ringp, len, BAR);
|