Searched defs:rtl_intf_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/ |
| D | wifi.h | 2319 struct rtl_intf_ops { struct 2321 void (*read_efuse_byte)(struct ieee80211_hw *hw, u16 _offset, u8 *pbuf); 2322 int (*adapter_start)(struct ieee80211_hw *hw); 2323 void (*adapter_stop)(struct ieee80211_hw *hw); 2324 bool (*check_buddy_priv)(struct ieee80211_hw *hw, 2327 int (*adapter_tx)(struct ieee80211_hw *hw, 2331 void (*flush)(struct ieee80211_hw *hw, u32 queues, bool drop); 2332 int (*reset_trx_ring)(struct ieee80211_hw *hw); 2333 bool (*waitq_insert)(struct ieee80211_hw *hw, 2338 void (*disable_aspm)(struct ieee80211_hw *hw); [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
| D | wifi.h | 2335 struct rtl_intf_ops { struct 2337 void (*read_efuse_byte)(struct ieee80211_hw *hw, u16 _offset, u8 *pbuf); 2338 int (*adapter_start)(struct ieee80211_hw *hw); 2339 void (*adapter_stop)(struct ieee80211_hw *hw); 2340 bool (*check_buddy_priv)(struct ieee80211_hw *hw, 2343 int (*adapter_tx)(struct ieee80211_hw *hw, 2347 void (*flush)(struct ieee80211_hw *hw, u32 queues, bool drop); 2348 int (*reset_trx_ring)(struct ieee80211_hw *hw); 2349 bool (*waitq_insert)(struct ieee80211_hw *hw, 2354 void (*disable_aspm)(struct ieee80211_hw *hw); [all …]
|