Searched refs:mwl_hal (Results 1 – 5 of 5) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/ |
H A D | mwlhal.h | 74 struct mwl_hal { struct 80 struct mwl_hal *mwl_hal_attach(device_t dev, uint16_t devid, argument 82 void mwl_hal_detach(struct mwl_hal *); 87 int mwl_hal_ismbsscapable(struct mwl_hal *); 96 struct mwl_hal_vap *mwl_hal_newvap(struct mwl_hal *, MWL_HAL_BSSTYPE, 105 void mwl_hal_setdebug(struct mwl_hal *, int); 106 int mwl_hal_getdebug(struct mwl_hal *); 119 int mwl_hal_getchannelinfo(struct mwl_hal *, int band, int chw, 126 mwl_hal_getisr(struct mwl_hal *mh, uint32_t *status) in mwl_hal_getisr() 149 void mwl_hal_intrset(struct mwl_hal *mh, uint32_t mask); [all …]
|
H A D | mwlhal.c | 152 struct mwl_hal public; /* public area */ 242 struct mwl_hal * 369 mwl_hal_detach(struct mwl_hal *mh0) in mwl_hal_detach() 409 mwl_hal_newvap(struct mwl_hal *mh0, MWL_HAL_BSSTYPE type, in mwl_hal_newvap() 444 mwl_hal_setdebug(struct mwl_hal *mh, int debug) in mwl_hal_setdebug() 450 mwl_hal_getdebug(struct mwl_hal *mh) in mwl_hal_getdebug() 456 mwl_hal_setbastreams(struct mwl_hal *mh, int mask) in mwl_hal_setbastreams() 462 mwl_hal_getbastreams(struct mwl_hal *mh) in mwl_hal_getbastreams() 468 mwl_hal_ismbsscapable(struct mwl_hal *mh) in mwl_hal_ismbsscapable() 480 mwl_hal_getisr(struct mwl_hal *mh0, uint32_t *status) [all …]
|
H A D | if_mwl.c | 290 struct mwl_hal *mh; in mwl_attach() 594 struct mwl_hal *mh = sc->sc_mh; in mwl_vap_create() 720 struct mwl_hal *mh = sc->sc_mh; in mwl_vap_delete() 796 struct mwl_hal *mh = sc->sc_mh; in mwl_intr() 897 struct mwl_hal *mh = sc->sc_mh; in mwl_bawatchdog_proc() 1115 struct mwl_hal *mh = sc->sc_mh; in mwl_hal_reset() 1138 struct mwl_hal *mh = sc->sc_mh; in mwl_init() 1251 struct mwl_hal *mh = sc->sc_mh; in mwl_reset() 1755 struct mwl_hal *mh = sc->sc_mh; in mwl_mode_init() 1799 struct mwl_hal *mh = sc->sc_mh; in mwl_updateslot() [all …]
|
H A D | if_mwlvar.h | 269 struct mwl_hal *sc_mh; /* h/w access layer */
|
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/ |
H A D | glue.c | 32 struct mwl_hal* mh = sc->sc_mh; in HAIKU_CHECK_DISABLE_INTERRUPTS() 61 struct mwl_hal* mh = sc->sc_mh; in HAIKU_REENABLE_INTERRUPTS()
|