Home
last modified time | relevance | path

Searched refs:n_probes (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/ck/src/
H A Dck_hs.c297 unsigned long n_probes) in ck_hs_map_bound_set() argument
301 if (n_probes > m->probe_maximum) in ck_hs_map_bound_set()
302 ck_pr_store_uint(&m->probe_maximum, n_probes); in ck_hs_map_bound_set()
304 if (m->probe_bound != NULL && m->probe_bound[offset] < n_probes) { in ck_hs_map_bound_set()
305 if (n_probes > CK_HS_WORD_MAX) in ck_hs_map_bound_set()
306 n_probes = CK_HS_WORD_MAX; in ck_hs_map_bound_set()
308 CK_HS_STORE(&m->probe_bound[offset], n_probes); in ck_hs_map_bound_set()
426 unsigned long *n_probes, in ck_hs_map_probe() argument
486 *n_probes = probes; in ck_hs_map_probe()
527 *n_probes = probes; in ck_hs_map_probe()
[all …]
H A Dck_rhs.c104 unsigned long *n_probes,
455 unsigned long n_probes) in ck_rhs_map_bound_set() argument
460 if (n_probes > m->probe_maximum) in ck_rhs_map_bound_set()
461 ck_pr_store_uint(&m->probe_maximum, n_probes); in ck_rhs_map_bound_set()
465 if (desc->probe_bound < n_probes) { in ck_rhs_map_bound_set()
466 if (n_probes > CK_RHS_WORD_MAX) in ck_rhs_map_bound_set()
467 n_probes = CK_RHS_WORD_MAX; in ck_rhs_map_bound_set()
469 CK_RHS_STORE(&desc->probe_bound, n_probes); in ck_rhs_map_bound_set()
582 unsigned long *n_probes, in ck_rhs_map_probe_rm() argument
614 probes = *n_probes; in ck_rhs_map_probe_rm()
[all …]
H A Dck_ht.c192 CK_HT_TYPE n_probes) in ck_ht_map_bound_set() argument
196 if (n_probes > m->probe_maximum) in ck_ht_map_bound_set()
197 CK_HT_TYPE_STORE(&m->probe_maximum, n_probes); in ck_ht_map_bound_set()
199 if (m->probe_bound != NULL && m->probe_bound[offset] < n_probes) { in ck_ht_map_bound_set()
200 if (n_probes >= CK_HT_WORD_MAX) in ck_ht_map_bound_set()
201 n_probes = CK_HT_WORD_MAX; in ck_ht_map_bound_set()
203 CK_HT_STORE(&m->probe_bound[offset], n_probes); in ck_ht_map_bound_set()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.h3207 __le32 n_probes; member
3332 u32 n_probes; member
H A Dwmi.c2391 cmd->n_probes = cpu_to_le32(arg->n_probes); in ath12k_wmi_send_scan_start_cmd()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c4012 struct ieee80211_channel *c, uint8_t n_probes) in wpi_get_active_dwell_time() argument
4017 WPI_ACTIVE_DWELL_FACTOR_2GHZ * (n_probes + 1)); in wpi_get_active_dwell_time()
4022 WPI_ACTIVE_DWELL_FACTOR_5GHZ * (n_probes + 1)); in wpi_get_active_dwell_time()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.h3244 u32 n_probes; member
3379 u32 n_probes; member
H A Dwmi.c2399 cmd->n_probes = params->n_probes; in ath11k_wmi_send_scan_start_cmd()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c6933 struct ieee80211_channel *c, uint8_t n_probes) in iwn_get_active_dwell_time() argument
6938 IWN_ACTIVE_DWELL_FACTOR_2GHZ * (n_probes + 1)); in iwn_get_active_dwell_time()
6943 IWN_ACTIVE_DWELL_FACTOR_5GHZ * (n_probes + 1)); in iwn_get_active_dwell_time()