Searched refs:bad_frames_preempt (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
H A D | b43legacy.h | 689 bool bad_frames_preempt;/* Use "Bad Frames Preemption". */ member
|
H A D | main.c | 63 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" 3744 wldev->bad_frames_preempt = modparam_bad_frames_preempt; in b43legacy_one_core_attach()
|
H A D | phy.c | 579 if (dev->bad_frames_preempt) in b43legacy_phy_initb5()
|
H A D | radio.c | 1241 if (!dev->bad_frames_preempt) in b43legacy_radio_interference_mitigation_disable()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/ |
H A D | b43legacy.h | 689 bool bad_frames_preempt;/* Use "Bad Frames Preemption". */ member
|
H A D | main.c | 63 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" 3745 wldev->bad_frames_preempt = modparam_bad_frames_preempt; in b43legacy_one_core_attach()
|
H A D | phy.c | 579 if (dev->bad_frames_preempt) in b43legacy_phy_initb5()
|
H A D | radio.c | 1241 if (!dev->bad_frames_preempt) in b43legacy_radio_interference_mitigation_disable()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | b43.h | 837 bool bad_frames_preempt; /* Use "Bad Frames Preemption" (default off) */ member
|
H A D | main.c | 76 module_param_named(bad_frames_preempt, modparam_bad_frames_preempt, int, 0444); 77 MODULE_PARM_DESC(bad_frames_preempt, 5498 wldev->bad_frames_preempt = modparam_bad_frames_preempt; in b43_one_core_attach()
|
H A D | phy_g.c | 1009 if (!dev->bad_frames_preempt) { in b43_radio_interference_mitigation_disable() 1519 if (dev->bad_frames_preempt) { in b43_phy_initb5()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | b43.h | 837 bool bad_frames_preempt; /* Use "Bad Frames Preemption" (default off) */ member
|
H A D | main.c | 76 module_param_named(bad_frames_preempt, modparam_bad_frames_preempt, int, 0444); 77 MODULE_PARM_DESC(bad_frames_preempt, 5501 wldev->bad_frames_preempt = modparam_bad_frames_preempt; in b43_one_core_attach()
|
H A D | phy_g.c | 1009 if (!dev->bad_frames_preempt) { in b43_radio_interference_mitigation_disable() 1519 if (dev->bad_frames_preempt) { in b43_phy_initb5()
|
Completed in 53 milliseconds