Searched refs:eth (Results 1 – 10 of 10) sorted by relevance
/arch/um/drivers/ |
D | net_kern.c | 574 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/ |
D | intr_vect_defs.h | 251 unsigned int eth : 1; member 264 unsigned int eth : 1; member 276 unsigned int eth : 1; member 288 unsigned int eth : 1; member
|
D | clkgen_defs.h | 103 unsigned int eth : 1; member
|
D | pinmux_defs.h | 86 unsigned int eth : 1; member
|
/arch/powerpc/boot/dts/ |
D | c2k.dts | 98 compatible = "marvell,mv64360-eth-group"; 102 compatible = "marvell,mv64360-eth"; 111 compatible = "marvell,mv64360-eth"; 120 compatible = "marvell,mv64360-eth";
|
D | prpmc2800.dts | 97 compatible = "marvell,mv64360-eth-group"; 101 compatible = "marvell,mv64360-eth"; 110 compatible = "marvell,mv64360-eth";
|
/arch/cris/arch-v32/mach-a3/ |
D | pinmux.c | 102 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/ |
D | network.c | 811 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/ |
D | Makefile | 53 REGDESC += $(BASEDIR)/io/eth/rtl/eth_regs.r 106 eth_defs.h: $(BASEDIR)/io/eth/rtl/eth_regs.r
|
/arch/mips/include/asm/ip32/ |
D | mace.h | 353 struct mace_ethernet eth; member
|