/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 2939 int try_cnt, int wait_ms) in issue_probereq_ex() argument 2945 ret = _issue_probereq(padapter, pssid, da, ch, append_wps, wait_ms > 0?true:false); in issue_probereq_ex() 2952 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex() 2953 msleep(wait_ms); in issue_probereq_ex() 2955 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex() 2964 if (try_cnt && wait_ms) { in issue_probereq_ex() 2968 ret == _SUCCESS?", acked":"", i, try_cnt, (i + 1) * wait_ms); in issue_probereq_ex() 2972 ret == _SUCCESS?", acked":"", i, try_cnt, (i + 1) * wait_ms); in issue_probereq_ex() 3511 …ata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata() argument 3537 ret = _issue_nulldata(padapter, da, power_mode, wait_ms > 0?true:false); in issue_nulldata() [all …]
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 703 int try_cnt, int wait_ms) in issue_probereq_ex() argument 710 ret = issue_probereq(padapter, pssid, da, wait_ms > 0 ? true : false); in issue_probereq_ex() 717 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex() 718 msleep(wait_ms); in issue_probereq_ex() 720 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex() 727 if (try_cnt && wait_ms) { in issue_probereq_ex() 1272 …ata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata() argument 1286 ret = _issue_nulldata(padapter, da, power_mode, wait_ms > 0 ? true : false); in issue_nulldata() 1293 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_nulldata() 1294 msleep(wait_ms); in issue_nulldata() [all …]
|
/drivers/rapidio/ |
D | rio.h | 31 u8 hopcount, int wait_ms);
|
D | rio.c | 1603 u8 hopcount, int wait_ms) in rio_lock_device() argument 1615 if (wait_ms != 0 && tcnt == wait_ms) { in rio_lock_device()
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme_ext.h | 679 …adapter, struct ndis_802_11_ssid *pssid, u8 *da, u8 ch, bool append_wps, int try_cnt, int wait_ms); 680 …ta(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms); 682 …issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_ms); 684 …issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, int wait_ms);
|
/drivers/staging/rtlwifi/btcoexist/ |
D | halbtcoutsrc.c | 212 u8 *cmd, u32 len, unsigned long wait_ms) in halbtc_send_bt_mp_operation() argument 221 if (wait_ms) /* before h2c to avoid race condition */ in halbtc_send_bt_mp_operation() 272 if (!wait_ms) in halbtc_send_bt_mp_operation() 276 "btmpinfo wait req_num=%d wait=%ld\n", req_num, wait_ms); in halbtc_send_bt_mp_operation() 282 msecs_to_jiffies(wait_ms)) == 0) { in halbtc_send_bt_mp_operation()
|
/drivers/usb/musb/ |
D | musb_dsps.c | 150 static void dsps_mod_timer(struct dsps_glue *glue, int wait_ms) in dsps_mod_timer() argument 154 if (wait_ms < 0) in dsps_mod_timer() 157 wait = msecs_to_jiffies(wait_ms); in dsps_mod_timer()
|
/drivers/net/wireless/realtek/rtlwifi/ |
D | base.h | 139 void rtl_wait_tx_report_acked(struct ieee80211_hw *hw, u32 wait_ms);
|
D | base.c | 1525 void rtl_wait_tx_report_acked(struct ieee80211_hw *hw, u32 wait_ms) in rtl_wait_tx_report_acked() argument 1530 for (i = 0; i < wait_ms; i++) { in rtl_wait_tx_report_acked() 1535 "Wait 1ms (%d/%d) to disable key.\n", i, wait_ms); in rtl_wait_tx_report_acked()
|
/drivers/staging/rtlwifi/ |
D | base.h | 139 void rtl_wait_tx_report_acked(struct ieee80211_hw *hw, u32 wait_ms);
|
D | base.c | 1655 void rtl_wait_tx_report_acked(struct ieee80211_hw *hw, u32 wait_ms) in rtl_wait_tx_report_acked() argument 1660 for (i = 0; i < wait_ms; i++) { in rtl_wait_tx_report_acked() 1665 "Wait 1ms (%d/%d) to disable key.\n", i, wait_ms); in rtl_wait_tx_report_acked()
|
D | wifi.h | 2729 u32 wait_ms; member
|
/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme_ext.h | 560 unsigned int power_mode, int try_cnt, int wait_ms); 562 u16 tid, int try_cnt, int wait_ms);
|
/drivers/staging/rtlwifi/halmac/ |
D | rtl_halmac.c | 233 rtlpriv->halmac.indicator[id].wait_ms = time; in init_halmac_event_with_waittime() 277 comp, rtlpriv->halmac.indicator[id].wait_ms); in wait_halmac_event()
|
/drivers/infiniband/hw/hfi1/ |
D | chip.c | 1087 static int wait_link_transfer_active(struct hfi1_devdata *dd, int wait_ms); 10268 static int wait_link_transfer_active(struct hfi1_devdata *dd, int wait_ms) in wait_link_transfer_active() argument 10274 timeout = jiffies + msecs_to_jiffies(wait_ms); in wait_link_transfer_active()
|