Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211_macops.c56 lhw = HW_TO_LHW(hw); in lkpi_80211_mo_start()
81 lhw = HW_TO_LHW(hw); in lkpi_80211_mo_stop()
96 lhw = HW_TO_LHW(hw); in lkpi_80211_mo_get_antenna()
115 lhw = HW_TO_LHW(hw); in lkpi_80211_mo_set_frag_threshold()
134 lhw = HW_TO_LHW(hw); in lkpi_80211_mo_set_rts_threshold()
155 lhw = HW_TO_LHW(hw); in lkpi_80211_mo_add_interface()
189 lhw = HW_TO_LHW(hw); in lkpi_80211_mo_remove_interface()
222 lhw = HW_TO_LHW(hw); in lkpi_80211_mo_hw_scan()
242 lhw = HW_TO_LHW(hw); in lkpi_80211_mo_cancel_hw_scan()
255 lhw = HW_TO_LHW(h in lkpi_80211_mo_sw_scan_complete()
[all...]
H A Dlinux_80211.c991 lhw = HW_TO_LHW(hw); in lkpi_hw_conf_idle()
4678 lhw = HW_TO_LHW(hw);
4726 lhw = HW_TO_LHW(hw);
4765 lhw = HW_TO_LHW(hw);
5014 lhw = HW_TO_LHW(hw);
5030 lhw = HW_TO_LHW(hw);
5106 lhw = HW_TO_LHW(hw);
5138 lhw = HW_TO_LHW(hw);
5391 lhw = HW_TO_LHW(hw);
6065 lhw = HW_TO_LHW(hw);
[all …]
H A Dlinux_80211.h274 #define HW_TO_LHW(_hw) container_of(_hw, struct lkpi_hw, hw) macro