Lines Matching refs:cifmap
92 struct compat_ifmap *cifmap = (struct compat_ifmap *)ifmap; in dev_getifmap() local
94 cifmap->mem_start = dev->mem_start; in dev_getifmap()
95 cifmap->mem_end = dev->mem_end; in dev_getifmap()
96 cifmap->base_addr = dev->base_addr; in dev_getifmap()
97 cifmap->irq = dev->irq; in dev_getifmap()
98 cifmap->dma = dev->dma; in dev_getifmap()
99 cifmap->port = dev->if_port; in dev_getifmap()
116 struct compat_ifmap *cifmap = (struct compat_ifmap *)&ifr->ifr_map; in netif_setifmap() local
123 .mem_start = cifmap->mem_start, in netif_setifmap()
124 .mem_end = cifmap->mem_end, in netif_setifmap()
125 .base_addr = cifmap->base_addr, in netif_setifmap()
126 .irq = cifmap->irq, in netif_setifmap()
127 .dma = cifmap->dma, in netif_setifmap()
128 .port = cifmap->port, in netif_setifmap()