Searched defs:netfront_info (Results 1 – 1 of 1) sorted by relevance
215 struct netfront_info { struct216 if_t xn_ifp;218 struct mtx sc_lock;220 u_int num_queues;221 struct netfront_rxq *rxq;222 struct netfront_txq *txq;224 u_int carrier;225 u_int maxfrags;227 device_t xbdev;228 uint8_t mac[ETHER_ADDR_LEN];[all …]