Home
last modified time | relevance | path

Searched refs:wait_ms (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c53 u8 *da, int try_cnt, int wait_ms);
59 unsigned short reason, int try_cnt, int wait_ms);
2783 int try_cnt, int wait_ms) in issue_probereq_ex() argument
2791 wait_ms > 0 ? true : false); in issue_probereq_ex()
2798 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex()
2799 msleep(wait_ms); in issue_probereq_ex()
2801 } while((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex()
2808 if (try_cnt && wait_ms) { in issue_probereq_ex()
3429 unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata23a() argument
3443 wait_ms > 0 ? true : false); in issue_nulldata23a()
[all …]
/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c2372 int try_cnt, int wait_ms) in issue_probereq_ex() argument
2379 ret = _issue_probereq(padapter, pssid, da, wait_ms > 0 ? true : false); in issue_probereq_ex()
2386 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex()
2387 msleep(wait_ms); in issue_probereq_ex()
2389 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex()
2396 if (try_cnt && wait_ms) { in issue_probereq_ex()
2944 …ata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata() argument
2957 ret = _issue_nulldata(padapter, da, power_mode, wait_ms > 0 ? true : false); in issue_nulldata()
2964 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_nulldata()
2965 msleep(wait_ms); in issue_nulldata()
[all …]
/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h579 u8 *da, int try_cnt, int wait_ms);
581 unsigned int power_mode, int try_cnt, int wait_ms);
583 u16 tid, int try_cnt, int wait_ms);
587 int try_cnt, int wait_ms);
/drivers/rapidio/
Drio.h32 u8 hopcount, int wait_ms);
Drio.c1291 u8 hopcount, int wait_ms) in rio_lock_device() argument
1303 if (wait_ms != 0 && tcnt == wait_ms) { in rio_lock_device()
/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h562 unsigned int power_mode, int try_cnt, int wait_ms);
564 int try_cnt, int wait_ms);