Home
last modified time | relevance | path

Searched defs:ifmap (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/uapi/linux/
Dif.h196 struct ifmap { struct
197 unsigned long mem_start;
198 unsigned long mem_end;
199 unsigned short base_addr;
200 unsigned char irq;
201 unsigned char dma;
202 unsigned char port;
/linux-6.6.21/net/core/
Ddev_ioctl.c87 struct ifmap *ifmap = &ifr->ifr_map; in dev_getifmap() local
120 struct ifmap ifmap = { in dev_setifmap() local