Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwnvar.h927 struct bwn_mac { struct
928 struct bwn_softc *mac_sc;
929 unsigned mac_status;
933 unsigned mac_flags;
942 struct resource *mac_res_irq;
943 int mac_rid_irq;
944 void *mac_intrhand;
946 struct bwn_noise mac_noise;
947 struct bwn_phy mac_phy;
971 TAILQ_ENTRY(bwn_mac) mac_list; argument