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

123

/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxgehal-config.h1597 * @min_bandwidth: Minimum Guaranteed bandwidth
1598 * @max_bandwidth: Maximum allowed bandwidth
2040 * @bandwidth_limit: Desired bandwidth limit for this vpath.
2177 u32 bandwidth; member in struct:vxge_hal_vp_config_t
/freebsd-11-stable/contrib/wpa/src/ap/
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
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.c3738 sum +=p_PortsBandwidth->portsBandwidths[i].bandwidth;
3740 RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("Sum of ports bandwidth differ from 100%"));
3745 if (p_PortsBandwidth->portsBandwidths[i].bandwidth > maxPercent)
3746 maxPercent = p_PortsBandwidth->portsBandwidths[i].bandwidth;
3752 weight = (uint8_t)((p_PortsBandwidth->portsBandwidths[i].bandwidth * PORT_MAX_WEIGHT )/maxPercent);
3759 if ((uint8_t)((p_PortsBandwidth->portsBandwidths[i].bandwidth * PORT_MAX_WEIGHT ) % maxPercent))
/freebsd-11-stable/sys/cam/
H A Dcam_iosched.c93 bandwidth, /* Limit bandwidth to the drive */ enumerator in enum:__anon5250
98 { "none", "queue_depth", "iops", "bandwidth" };
170 { /* bandwidth */
575 * manipulating the write bandwidth limit for our MV
580 * in reaction to changes in write bandwidth. Unlike the classic
/freebsd-11-stable/contrib/wpa/src/drivers/
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
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300.h1643 ah, rx_status, bandwidth, local_h, csi_frame_body) \
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c984 val->v.uint32 = e->altq.bandwidth;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c2418 freq_params.bandwidth = entry.uint32_value;
2458 freq_params.bandwidth, freq_params.sec_channel_offset,
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
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;
H A Dctrl_iface.c1002 SET_FREQ_SETTING(bandwidth);
1020 freq_params.bandwidth, freq_params.sec_channel_offset,
5606 wpa_printf(MSG_DEBUG, "Unknown max oper bandwidth: %d",
H A Dwpa_supplicant.c2341 /* setup center_freq1, bandwidth */
2368 /* setup center_freq2, bandwidth */
2425 freq->center_freq1, freq->center_freq2, freq->bandwidth);

Completed in 411 milliseconds

123