Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dwmi.c772 u8 fw_max_assoc_sta; in wmi_evt_ready() local
791 fw_max_assoc_sta = WIL6210_RX_DESC_MAX_CID; in wmi_evt_ready()
794 fw_max_assoc_sta = evt->max_assoc_sta; in wmi_evt_ready()
796 fw_max_assoc_sta); in wmi_evt_ready()
798 if (fw_max_assoc_sta > WIL6210_MAX_CID) { in wmi_evt_ready()
801 fw_max_assoc_sta, WIL6210_MAX_CID); in wmi_evt_ready()
802 fw_max_assoc_sta = WIL6210_MAX_CID; in wmi_evt_ready()
806 wil->max_assoc_sta = min_t(uint, max_assoc_sta, fw_max_assoc_sta); in wmi_evt_ready()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dwmi.c772 u8 fw_max_assoc_sta; in wmi_evt_ready() local
791 fw_max_assoc_sta = WIL6210_RX_DESC_MAX_CID; in wmi_evt_ready()
794 fw_max_assoc_sta = evt->max_assoc_sta; in wmi_evt_ready()
796 fw_max_assoc_sta); in wmi_evt_ready()
798 if (fw_max_assoc_sta > WIL6210_MAX_CID) { in wmi_evt_ready()
801 fw_max_assoc_sta, WIL6210_MAX_CID); in wmi_evt_ready()
802 fw_max_assoc_sta = WIL6210_MAX_CID; in wmi_evt_ready()
806 wil->max_assoc_sta = min_t(uint, max_assoc_sta, fw_max_assoc_sta); in wmi_evt_ready()

Completed in 12 milliseconds