Home
last modified time | relevance | path

Searched refs:is_retry (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mlx_sender.h66 IN osmv_txn_ctx_t * p_txn, IN boolean_t is_retry);
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_sender.c65 IN osmv_txn_ctx_t * p_txn, IN boolean_t is_retry) in osmv_simple_send_madw() argument
110 if ((IB_SUCCESS == ret) && (NULL != p_txn) && (!is_retry)) { in osmv_simple_send_madw()
/freebsd/sys/dev/wg/
H A Dif_wg.c1095 wg_timers_run_send_initiation(struct wg_peer *peer, bool is_retry) in wg_timers_run_send_initiation() argument
1097 if (!is_retry) in wg_timers_run_send_initiation()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c3972 int is_retry; in wpa_driver_nl80211_authenticate() local
3977 is_retry = drv->retry_auth; in wpa_driver_nl80211_authenticate()
4099 if (ret == -ENOENT && params->freq && !is_retry) { in wpa_driver_nl80211_authenticate()
4126 } else if (is_retry) { in wpa_driver_nl80211_authenticate()