Searched refs:n_probes (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/ck/src/ |
H A D | ck_hs.c | 297 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 D | ck_rhs.c | 104 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 D | ck_ht.c | 192 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 D | wmi.h | 3207 __le32 n_probes; member 3332 u32 n_probes; member
|
H A D | wmi.c | 2391 cmd->n_probes = cpu_to_le32(arg->n_probes); in ath12k_wmi_send_scan_start_cmd()
|
/freebsd/sys/dev/wpi/ |
H A D | if_wpi.c | 4012 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 D | wmi.h | 3244 u32 n_probes; member 3379 u32 n_probes; member
|
H A D | wmi.c | 2399 cmd->n_probes = params->n_probes; in ath11k_wmi_send_scan_start_cmd()
|
/freebsd/sys/dev/iwn/ |
H A D | if_iwn.c | 6933 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()
|