Home
last modified time | relevance | path

Searched refs:tx_chk (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A Drtw_mlme_ext.c4628 int tx_chk = _SUCCESS, rx_chk = _SUCCESS; in linked_status_chk() local
4640 tx_chk = _FAIL; in linked_status_chk()
4642 if (pmlmeext->active_keep_alive_check && (rx_chk == _FAIL || tx_chk == _FAIL)) { in linked_status_chk()
4654 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == 0xf) || rx_chk != _SUCCESS) { in linked_status_chk()
4655 tx_chk = issue_nulldata(padapter, psta->hwaddr, 0, 3, 1); in linked_status_chk()
4657 if (tx_chk == _SUCCESS && !is_p2p_enable) in linked_status_chk()
4679 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == 0xf) in linked_status_chk()
4680 tx_chk = issue_nulldata(padapter, NULL, 0, 1, 0); in linked_status_chk()
4696 if (tx_chk == _FAIL) { in linked_status_chk()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mlme_ext.c10728 int tx_chk = _SUCCESS, rx_chk = _SUCCESS; local
10783 tx_chk = _FAIL;
10786 if (!from_timer && pmlmeext->active_keep_alive_check && (rx_chk == _FAIL || tx_chk == _FAIL)
10809 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) {
10811 tx_chk = issue_nulldata(padapter, psta->phl_sta->mac_addr, 1, 3, 1);
10813 tx_chk = issue_nulldata(padapter, psta->phl_sta->mac_addr, 0, 3, 1);
10818 if (tx_chk == _SUCCESS && !is_p2p_gc)
10842 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) {
10847 tx_chk = issue_nulldata(padapter, NULL, 1, 0, 0);
10849 tx_chk = issue_nulldata(padapter, NULL, 0, 1, 1);
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mlme_ext.c10757 int tx_chk = _SUCCESS, rx_chk = _SUCCESS; local
10812 tx_chk = _FAIL;
10815 if (!from_timer && pmlmeext->active_keep_alive_check && (rx_chk == _FAIL || tx_chk == _FAIL)
10838 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) {
10840 tx_chk = issue_nulldata(padapter, psta->phl_sta->mac_addr, 1, 3, 1);
10842 tx_chk = issue_nulldata(padapter, psta->phl_sta->mac_addr, 0, 3, 1);
10847 if (tx_chk == _SUCCESS && !is_p2p_gc)
10871 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) {
10876 tx_chk = issue_nulldata(padapter, NULL, 1, 0, 0);
10878 tx_chk = issue_nulldata(padapter, NULL, 0, 1, 1);
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c5682 int tx_chk = _SUCCESS, rx_chk = _SUCCESS; in linked_status_chk() local
5702 tx_chk = _FAIL; in linked_status_chk()
5716 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) { in linked_status_chk()
5720 tx_chk = issue_nulldata_in_interrupt(padapter, NULL); in linked_status_chk()
5737 if (tx_chk == _FAIL) { in linked_status_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_mlme_ext.c12757 int tx_chk = _SUCCESS, rx_chk = _SUCCESS; in linked_status_chk() local
12843 tx_chk = _FAIL; in linked_status_chk()
12846 if (!from_timer && pmlmeext->active_keep_alive_check && (rx_chk == _FAIL || tx_chk == _FAIL) in linked_status_chk()
12877 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12879 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 1, 3, 1); in linked_status_chk()
12881 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 0, 3, 1); in linked_status_chk()
12883 if (tx_chk == _SUCCESS && !is_p2p_enable) in linked_status_chk()
12907 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12917 tx_chk = issue_nulldata(padapter, NULL, 1, 0, 0); in linked_status_chk()
12919 tx_chk = issue_nulldata(padapter, NULL, 0, 1, 1); in linked_status_chk()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_mlme_ext.c12483 int tx_chk = _SUCCESS, rx_chk = _SUCCESS; in linked_status_chk() local
12555 tx_chk = _FAIL; in linked_status_chk()
12558 if (!from_timer && pmlmeext->active_keep_alive_check && (rx_chk == _FAIL || tx_chk == _FAIL) in linked_status_chk()
12589 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12591 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 1, 3, 1); in linked_status_chk()
12593 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 0, 3, 1); in linked_status_chk()
12595 if (tx_chk == _SUCCESS && !is_p2p_enable) in linked_status_chk()
12619 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12629 tx_chk = issue_nulldata(padapter, NULL, 1, 0, 0); in linked_status_chk()
12631 tx_chk = issue_nulldata(padapter, NULL, 0, 1, 1); in linked_status_chk()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_mlme_ext.c12491 int tx_chk = _SUCCESS, rx_chk = _SUCCESS; in linked_status_chk() local
12577 tx_chk = _FAIL; in linked_status_chk()
12580 if (!from_timer && pmlmeext->active_keep_alive_check && (rx_chk == _FAIL || tx_chk == _FAIL) in linked_status_chk()
12611 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12613 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 1, 3, 1); in linked_status_chk()
12615 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 0, 3, 1); in linked_status_chk()
12617 if (tx_chk == _SUCCESS && !is_p2p_enable) in linked_status_chk()
12641 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12651 tx_chk = issue_nulldata(padapter, NULL, 1, 0, 0); in linked_status_chk()
12653 tx_chk = issue_nulldata(padapter, NULL, 0, 1, 1); in linked_status_chk()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_mlme_ext.c12756 int tx_chk = _SUCCESS, rx_chk = _SUCCESS; in linked_status_chk() local
12842 tx_chk = _FAIL; in linked_status_chk()
12845 if (!from_timer && pmlmeext->active_keep_alive_check && (rx_chk == _FAIL || tx_chk == _FAIL) in linked_status_chk()
12876 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12878 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 1, 3, 1); in linked_status_chk()
12880 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 0, 3, 1); in linked_status_chk()
12882 if (tx_chk == _SUCCESS && !is_p2p_enable) in linked_status_chk()
12906 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12916 tx_chk = issue_nulldata(padapter, NULL, 1, 0, 0); in linked_status_chk()
12918 tx_chk = issue_nulldata(padapter, NULL, 0, 1, 1); in linked_status_chk()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_mlme_ext.c12408 int tx_chk = _SUCCESS, rx_chk = _SUCCESS; in linked_status_chk() local
12494 tx_chk = _FAIL; in linked_status_chk()
12497 if (!from_timer && pmlmeext->active_keep_alive_check && (rx_chk == _FAIL || tx_chk == _FAIL) in linked_status_chk()
12528 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12530 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 1, 3, 1); in linked_status_chk()
12532 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 0, 3, 1); in linked_status_chk()
12534 if (tx_chk == _SUCCESS && !is_p2p_enable) in linked_status_chk()
12558 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12568 tx_chk = issue_nulldata(padapter, NULL, 1, 0, 0); in linked_status_chk()
12570 tx_chk = issue_nulldata(padapter, NULL, 0, 1, 1); in linked_status_chk()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_mlme_ext.c13299 int tx_chk = _SUCCESS, rx_chk = _SUCCESS; in linked_status_chk() local
13385 tx_chk = _FAIL; in linked_status_chk()
13388 if (!from_timer && pmlmeext->active_keep_alive_check && (rx_chk == _FAIL || tx_chk == _FAIL) in linked_status_chk()
13419 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
13421 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 1, 3, 1); in linked_status_chk()
13423 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 0, 3, 1); in linked_status_chk()
13425 if (tx_chk == _SUCCESS && !is_p2p_enable) in linked_status_chk()
13449 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
13459 tx_chk = issue_nulldata(padapter, NULL, 1, 0, 0); in linked_status_chk()
13461 tx_chk = issue_nulldata(padapter, NULL, 0, 1, 1); in linked_status_chk()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_mlme_ext.c12743 int tx_chk = _SUCCESS, rx_chk = _SUCCESS; in linked_status_chk() local
12829 tx_chk = _FAIL; in linked_status_chk()
12832 if (!from_timer && pmlmeext->active_keep_alive_check && (rx_chk == _FAIL || tx_chk == _FAIL) in linked_status_chk()
12863 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12865 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 1, 3, 1); in linked_status_chk()
12867 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 0, 3, 1); in linked_status_chk()
12869 if (tx_chk == _SUCCESS && !is_p2p_enable) in linked_status_chk()
12893 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12903 tx_chk = issue_nulldata(padapter, NULL, 1, 0, 0); in linked_status_chk()
12905 tx_chk = issue_nulldata(padapter, NULL, 0, 1, 1); in linked_status_chk()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_mlme_ext.c12701 int tx_chk = _SUCCESS, rx_chk = _SUCCESS; in linked_status_chk() local
12787 tx_chk = _FAIL; in linked_status_chk()
12790 if (!from_timer && pmlmeext->active_keep_alive_check && (rx_chk == _FAIL || tx_chk == _FAIL) in linked_status_chk()
12821 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12823 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 1, 3, 1); in linked_status_chk()
12825 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 0, 3, 1); in linked_status_chk()
12827 if (tx_chk == _SUCCESS && !is_p2p_enable) in linked_status_chk()
12851 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12861 tx_chk = issue_nulldata(padapter, NULL, 1, 0, 0); in linked_status_chk()
12863 tx_chk = issue_nulldata(padapter, NULL, 0, 1, 1); in linked_status_chk()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_mlme_ext.c12609 int tx_chk = _SUCCESS, rx_chk = _SUCCESS; in linked_status_chk() local
12699 tx_chk = _FAIL; in linked_status_chk()
12702 if (!from_timer && pmlmeext->active_keep_alive_check && (rx_chk == _FAIL || tx_chk == _FAIL) in linked_status_chk()
12733 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12735 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 1, 3, 1); in linked_status_chk()
12737 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 0, 3, 1); in linked_status_chk()
12739 if (tx_chk == _SUCCESS && !is_p2p_enable) in linked_status_chk()
12763 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12773 tx_chk = issue_nulldata(padapter, NULL, 1, 0, 0); in linked_status_chk()
12775 tx_chk = issue_nulldata(padapter, NULL, 0, 1, 1); in linked_status_chk()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_mlme_ext.c12710 int tx_chk = _SUCCESS, rx_chk = _SUCCESS; in linked_status_chk() local
12796 tx_chk = _FAIL; in linked_status_chk()
12799 if (!from_timer && pmlmeext->active_keep_alive_check && (rx_chk == _FAIL || tx_chk == _FAIL) in linked_status_chk()
12830 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12832 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 1, 3, 1); in linked_status_chk()
12834 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 0, 3, 1); in linked_status_chk()
12836 if (tx_chk == _SUCCESS && !is_p2p_enable) in linked_status_chk()
12860 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12870 tx_chk = issue_nulldata(padapter, NULL, 1, 0, 0); in linked_status_chk()
12872 tx_chk = issue_nulldata(padapter, NULL, 0, 1, 1); in linked_status_chk()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_mlme_ext.c13274 int tx_chk = _SUCCESS, rx_chk = _SUCCESS; in linked_status_chk() local
13346 tx_chk = _FAIL; in linked_status_chk()
13349 if (!from_timer && pmlmeext->active_keep_alive_check && (rx_chk == _FAIL || tx_chk == _FAIL) in linked_status_chk()
13380 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
13382 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 1, 3, 1); in linked_status_chk()
13384 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 0, 3, 1); in linked_status_chk()
13386 if (tx_chk == _SUCCESS && !is_p2p_enable) in linked_status_chk()
13410 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
13420 tx_chk = issue_nulldata(padapter, NULL, 1, 0, 0); in linked_status_chk()
13422 tx_chk = issue_nulldata(padapter, NULL, 0, 1, 1); in linked_status_chk()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_mlme_ext.c12885 int tx_chk = _SUCCESS, rx_chk = _SUCCESS; in linked_status_chk() local
12971 tx_chk = _FAIL; in linked_status_chk()
12974 if (!from_timer && pmlmeext->active_keep_alive_check && (rx_chk == _FAIL || tx_chk == _FAIL) in linked_status_chk()
13005 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
13007 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 1, 3, 1); in linked_status_chk()
13009 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 0, 3, 1); in linked_status_chk()
13011 if (tx_chk == _SUCCESS && !is_p2p_enable) in linked_status_chk()
13035 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
13045 tx_chk = issue_nulldata(padapter, NULL, 1, 0, 0); in linked_status_chk()
13047 tx_chk = issue_nulldata(padapter, NULL, 0, 1, 1); in linked_status_chk()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_mlme_ext.c12366 int tx_chk = _SUCCESS, rx_chk = _SUCCESS; in linked_status_chk() local
12453 tx_chk = _FAIL; in linked_status_chk()
12456 if (pmlmeext->active_keep_alive_check && (rx_chk == _FAIL || tx_chk == _FAIL) in linked_status_chk()
12481 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12482 tx_chk = issue_nulldata(padapter, psta->cmn.mac_addr, 0, 3, 1); in linked_status_chk()
12484 if (tx_chk == _SUCCESS && !is_p2p_enable) in linked_status_chk()
12508 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12518 tx_chk = issue_nulldata_in_interrupt(padapter, NULL, _TRUE); in linked_status_chk()
12520 tx_chk = _issue_nulldata(padapter, in linked_status_chk()
12540 if (tx_chk == _FAIL) in linked_status_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_mlme_ext.c12443 int tx_chk = _SUCCESS, rx_chk = _SUCCESS; in linked_status_chk() local
12507 tx_chk = _FAIL; in linked_status_chk()
12510 if (pmlmeext->active_keep_alive_check && (rx_chk == _FAIL || tx_chk == _FAIL)) { in linked_status_chk()
12522 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12523 tx_chk = issue_nulldata(padapter, psta->hwaddr, 0, 3, 1); in linked_status_chk()
12525 if (tx_chk == _SUCCESS && !is_p2p_enable) in linked_status_chk()
12548 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) { in linked_status_chk()
12552 tx_chk = issue_nulldata_in_interrupt(padapter, NULL, from_timer?1:0); in linked_status_chk()
12569 if (tx_chk == _FAIL) { in linked_status_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_mlme_ext.c12319 int tx_chk = _SUCCESS, rx_chk = _SUCCESS; in linked_status_chk() local
12386 tx_chk = _FAIL; in linked_status_chk()
12389 if (pmlmeext->active_keep_alive_check && (rx_chk == _FAIL || tx_chk == _FAIL)) { in linked_status_chk()
12401 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12402 tx_chk = issue_nulldata(padapter, psta->hwaddr, 0, 3, 1); in linked_status_chk()
12404 if (tx_chk == _SUCCESS && !is_p2p_enable) in linked_status_chk()
12427 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) { in linked_status_chk()
12431 tx_chk = issue_nulldata_in_interrupt(padapter, NULL, from_timer?1:0); in linked_status_chk()
12451 if (tx_chk == _FAIL) { in linked_status_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_mlme_ext.c12017 int tx_chk = _SUCCESS, rx_chk = _SUCCESS; in linked_status_chk() local
12090 tx_chk = _FAIL; in linked_status_chk()
12093 if (pmlmeext->active_keep_alive_check && (rx_chk == _FAIL || tx_chk == _FAIL) in linked_status_chk()
12111 if ((tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit) || rx_chk != _SUCCESS) { in linked_status_chk()
12112 tx_chk = issue_nulldata(padapter, psta->hwaddr, 0, 3, 1); in linked_status_chk()
12114 if (tx_chk == _SUCCESS && !is_p2p_enable) in linked_status_chk()
12136 if (tx_chk != _SUCCESS && pmlmeinfo->link_count++ == link_count_limit in linked_status_chk()
12145 tx_chk = issue_nulldata_in_interrupt(padapter, NULL, from_timer ? 1 : 0); in linked_status_chk()
12161 if (tx_chk == _FAIL) in linked_status_chk()