Home
last modified time | relevance | path

Searched refs:lhw (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211_macops.c53 struct lkpi_hw *lhw; in lkpi_80211_mo_start() local
58 lhw = HW_TO_LHW(hw); in lkpi_80211_mo_start()
59 if (lhw->ops->start == NULL) { in lkpi_80211_mo_start()
64 if ((lhw->sc_flags & LKPI_MAC80211_DRV_STARTED)) { in lkpi_80211_mo_start()
70 error = lhw->ops->start(hw); in lkpi_80211_mo_start()
72 lhw->sc_flags |= LKPI_MAC80211_DRV_STARTED; in lkpi_80211_mo_start()
81 struct lkpi_hw *lhw; in lkpi_80211_mo_stop() local
83 lhw = HW_TO_LHW(hw); in lkpi_80211_mo_stop()
84 if (lhw->ops->stop == NULL) in lkpi_80211_mo_stop()
88 lhw->ops->stop(hw, suspend); in lkpi_80211_mo_stop()
[all …]
H A Dlinux_80211.c294 struct lkpi_hw *lhw; in lkpi_80211_dump_lvif_stas() local
306 lhw = vap->iv_ic->ic_softc; in lkpi_80211_dump_lvif_stas()
307 hw = LHW_TO_HW(lhw); in lkpi_80211_dump_lvif_stas()
1297 lkpi_find_lkpi80211_chan(struct lkpi_hw *lhw, in lkpi_find_lkpi80211_chan() argument
1305 hw = LHW_TO_HW(lhw); in lkpi_find_lkpi80211_chan()
1329 struct lkpi_hw *lhw;
1342 lhw = ic->ic_softc;
1343 chan = lkpi_find_lkpi80211_chan(lhw, c);
1451 struct lkpi_hw *lhw; in lkpi_iv_key_delete() local
1462 lhw = ic->ic_softc; in lkpi_iv_key_delete()
[all …]
H A Dlinux_80211.h418 sx_init_flags(&lhw->mc_sx, "lhw-mc", 0);
420 sx_destroy(&lhw->mc_sx);