Home
last modified time | relevance | path

Searched refs:bad_frames_preempt (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/net/wireless/broadcom/b43legacy/
Db43legacy.h689 bool bad_frames_preempt;/* Use "Bad Frames Preemption". */ member
Dmain.c63 module_param_named(bad_frames_preempt, modparam_bad_frames_preempt, int, 0444);
64 MODULE_PARM_DESC(bad_frames_preempt, "enable(1) / disable(0) Bad Frames"
3743 wldev->bad_frames_preempt = modparam_bad_frames_preempt; in b43legacy_one_core_attach()
Dradio.c1241 if (!dev->bad_frames_preempt) in b43legacy_radio_interference_mitigation_disable()
Dphy.c579 if (dev->bad_frames_preempt) in b43legacy_phy_initb5()
/linux-5.19.10/drivers/net/wireless/broadcom/b43/
Db43.h837 bool bad_frames_preempt; /* Use "Bad Frames Preemption" (default off) */ member
Dphy_g.c1009 if (!dev->bad_frames_preempt) { in b43_radio_interference_mitigation_disable()
1519 if (dev->bad_frames_preempt) { in b43_phy_initb5()
Dmain.c76 module_param_named(bad_frames_preempt, modparam_bad_frames_preempt, int, 0444);
77 MODULE_PARM_DESC(bad_frames_preempt,
5497 wldev->bad_frames_preempt = modparam_bad_frames_preempt; in b43_one_core_attach()