Home
last modified time | relevance | path

Searched refs:cnf (Results 1 – 6 of 6) sorted by relevance

/include/linux/mfd/
Dtmio.h85 int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base);
86 int tmio_core_mmc_resume(void __iomem *cnf, int shift, unsigned long base);
87 void tmio_core_mmc_pwr(void __iomem *cnf, int shift, int state);
88 void tmio_core_mmc_clk_div(void __iomem *cnf, int shift, int state);
/include/linux/
Dinetdevice.h49 struct ipv4_devconf cnf; member
53 #define IPV4_DEVCONF(cnf, attr) ((cnf).data[IPV4_DEVCONF_ ## attr - 1]) argument
60 return in_dev->cnf.data[index]; in ipv4_devconf_get()
67 set_bit(index, in_dev->cnf.state); in ipv4_devconf_set()
68 in_dev->cnf.data[index] = val; in ipv4_devconf_set()
73 bitmap_fill(in_dev->cnf.state, IPV4_DEVCONF_MAX); in ipv4_devconf_setall()
/include/net/
Dif_inet6.h203 struct ipv6_devconf cnf; member
Dipv6.h450 return idev->cnf.forwarding ? idev->cnf.accept_ra == 2 : in ipv6_accept_ra()
451 idev->cnf.accept_ra; in ipv6_accept_ra()
Dip6_route.h332 mtu = idev->cnf.mtu6; in ip6_dst_mtu_forward()
Daddrconf.h433 return !!idev->cnf.ignore_routes_with_linkdown; in ip6_ignore_linkdown()