Searched defs:al_eth_adapter (Results 1 – 1 of 1) sorted by relevance
220 struct al_eth_adapter { struct221 enum board_t board_type;222 device_t miibus;223 struct mii_data *mii;224 uint16_t dev_id;225 uint8_t rev_id;227 device_t dev;228 struct ifnet *netdev;229 struct ifmedia media;230 struct resource *udma_res;[all …]