Searched refs:bandwidth (Results 51 - 75 of 77) sorted by relevance

1234

/netbsd-current/usr.sbin/altq/libaltq/
H A Dquip_server.c255 ifinfo->qdisc->qname, (double)ifinfo->bandwidth/1000000,
/netbsd-current/sys/dev/i2c/
H A Dzl10353.c244 /* 3. Set bandwidth. */
245 if ((rv = zl10353_set_bw(zl, fp->u.ofdm.bandwidth)) != 0)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/
H A Dcnd_aors_n.asm54 C * This runs optimally at decoder bandwidth on K10. It has not been tuned
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dieee802_11_shared.c939 int ap_seg1_idx, int *bandwidth, int *seg1_idx)
954 * the supported channel bandwidth.
980 * bandwidth.
993 *bandwidth = requested_bw < ap_max_chanwidth ?
938 get_tx_parameters(struct sta_info *sta, int ap_max_chanwidth, int ap_seg1_idx, int *bandwidth, int *seg1_idx) argument
H A Dwpa_auth_glue.c844 int *bandwidth, int *seg1_idx)
856 return get_tx_parameters(sta, ap_max_chanwidth, ap_seg1_idx, bandwidth,
842 hostapd_get_sta_tx_params(void *ctx, const u8 *addr, int ap_max_chanwidth, int ap_seg1_idx, int *bandwidth, int *seg1_idx) argument
H A Dctrl_iface_ap.c864 SET_CSA_SETTING(bandwidth);
H A Dwpa_auth.c2794 int ap_seg1_idx, int *bandwidth, int *seg1_idx)
2802 bandwidth, seg1_idx);
2793 get_sta_tx_parameters(struct wpa_state_machine *sm, int ap_max_chanwidth, int ap_seg1_idx, int *bandwidth, int *seg1_idx) argument
/netbsd-current/sys/altq/
H A Daltq_priq.c625 priq_attach(struct ifaltq *ifq, u_int bandwidth) argument
632 pif->pif_bandwidth = bandwidth;
H A Daltq_jobs.c150 jobs_attach(struct ifaltq *ifq, u_int bandwidth, u_int qlimit, u_int separate) argument
158 jif->jif_bandwidth = bandwidth;
162 printf("JoBS bandwidth = %d bps\n", (int)bandwidth);
1957 if ((jif = jobs_attach(&ifp->if_snd, ap->bandwidth, ap->qlimit, ap->separate)) == NULL)
H A Daltq_hfsc.c1712 hfsc_attach(struct ifaltq *ifq, u_int bandwidth) argument
2010 if ((hif = hfsc_attach(&ifp->if_snd, ap->bandwidth)) == NULL)
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dmesh.c466 switch (params->freq.bandwidth) {
H A Dp2p_supplicant.c3445 * In 80 MHz, the bandwidth "spans" 12 channels (e.g., 36-48),
3506 * In 160 MHz, the bandwidth "spans" 28 channels (e.g., 36-64),
6324 * @vht_chwidth: channel bandwidth for GO operating with VHT support
9160 csa_settings.freq_params.bandwidth = conf->secondary_channel ? 40 : 20;
9200 csa_settings.freq_params.bandwidth = 80;
9203 csa_settings.freq_params.bandwidth = 160;
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc32/v9/
H A Daddmul_1.asm45 C memory bandwidth limited, this could save 1.5 cycles/limb.
H A Dsubmul_1.asm45 C memory bandwidth limited, this could save 1.5 cycles/limb.
H A Dmul_1.asm45 C memory bandwidth limited, this could save 1.5 cycles/limb.
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_nl80211.c4301 params->freq->bandwidth != bss->bandwidth) {
4303 "nl80211: Update BSS %s bandwidth: %d -> %d",
4304 bss->ifname, bss->bandwidth,
4305 params->freq->bandwidth);
4314 bss->bandwidth = params->freq->bandwidth;
4322 bss->bandwidth = params->freq->bandwidth;
4358 wpa_printf(MSG_DEBUG, " * bandwidth
[all...]
H A Ddriver.h61 /* Allowed bandwidth mask */
739 * Non-zero only for bandwidth 80 and an 80+80 channel
744 * bandwidth - Channel bandwidth in MHz (20, 40, 80, 160)
746 int bandwidth; member in struct:hostapd_freq_params
1393 * freq - Channel parameters for dynamic bandwidth changes
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-802_11.c892 "insufficient bandwidth to handle another QoS "
1055 "TS deleted because QoS AP lacks sufficient bandwidth for this "
1060 "Disassociated because QoS AP lacks sufficient bandwidth for this "
2784 * MCS index, it also includes bandwidth
2985 * And we know both the bandwidth and
2996 * We don't know both the bandwidth
3073 uint8_t bandwidth; local
3119 rc = nd_cpack_uint8(ndo, s, &bandwidth);
3151 vht_bandwidth[bandwidth & IEEE80211_RADIOTAP_VHT_BANDWIDTH_MASK]);
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/bt1/
H A Dmul_basecase.asm46 C multiply insn bandwidth, without any apparent loop branch exit pipeline
H A Dsqr_basecase.asm46 C multiply insn bandwidth, without any apparent loop branch exit pipeline
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparc1234/
H A Dmul_1.asm61 C to get high IEU bandwidth. (12 of the 14 cycles will be free for 2 IEU
H A Daddmul_1.asm62 C to get high IEU bandwidth. (12 of the 14 cycles will be free for 2 IEU
/netbsd-current/sys/dev/usb/
H A Duhci.c77 /* Use bandwidth reclamation for control transfers. Some devices choke on it. */
1083 * This is what intel calls "bandwidth reclamation" and improves
3282 vf->bandwidth++;
3321 vf->bandwidth--;
3349 * bandwidth left over.
3354 bw += sc->sc_vframes[MOD(i * ival + offs)].bandwidth;
/netbsd-current/sys/dist/pf/net/
H A Dpfvar.h1292 u_int32_t ifbandwidth; /* interface bandwidth */
1298 u_int32_t bandwidth; /* queue bandwidth */ member in struct:pf_altq
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c2418 freq_params.bandwidth = entry.uint32_value;
2458 freq_params.bandwidth, freq_params.sec_channel_offset,

Completed in 570 milliseconds

1234