Home
last modified time | relevance | path

Searched refs:shortRetryLimit (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/cisco/
H A Dairo.c571 __le16 shortRetryLimit; member
4954 ai->config.shortRetryLimit = cpu_to_le16(v); in proc_config_on_close()
5102 le16_to_cpu(ai->config.shortRetryLimit), in proc_config_open()
6876 local->config.shortRetryLimit = v; in airo_set_retry()
6880 local->config.shortRetryLimit = v; in airo_set_retry()
6916 vwrq->value = le16_to_cpu(local->config.shortRetryLimit); in airo_get_retry()
6917 if (local->config.shortRetryLimit != local->config.longRetryLimit) in airo_get_retry()
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/
H A Dairo.c570 __le16 shortRetryLimit; member
4951 ai->config.shortRetryLimit = cpu_to_le16(v); in proc_config_on_close()
5099 le16_to_cpu(ai->config.shortRetryLimit), in proc_config_open()
6892 local->config.shortRetryLimit = v; in airo_set_retry()
6896 local->config.shortRetryLimit = v; in airo_set_retry()
6933 vwrq->value = le16_to_cpu(local->config.shortRetryLimit); in airo_get_retry()
6934 if (local->config.shortRetryLimit != local->config.longRetryLimit) in airo_get_retry()

Completed in 22 milliseconds