Lines Matching defs:fec_priv
237 struct fec_priv { struct
238 struct ethernet_regs *eth; /* pointer to register'S base */
239 enum xceiver_type xcv_type; /* transceiver type */
240 struct fec_bd *rbd_base; /* RBD ring */
241 int rbd_index; /* next receive BD to read */
242 struct fec_bd *tbd_base; /* TBD ring */
243 int tbd_index; /* next transmit BD to write */
244 bd_t *bd;
245 uint8_t *tdb_ptr;
246 int dev_id;
247 struct mii_dev *bus;
249 struct phy_device *phydev;
251 int phy_id;
252 int (*mii_postcall)(int);
256 u32 interface;