Searched refs:modparam_nohwcrypt (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2800soc.c | 43 static bool modparam_nohwcrypt; variable 44 module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO); 49 return modparam_nohwcrypt; in rt2800soc_hwcrypt_disabled()
|
D | rt2800pci.c | 51 static bool modparam_nohwcrypt = false; variable 52 module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO); 57 return modparam_nohwcrypt; in rt2800pci_hwcrypt_disabled()
|
D | rt2800usb.c | 45 static bool modparam_nohwcrypt; variable 46 module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO); 51 return modparam_nohwcrypt; in rt2800usb_hwcrypt_disabled()
|
D | rt2500usb.c | 39 static bool modparam_nohwcrypt; variable 40 module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO); 1802 if (!modparam_nohwcrypt) { in rt2500usb_probe_hw()
|
D | rt73usb.c | 40 static bool modparam_nohwcrypt; variable 41 module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO); 2213 if (!modparam_nohwcrypt) in rt73usb_probe_hw()
|
D | rt61pci.c | 42 static bool modparam_nohwcrypt = false; variable 43 module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO); 2877 if (!modparam_nohwcrypt) in rt61pci_probe_hw()
|
/linux-4.4.14/drivers/net/wireless/p54/ |
D | main.c | 29 static bool modparam_nohwcrypt; variable 30 module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO); 512 if (modparam_nohwcrypt) in p54_set_key()
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | main.c | 50 static bool modparam_nohwcrypt; variable 51 module_param_named(nohwcrypt, modparam_nohwcrypt, bool, S_IRUGO); 364 ar->disable_offload = modparam_nohwcrypt | in carl9170_op_start()
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | main.c | 91 static int modparam_nohwcrypt; variable 92 module_param_named(nohwcrypt, modparam_nohwcrypt, int, 0444); 4183 if (modparam_nohwcrypt) in b43_op_set_key()
|