Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c2939 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/
Drtw_mlme_ext.c703 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/
Drio.h31 u8 hopcount, int wait_ms);
Drio.c1603 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/
Drtw_mlme_ext.h679 …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/
Dhalbtcoutsrc.c212 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/
Dmusb_dsps.c150 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/
Dbase.h139 void rtl_wait_tx_report_acked(struct ieee80211_hw *hw, u32 wait_ms);
Dbase.c1525 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/
Dbase.h139 void rtl_wait_tx_report_acked(struct ieee80211_hw *hw, u32 wait_ms);
Dbase.c1655 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()
Dwifi.h2729 u32 wait_ms; member
/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h560 unsigned int power_mode, int try_cnt, int wait_ms);
562 u16 tid, int try_cnt, int wait_ms);
/drivers/staging/rtlwifi/halmac/
Drtl_halmac.c233 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/
Dchip.c1087 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()