Home
last modified time | relevance | path

Searched defs:llan_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/powerpc/pseries/
H A Dphyp_llan.c82 struct llan_softc { struct
83 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 …]