Searched defs:rtl_intf_ops (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/ |
D | wifi.h | 2356 struct rtl_intf_ops { struct 2358 void (*read_efuse_byte)(struct ieee80211_hw *hw, u16 _offset, u8 *pbuf); 2359 int (*adapter_start) (struct ieee80211_hw *hw); 2360 void (*adapter_stop) (struct ieee80211_hw *hw); 2361 bool (*check_buddy_priv)(struct ieee80211_hw *hw, 2364 int (*adapter_tx) (struct ieee80211_hw *hw, 2368 void (*flush)(struct ieee80211_hw *hw, u32 queues, bool drop); 2369 int (*reset_trx_ring) (struct ieee80211_hw *hw); 2370 bool (*waitq_insert) (struct ieee80211_hw *hw, 2375 void (*disable_aspm) (struct ieee80211_hw *hw); [all …]
|
/Linux-v4.19/drivers/staging/rtlwifi/ |
D | wifi.h | 2301 struct rtl_intf_ops { struct 2303 void (*read_efuse_byte)(struct ieee80211_hw *hw, u16 _offset, u8 *pbuf); 2304 int (*adapter_start)(struct ieee80211_hw *hw); 2305 void (*adapter_stop)(struct ieee80211_hw *hw); 2306 bool (*check_buddy_priv)(struct ieee80211_hw *hw, 2309 int (*adapter_tx)(struct ieee80211_hw *hw, 2313 void (*flush)(struct ieee80211_hw *hw, u32 queues, bool drop); 2314 int (*reset_trx_ring)(struct ieee80211_hw *hw); 2315 bool (*waitq_insert)(struct ieee80211_hw *hw, 2320 void (*disable_aspm)(struct ieee80211_hw *hw); [all …]
|