Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_80211_macops.c57 lhw = HW_TO_LHW(hw); in lkpi_80211_mo_start()
82 lhw = HW_TO_LHW(hw); in lkpi_80211_mo_stop()
97 lhw = HW_TO_LHW(hw); in lkpi_80211_mo_get_antenna()
116 lhw = HW_TO_LHW(hw); in lkpi_80211_mo_set_frag_threshold()
135 lhw = HW_TO_LHW(hw); in lkpi_80211_mo_set_rts_threshold()
156 lhw = HW_TO_LHW(hw); in lkpi_80211_mo_add_interface()
190 lhw = HW_TO_LHW(hw); in lkpi_80211_mo_remove_interface()
223 lhw = HW_TO_LHW(hw); in lkpi_80211_mo_hw_scan()
243 lhw = HW_TO_LHW(hw); in lkpi_80211_mo_cancel_hw_scan()
256 lhw = HW_TO_LHW(hw); in lkpi_80211_mo_sw_scan_complete()
[all …]
HDlinux_80211.c1845 lhw = HW_TO_LHW(hw); in lkpi_hw_conf_idle()
5872 lhw = HW_TO_LHW(hw);
5944 lhw = HW_TO_LHW(hw);
5983 lhw = HW_TO_LHW(hw);
6271 lhw = HW_TO_LHW(hw);
6287 lhw = HW_TO_LHW(hw);
6409 lhw = HW_TO_LHW(hw);
6432 lhw = HW_TO_LHW(hw);
6782 lhw = HW_TO_LHW(hw);
7572 lhw = HW_TO_LHW(hw);
[all …]
HDlinux_80211.h290 #define HW_TO_LHW(_hw) container_of(_hw, struct lkpi_hw, hw) macro