Home
last modified time | relevance | path

Searched defs:ethoc (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/
H A Dethoc.c198 struct ethoc { struct
199 void __iomem *iobase;
200 void __iomem *membase;
201 bool big_endian;
203 unsigned int num_bd;
204 unsigned int num_tx;
228 * struct ethoc_bd - buffer descriptor argument
237 static inline u32 ethoc_read(struct ethoc *dev, loff_t offset) in ethoc_read() argument
/openbmc/u-boot/drivers/net/
H A Dethoc.c175 struct ethoc { struct
192 * struct ethoc_bd - buffer descriptor argument
201 static inline u32 *ethoc_reg(struct ethoc *priv, size_t offset) in ethoc_reg() argument