Searched refs:ath_hw_keyreset (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ |
H A D | key.c | 42 bool ath_hw_keyreset(struct ath_common *common, u16 entry) in ath_hw_keyreset() function 85 EXPORT_SYMBOL(ath_hw_keyreset); variable 595 ath_hw_keyreset(common, hw_key_idx); in ath_key_delete() 610 ath_hw_keyreset(common, hw_key_idx + 32); in ath_key_delete()
|
H A D | ath.h | 207 bool ath_hw_keyreset(struct ath_common *common, u16 entry);
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ |
H A D | key.c | 42 bool ath_hw_keyreset(struct ath_common *common, u16 entry) in ath_hw_keyreset() function 85 EXPORT_SYMBOL(ath_hw_keyreset); variable 595 ath_hw_keyreset(common, hw_key_idx); in ath_key_delete() 610 ath_hw_keyreset(common, hw_key_idx + 32); in ath_key_delete()
|
H A D | ath.h | 207 bool ath_hw_keyreset(struct ath_common *common, u16 entry);
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | common.c | 402 ath_hw_keyreset(common, (u16) i); in ath9k_cmn_init_crypto()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | common.c | 402 ath_hw_keyreset(common, (u16) i); in ath9k_cmn_init_crypto()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | base.c | 2769 ath_hw_keyreset(common, (u16) i); in ath5k_start()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | base.c | 2814 ath_hw_keyreset(common, (u16) i); in ath5k_start()
|
Completed in 11 milliseconds