/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 2921 int try_cnt, int wait_ms) in issue_probereq_ex() argument 2928 wait_ms > 0); in issue_probereq_ex() 2935 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex() 2936 msleep(wait_ms); in issue_probereq_ex() 2938 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex() 2947 if (try_cnt && wait_ms) { in issue_probereq_ex() 2951 ret == _SUCCESS?", acked":"", i, try_cnt, (i + 1) * wait_ms); in issue_probereq_ex() 2955 ret == _SUCCESS?", acked":"", i, try_cnt, (i + 1) * wait_ms); in issue_probereq_ex() 3491 …ata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata() argument 3517 ret = _issue_nulldata(padapter, da, power_mode, wait_ms > 0); in issue_nulldata() [all …]
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 687 int try_cnt, int wait_ms) in issue_probereq_ex() argument 694 ret = issue_probereq(padapter, pssid, da, wait_ms > 0); in issue_probereq_ex() 701 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex() 702 msleep(wait_ms); in issue_probereq_ex() 704 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex() 711 if (try_cnt && wait_ms) { in issue_probereq_ex() 1250 unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata() argument 1264 ret = _issue_nulldata(padapter, da, power_mode, wait_ms > 0); in issue_nulldata() 1271 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_nulldata() 1272 msleep(wait_ms); in issue_nulldata() [all …]
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme_ext.h | 653 …adapter, struct ndis_802_11_ssid *pssid, u8 *da, u8 ch, bool append_wps, int try_cnt, int wait_ms); 654 …ta(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms); 656 …issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_ms); 658 …issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, int wait_ms);
|
/drivers/rapidio/ |
D | rio.h | 27 u8 hopcount, int wait_ms);
|
D | rio.c | 1598 u8 hopcount, int wait_ms) in rio_lock_device() argument 1610 if (wait_ms != 0 && tcnt == wait_ms) { in rio_lock_device()
|
/drivers/net/wireless/realtek/rtlwifi/ |
D | base.h | 91 void rtl_wait_tx_report_acked(struct ieee80211_hw *hw, u32 wait_ms);
|
D | base.c | 1702 void rtl_wait_tx_report_acked(struct ieee80211_hw *hw, u32 wait_ms) in rtl_wait_tx_report_acked() argument 1707 for (i = 0; i < wait_ms; i++) { in rtl_wait_tx_report_acked() 1712 "Wait 1ms (%d/%d) to disable key.\n", i, wait_ms); in rtl_wait_tx_report_acked()
|
/drivers/usb/musb/ |
D | musb_dsps.c | 134 static void dsps_mod_timer(struct dsps_glue *glue, int wait_ms) in dsps_mod_timer() argument 139 if (wait_ms < 0) in dsps_mod_timer() 142 wait = msecs_to_jiffies(wait_ms); in dsps_mod_timer()
|
/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | halbtcoutsrc.c | 185 u8 *cmd, u32 len, unsigned long wait_ms) in halbtc_send_bt_mp_operation() argument 194 if (wait_ms) /* before h2c to avoid race condition */ in halbtc_send_bt_mp_operation() 250 if (!wait_ms) in halbtc_send_bt_mp_operation() 254 "btmpinfo wait req_num=%d wait=%ld\n", req_num, wait_ms); in halbtc_send_bt_mp_operation() 260 msecs_to_jiffies(wait_ms)) == 0) { in halbtc_send_bt_mp_operation()
|
/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme_ext.h | 544 unsigned int power_mode, int try_cnt, int wait_ms); 546 u16 tid, int try_cnt, int wait_ms);
|
/drivers/infiniband/hw/hfi1/ |
D | chip.c | 1103 static int wait_link_transfer_active(struct hfi1_devdata *dd, int wait_ms); 10379 static int wait_link_transfer_active(struct hfi1_devdata *dd, int wait_ms) in wait_link_transfer_active() argument 10385 timeout = jiffies + msecs_to_jiffies(wait_ms); in wait_link_transfer_active()
|