Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A 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;
/openbmc/linux/net/core/
H A Ddev_ioctl.c87 struct ifmap *ifmap = &ifr->ifr_map; in dev_getifmap() local
120 struct ifmap ifmap = { in dev_setifmap() local