Searched refs:lpc32xx_eth_device (Results 1 – 1 of 1) sorted by relevance
200 struct lpc32xx_eth_device { struct207 #define LPC32XX_ETH_DEVICE_SIZE (sizeof(struct lpc32xx_eth_device)) argument210 #define to_lpc32xx_eth(_d) container_of(_d, struct lpc32xx_eth_device, dev)231 struct lpc32xx_eth_device *dlpc32xx_eth = to_lpc32xx_eth(dev); in mii_reg_read()290 struct lpc32xx_eth_device *dlpc32xx_eth = to_lpc32xx_eth(dev); in mii_reg_write()345 static struct lpc32xx_eth_device lpc32xx_eth = {357 struct lpc32xx_eth_device *lpc32xx_eth_device = in lpc32xx_eth_send() local358 container_of(dev, struct lpc32xx_eth_device, dev); in lpc32xx_eth_send()359 struct lpc32xx_eth_registers *regs = lpc32xx_eth_device->regs; in lpc32xx_eth_send()360 struct lpc32xx_eth_buffers *bufs = lpc32xx_eth_device->bufs; in lpc32xx_eth_send()[all …]