Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dlink_local.c56 static unsigned nprobes; variable
100 timeout_ms, eth_get_name(), nprobes, nclaims); in configure_wait()
123 nprobes = 0; in link_local_start()
136 if (nprobes < PROBE_NUM) { in link_local_timeout()
139 nprobes++; in link_local_timeout()
141 nprobes, eth_get_name(), &ip); in link_local_timeout()
203 nprobes = 0; in link_local_timeout()
307 nprobes = 0; in link_local_receive_arp()
331 nprobes = 0; in link_local_receive_arp()
341 nprobes = 0; in link_local_receive_arp()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwil_types.h375 __le32 nprobes; /* -1 use default, number of probes per channel */ member
419 __le32 nprobes; /* -1 use default, number of probes per channel */ member
517 __le32 nprobes; /* -1 use default, nr of probes per channel */ member
H A Dp2p.c651 s32 nprobes; in brcmf_p2p_escan() local
732 nprobes = active / WL_SCAN_JOIN_PROBE_INTERVAL_MS; in brcmf_p2p_escan()
734 nprobes = active / P2PAPI_SCAN_NPROBS_TIME_MS; in brcmf_p2p_escan()
737 if (nprobes <= 0) in brcmf_p2p_escan()
738 nprobes = 1; in brcmf_p2p_escan()
740 brcmf_dbg(INFO, "nprobes # %d, active_time %d\n", nprobes, active); in brcmf_p2p_escan()
742 sparams->nprobes = cpu_to_le32(nprobes); in brcmf_p2p_escan()
H A Dcfg80211.c1057 params_le->nprobes = params_v2_le->nprobes; in brcmf_scan_params_v2_to_v1()
1098 params_le->nprobes = cpu_to_le32(-1); in brcmf_escan_prep()
2546 ext_join_params->scan_le.nprobes = in brcmf_cfg80211_connect()
2552 ext_join_params->scan_le.nprobes = cpu_to_le32(-1); in brcmf_cfg80211_connect()