Home
last modified time | relevance | path

Searched refs:eth_regs (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/usb/
H A Dpegasus.c163 pegasus->eth_regs, 3, async_ctrl_callback, req); in update_eth_regs_async()
435 memcpy(pegasus->eth_regs, data, sizeof(data)); in enable_net_traffic()
929 pegasus->eth_regs[0] |= 0x10; in pegasus_set_wol()
931 pegasus->eth_regs[0] &= ~0x10; in pegasus_set_wol()
1035 pegasus->eth_regs[EthCtrl2] |= RX_PROMISCUOUS; in pegasus_set_multicast()
1038 pegasus->eth_regs[EthCtrl0] |= RX_MULTICAST; in pegasus_set_multicast()
1039 pegasus->eth_regs[EthCtrl2] &= ~RX_PROMISCUOUS; in pegasus_set_multicast()
1042 pegasus->eth_regs[EthCtrl0] &= ~RX_MULTICAST; in pegasus_set_multicast()
1043 pegasus->eth_regs[EthCtrl2] &= ~RX_PROMISCUOUS; in pegasus_set_multicast()
H A Dpegasus.h97 __u8 eth_regs[4]; member
/linux/arch/mips/include/asm/mach-rc32434/
H A Deth.h35 struct eth_regs { struct
/linux/arch/mips/rb532/
H A Ddevices.c63 .end = ETH0_BASE_ADDR + sizeof(struct eth_regs),
/linux/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c173 struct eth_regs { struct
193 struct eth_regs __iomem *regs; argument
277 static struct eth_regs __iomem *mdio_regs; /* mdio command and status only */
551 static int ixp4xx_mdio_register(struct eth_regs __iomem *regs) in ixp4xx_mdio_register()