Searched defs:llan_softc (Results 1 – 1 of 1) sorted by relevance
82 struct llan_softc { struct83 device_t dev;84 struct mtx io_lock;86 cell_t unit;87 uint8_t mac_address[8];89 struct ifmedia media;91 int irqid;92 struct resource *irq;93 void *irq_cookie;95 bus_dma_tag_t rx_dma_tag;[all …]