Home
last modified time | relevance | path

Searched refs:link_count_limit (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_mlme_ext.c12321 int link_count_limit; in linked_status_chk() local
12346 link_count_limit = 3; // 8 sec in linked_status_chk()
12348 link_count_limit = 15; // 32 sec in linked_status_chk()
12354 link_count_limit = 7; // 16 sec in linked_status_chk()
12356 link_count_limit = 29; // 60 sec in linked_status_chk()
12360 link_count_limit = 3; // 8 sec in linked_status_chk()
12401 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12427 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) { in linked_status_chk()
12452 pmlmeinfo->link_count %= (link_count_limit+1); in linked_status_chk()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c5684 int link_count_limit; in linked_status_chk() local
5691 link_count_limit = 7; /* 16 sec */ in linked_status_chk()
5716 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) { in linked_status_chk()
5738 pmlmeinfo->link_count %= (link_count_limit+1); in linked_status_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_mlme_ext.c12445 int link_count_limit; in linked_status_chk() local
12469 link_count_limit = 3; // 8 sec in linked_status_chk()
12471 link_count_limit = 15; // 32 sec in linked_status_chk()
12477 link_count_limit = 7; // 16 sec in linked_status_chk()
12479 link_count_limit = 29; // 60 sec in linked_status_chk()
12522 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12548 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) { in linked_status_chk()
12570 pmlmeinfo->link_count %= (link_count_limit+1); in linked_status_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_mlme_ext.c12019 int link_count_limit; in linked_status_chk() local
12052 link_count_limit = 3; /* 8 sec */ in linked_status_chk()
12054 link_count_limit = 15; /* 32 sec */ in linked_status_chk()
12059 link_count_limit = 7; /* 16 sec */ in linked_status_chk()
12061 link_count_limit = 29; /* 60 sec */ in linked_status_chk()
12111 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12136 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12162 pmlmeinfo->link_count %= (link_count_limit + 1); in linked_status_chk()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mlme_ext.c10730 int link_count_limit; local
10750 link_count_limit = 3; /* 8 sec */
10752 link_count_limit = 15; /* 32 sec */
10757 link_count_limit = 7; /* 16 sec */
10759 link_count_limit = 29; /* 60 sec */
10809 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) {
10842 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) {
10869 pmlmeinfo->link_count %= (link_count_limit + 1);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mlme_ext.c10759 int link_count_limit; local
10779 link_count_limit = 3; /* 8 sec */
10781 link_count_limit = 15; /* 32 sec */
10786 link_count_limit = 7; /* 16 sec */
10788 link_count_limit = 29; /* 60 sec */
10838 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) {
10871 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) {
10898 pmlmeinfo->link_count %= (link_count_limit + 1);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_mlme_ext.c12759 int link_count_limit; in linked_status_chk() local
12805 link_count_limit = 3; /* 8 sec */ in linked_status_chk()
12807 link_count_limit = 15; /* 32 sec */ in linked_status_chk()
12812 link_count_limit = 7; /* 16 sec */ in linked_status_chk()
12814 link_count_limit = 29; /* 60 sec */ in linked_status_chk()
12877 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12907 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12936 pmlmeinfo->link_count %= (link_count_limit + 1); in linked_status_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_mlme_ext.c12368 int link_count_limit; in linked_status_chk() local
12415 link_count_limit = 3; /* 8 sec */ in linked_status_chk()
12417 link_count_limit = 15; /* 32 sec */ in linked_status_chk()
12422 link_count_limit = 7; /* 16 sec */ in linked_status_chk()
12424 link_count_limit = 29; /* 60 sec */ in linked_status_chk()
12481 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12508 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12541 pmlmeinfo->link_count %= (link_count_limit + 1); in linked_status_chk()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_mlme_ext.c12485 int link_count_limit; in linked_status_chk() local
12517 link_count_limit = 3; /* 8 sec */ in linked_status_chk()
12519 link_count_limit = 15; /* 32 sec */ in linked_status_chk()
12524 link_count_limit = 7; /* 16 sec */ in linked_status_chk()
12526 link_count_limit = 29; /* 60 sec */ in linked_status_chk()
12589 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12619 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12648 pmlmeinfo->link_count %= (link_count_limit + 1); in linked_status_chk()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_mlme_ext.c12493 int link_count_limit; in linked_status_chk() local
12539 link_count_limit = 3; /* 8 sec */ in linked_status_chk()
12541 link_count_limit = 15; /* 32 sec */ in linked_status_chk()
12546 link_count_limit = 7; /* 16 sec */ in linked_status_chk()
12548 link_count_limit = 29; /* 60 sec */ in linked_status_chk()
12611 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12641 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12670 pmlmeinfo->link_count %= (link_count_limit + 1); in linked_status_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_mlme_ext.c12758 int link_count_limit; in linked_status_chk() local
12804 link_count_limit = 3; /* 8 sec */ in linked_status_chk()
12806 link_count_limit = 15; /* 32 sec */ in linked_status_chk()
12811 link_count_limit = 7; /* 16 sec */ in linked_status_chk()
12813 link_count_limit = 29; /* 60 sec */ in linked_status_chk()
12876 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12906 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12935 pmlmeinfo->link_count %= (link_count_limit + 1); in linked_status_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_mlme_ext.c12410 int link_count_limit; in linked_status_chk() local
12456 link_count_limit = 3; /* 8 sec */ in linked_status_chk()
12458 link_count_limit = 15; /* 32 sec */ in linked_status_chk()
12463 link_count_limit = 7; /* 16 sec */ in linked_status_chk()
12465 link_count_limit = 29; /* 60 sec */ in linked_status_chk()
12528 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12558 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12587 pmlmeinfo->link_count %= (link_count_limit + 1); in linked_status_chk()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_mlme_ext.c13301 int link_count_limit; in linked_status_chk() local
13347 link_count_limit = 3; /* 8 sec */ in linked_status_chk()
13349 link_count_limit = 15; /* 32 sec */ in linked_status_chk()
13354 link_count_limit = 7; /* 16 sec */ in linked_status_chk()
13356 link_count_limit = 29; /* 60 sec */ in linked_status_chk()
13419 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
13449 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
13478 pmlmeinfo->link_count %= (link_count_limit + 1); in linked_status_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_mlme_ext.c12745 int link_count_limit; in linked_status_chk() local
12791 link_count_limit = 3; /* 8 sec */ in linked_status_chk()
12793 link_count_limit = 15; /* 32 sec */ in linked_status_chk()
12798 link_count_limit = 7; /* 16 sec */ in linked_status_chk()
12800 link_count_limit = 29; /* 60 sec */ in linked_status_chk()
12863 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12893 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12922 pmlmeinfo->link_count %= (link_count_limit + 1); in linked_status_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_mlme_ext.c12703 int link_count_limit; in linked_status_chk() local
12749 link_count_limit = 3; /* 8 sec */ in linked_status_chk()
12751 link_count_limit = 15; /* 32 sec */ in linked_status_chk()
12756 link_count_limit = 7; /* 16 sec */ in linked_status_chk()
12758 link_count_limit = 29; /* 60 sec */ in linked_status_chk()
12821 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12851 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12880 pmlmeinfo->link_count %= (link_count_limit + 1); in linked_status_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_mlme_ext.c12611 int link_count_limit; in linked_status_chk() local
12661 link_count_limit = 3; /* 8 sec */ in linked_status_chk()
12663 link_count_limit = 15; /* 32 sec */ in linked_status_chk()
12668 link_count_limit = 7; /* 16 sec */ in linked_status_chk()
12670 link_count_limit = 29; /* 60 sec */ in linked_status_chk()
12733 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12763 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12792 pmlmeinfo->link_count %= (link_count_limit + 1); in linked_status_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_mlme_ext.c12712 int link_count_limit; in linked_status_chk() local
12758 link_count_limit = 3; /* 8 sec */ in linked_status_chk()
12760 link_count_limit = 15; /* 32 sec */ in linked_status_chk()
12765 link_count_limit = 7; /* 16 sec */ in linked_status_chk()
12767 link_count_limit = 29; /* 60 sec */ in linked_status_chk()
12830 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12860 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12889 pmlmeinfo->link_count %= (link_count_limit + 1); in linked_status_chk()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_mlme_ext.c13276 int link_count_limit; in linked_status_chk() local
13308 link_count_limit = 3; /* 8 sec */ in linked_status_chk()
13310 link_count_limit = 15; /* 32 sec */ in linked_status_chk()
13315 link_count_limit = 7; /* 16 sec */ in linked_status_chk()
13317 link_count_limit = 29; /* 60 sec */ in linked_status_chk()
13380 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
13410 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
13439 pmlmeinfo->link_count %= (link_count_limit + 1); in linked_status_chk()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_mlme_ext.c12887 int link_count_limit; in linked_status_chk() local
12933 link_count_limit = 3; /* 8 sec */ in linked_status_chk()
12935 link_count_limit = 15; /* 32 sec */ in linked_status_chk()
12940 link_count_limit = 7; /* 16 sec */ in linked_status_chk()
12942 link_count_limit = 29; /* 60 sec */ in linked_status_chk()
13005 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
13035 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
13064 pmlmeinfo->link_count %= (link_count_limit + 1); in linked_status_chk()