Searched defs:fec_priv (Results 1 – 1 of 1) sorted by relevance
237 struct fec_priv { struct238 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;[all …]