Home
last modified time | relevance | path

Searched refs:mwl_hal (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/dev/mwl/
Dmwlhal.h76 struct mwl_hal { struct
82 struct mwl_hal *mwl_hal_attach(struct device *dev, uint16_t devid, argument
84 void mwl_hal_detach(struct mwl_hal *);
89 int mwl_hal_ismbsscapable(struct mwl_hal *);
98 struct mwl_hal_vap *mwl_hal_newvap(struct mwl_hal *, MWL_HAL_BSSTYPE,
107 void mwl_hal_setdebug(struct mwl_hal *, int);
108 int mwl_hal_getdebug(struct mwl_hal *);
121 int mwl_hal_getchannelinfo(struct mwl_hal *, int band, int chw,
128 mwl_hal_getisr(struct mwl_hal *mh, uint32_t *status) in mwl_hal_getisr()
151 void mwl_hal_intrset(struct mwl_hal *mh, uint32_t mask);
[all …]
Dmwlhal.c152 struct mwl_hal public; /* public area */
242 struct mwl_hal *
377 mwl_hal_detach(struct mwl_hal *mh0) in mwl_hal_detach()
418 mwl_hal_newvap(struct mwl_hal *mh0, MWL_HAL_BSSTYPE type, in mwl_hal_newvap()
453 mwl_hal_setdebug(struct mwl_hal *mh, int debug) in mwl_hal_setdebug()
459 mwl_hal_getdebug(struct mwl_hal *mh) in mwl_hal_getdebug()
465 mwl_hal_setbastreams(struct mwl_hal *mh, int mask) in mwl_hal_setbastreams()
471 mwl_hal_getbastreams(struct mwl_hal *mh) in mwl_hal_getbastreams()
477 mwl_hal_ismbsscapable(struct mwl_hal *mh) in mwl_hal_ismbsscapable()
489 mwl_hal_getisr(struct mwl_hal *mh0, uint32_t *status)
[all …]
Dif_mwl.c302 struct mwl_hal *mh; in mwl_attach()
613 struct mwl_hal *mh = sc->sc_mh; in mwl_vap_create()
751 struct mwl_hal *mh = sc->sc_mh; in mwl_vap_delete()
825 struct mwl_hal *mh = sc->sc_mh; in mwl_intr()
924 struct mwl_hal *mh = sc->sc_mh; in mwl_bawatchdog_proc()
1144 struct mwl_hal *mh = sc->sc_mh; in mwl_hal_reset()
1168 struct mwl_hal *mh = sc->sc_mh; in mwl_init_locked()
1318 struct mwl_hal *mh = sc->sc_mh; in mwl_reset()
1823 struct mwl_hal *mh = sc->sc_mh; in mwl_mode_init()
1875 struct mwl_hal *mh = sc->sc_mh; in mwl_updateslot()
[all …]
Dif_mwlvar.h266 struct mwl_hal *sc_mh; /* h/w access layer */