Home
last modified time | relevance | path

Searched refs:chk_switch_dmdp (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Dcore.c685 if (rtlpriv->cfg->ops->chk_switch_dmdp) in rtl_op_config()
686 rtlpriv->cfg->ops->chk_switch_dmdp(hw); in rtl_op_config()
1194 if (rtlpriv->cfg->ops->chk_switch_dmdp) in rtl_op_bss_info_changed()
1195 rtlpriv->cfg->ops->chk_switch_dmdp(hw); in rtl_op_bss_info_changed()
1460 if (rtlpriv->cfg->ops->chk_switch_dmdp) in rtl_op_sw_scan_start()
1461 rtlpriv->cfg->ops->chk_switch_dmdp(hw); in rtl_op_sw_scan_start()
Dbase.c1339 if (rtlpriv->cfg->ops->chk_switch_dmdp) in rtl_tx_mgmt_proc()
1340 rtlpriv->cfg->ops->chk_switch_dmdp(hw); in rtl_tx_mgmt_proc()
Dwifi.h2324 void (*chk_switch_dmdp) (struct ieee80211_hw *hw); member
/Linux-v4.19/drivers/staging/rtlwifi/
Dcore.c633 if (rtlpriv->cfg->ops->chk_switch_dmdp) in rtl_op_config()
634 rtlpriv->cfg->ops->chk_switch_dmdp(hw); in rtl_op_config()
1184 if (rtlpriv->cfg->ops->chk_switch_dmdp) in rtl_op_bss_info_changed()
1185 rtlpriv->cfg->ops->chk_switch_dmdp(hw); in rtl_op_bss_info_changed()
1491 if (rtlpriv->cfg->ops->chk_switch_dmdp) in rtl_op_sw_scan_start()
1492 rtlpriv->cfg->ops->chk_switch_dmdp(hw); in rtl_op_sw_scan_start()
Dbase.c1306 if (rtlpriv->cfg->ops->chk_switch_dmdp) in rtl_tx_mgmt_proc()
1307 rtlpriv->cfg->ops->chk_switch_dmdp(hw); in rtl_tx_mgmt_proc()
Dwifi.h2245 void (*chk_switch_dmdp)(struct ieee80211_hw *hw); member