Home
last modified time | relevance | path

Searched refs:eth (Results 1 – 10 of 10) sorted by relevance

/arch/um/drivers/
Dnet_kern.c574 static int check_transport(struct transport *transport, char *eth, int n, in check_transport() argument
580 if (strncmp(eth, transport->name, len)) in check_transport()
583 eth += len; in check_transport()
584 if (*eth == ',') in check_transport()
585 eth++; in check_transport()
586 else if (*eth != '\0') in check_transport()
593 if (!transport->setup(eth, mac_out, *init_out)) { in check_transport()
603 struct eth_init *eth; in register_transport() local
614 eth = list_entry(ele, struct eth_init, list); in register_transport()
615 match = check_transport(new, eth->init, eth->index, &init, in register_transport()
[all …]
/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
Dintr_vect_defs.h251 unsigned int eth : 1; member
264 unsigned int eth : 1; member
276 unsigned int eth : 1; member
288 unsigned int eth : 1; member
Dclkgen_defs.h103 unsigned int eth : 1; member
Dpinmux_defs.h86 unsigned int eth : 1; member
/arch/powerpc/boot/dts/
Dc2k.dts98 compatible = "marvell,mv64360-eth-group";
102 compatible = "marvell,mv64360-eth";
111 compatible = "marvell,mv64360-eth";
120 compatible = "marvell,mv64360-eth";
Dprpmc2800.dts97 compatible = "marvell,mv64360-eth-group";
101 compatible = "marvell,mv64360-eth";
110 compatible = "marvell,mv64360-eth";
/arch/cris/arch-v32/mach-a3/
Dpinmux.c102 clk_ctrl.eth = regk_clkgen_yes; in crisv32_pinmux_alloc_fixed()
106 hwprot.eth = hwprot.eth_mdio = regk_pinmux_yes; in crisv32_pinmux_alloc_fixed()
280 hwprot.eth = hwprot.eth_mdio = hwprot.geth = regk_pinmux_no; in crisv32_pinmux_dealloc_fixed()
/arch/xtensa/platforms/iss/
Dnetwork.c811 struct iss_net_init *eth; in iss_net_init() local
812 eth = list_entry(ele, struct iss_net_init, list); in iss_net_init()
813 iss_net_configure(eth->index, eth->init); in iss_net_init()
/arch/cris/include/arch-v32/arch/hwregs/
DMakefile53 REGDESC += $(BASEDIR)/io/eth/rtl/eth_regs.r
106 eth_defs.h: $(BASEDIR)/io/eth/rtl/eth_regs.r
/arch/mips/include/asm/ip32/
Dmace.h353 struct mace_ethernet eth; member