Searched defs:fec_priv (Results 1 – 1 of 1) sorted by relevance
236 struct fec_priv { struct237 struct ethernet_regs *eth; /* pointer to register'S base */238 enum xceiver_type xcv_type; /* transceiver type */239 struct fec_bd *rbd_base; /* RBD ring */240 int rbd_index; /* next receive BD to read */241 struct fec_bd *tbd_base; /* TBD ring */242 int tbd_index; /* next transmit BD to write */243 bd_t *bd;244 uint8_t *tdb_ptr;245 int dev_id;[all …]