Searched refs:rate (Results 176 - 200 of 286) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_upgtvar.h301 uint8_t rate; member in struct:upgt_lmac_rx_desc
H A Dif_zydreg.h63 #define ZYD_MAC_BAS_RATE 0x9630 /* Basic rate setting */
64 #define ZYD_MAC_MAN_RATE 0x9634 /* Mandatory rate setting */
65 #define ZYD_MAC_RTSCTSRATE 0x9638 /* RTS CTS rate */
145 #define ZYD_FW_FIX_TX_RATE 0x0002 /* Fixed TX rate */
1124 uint16_t rate; member in struct:zyd_notif_retry
1152 /* quickly determine if a given rate is CCK or OFDM */
1153 #define ZYD_RATE_IS_OFDM(rate) ((rate) >= 12 && (rate) != 22)
1171 int rate; member in struct:zyd_tx_data
[all...]
/freebsd-11-stable/sys/dev/atkbdc/
H A Datkbd.c262 static int typematic(int delay, int rate);
264 static int typematic_rate(int rate);
1028 case KDSETREPEAT: /* set keyboard repeat rate (new interface) */
1052 case KDSETRAD: /* set keyboard repeat rate (old interface) */
1584 typematic(int delay, int rate) argument
1595 if (rate >= rates[i])
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dac97.c292 "variable rate PCM",
293 "double rate PCM",
295 "variable rate mic",
350 ac97_setrate(struct ac97_info *codec, int which, int rate) argument
367 if (rate != 0) {
368 v = rate;
/freebsd-11-stable/sys/dev/sound/pci/
H A Dcmi.c40 * rate drifts slightly between recordings (usually 0-3%). No
223 cmpci_rate_to_regvalue(int rate) argument
228 if (rate < ((cmi_rates[i] + cmi_rates[i + 1]) / 2)) {
233 DEB(printf("cmpci_rate_to_regvalue: %d -> %d\n", rate, cmi_rates[i]));
429 /* disable if req before rate change */
438 /* enable if req after rate change */
H A Dcs4281.c210 cs4281_rate_to_rv(u_int32_t rate) argument
215 if (rate == cs4281_rates[v]) return v;
218 v = 1536000 / rate;
/freebsd-11-stable/sys/dev/malo/
H A Dif_malohal.c625 * XXX preamble installed after set fixed rate cmd
845 malo_hal_set_rate(struct malo_hal *mh, uint16_t curmode, uint8_t rate) argument
869 if (rate != 0) {
870 /* fixed rate */
872 if (cmd->aprates[i] == rate) {
/freebsd-11-stable/crypto/openssh/
H A Dmisc.c1008 bw->rate = kbps;
1009 bw->thresh = bw->rate;
1037 waitlen = (double)1000000L * bw->lamt / bw->rate;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_geom.c88 uint16_t rate; local
90 error = g_getattr("GEOM::rotation_rate", cp, &rate);
91 if (error == 0 && rate == 1)
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c146 static uint16_t mwl_calcformat(uint8_t rate, const struct ieee80211_node *);
995 * Inform firmware of tx rate parameters.
1007 /* rate used to send management frames */
1009 /* rate used to send multicast frames */
1016 * Inform firmware of tx rate parameters. Called whenever
1030 * Update the h/w rate map.
1034 /* rate used to send management frames */
1036 /* rate used to send multicast frames */
1039 /* while here calculate EAPOL fixed rate cookie */
1048 * Setup a fixed xmit rate cooki
1056 uint8_t rate; local
3006 mwl_cvtlegacyrate(int rate) argument
3032 mwl_calcformat(uint8_t rate, const struct ieee80211_node *ni) argument
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_multicast.c313 src->rate, dst->rate))
752 ah_attr->static_rate = rec->rate;
H A Dib_sa_query.c231 { PATH_REC_FIELD(rate),
295 { MCMEMBER_REC_FIELD(rate),
661 ah_attr->static_rate = rec->rate;
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmachdep.c886 cpu_est_clockrate(int cpu_id, uint64_t *rate) argument
891 if (pc == NULL || rate == NULL)
893 *rate = pc->pc_clock;
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c202 .static_rate = mcast->mcmember.rate,
439 rec.rate = priv->broadcast->mcmember.rate;
/freebsd-11-stable/sys/arm64/arm64/
H A Dmachdep.c450 cpu_est_clockrate(int cpu_id, uint64_t *rate) argument
455 if (pc == NULL || rate == NULL)
461 *rate = pc->pc_clock;
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_raid.c992 * If the current RAID resync rate does not
993 * match our configured rate, update it.
1625 mpt_raid_set_vol_resync_rate(struct mpt_softc *mpt, u_int rate) argument
1629 if ((rate > MPT_RAID_RESYNC_RATE_MAX
1630 || rate < MPT_RAID_RESYNC_RATE_MIN)
1631 && rate != MPT_RAID_RESYNC_RATE_NC)
1635 mpt->raid_resync_rate = rate;
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_init_fw_funcs.c101 /* RL increment value - rate is specified in mbps. the factor of 1.01 was
103 * 2544 test. In this scenario the PF RL was reducing the line rate to 99%
108 #define QM_RL_INC_VAL(rate) OSAL_MAX_T(u32, (u32)(((rate ? rate : 100000) * QM_RL_PERIOD * 101) / (8 * 100)), 1)
339 * - All TCs are considered symmetrical (same rate and packet size)
451 DP_NOTICE(p_hwfn, true, "Invalid VPORT ID for rate limiter configuration\n");
579 DP_NOTICE(p_hwfn, true, "Invalid PF rate limit configuration\n");
638 DP_NOTICE(p_hwfn, true, "Invalid VPORT ID for rate limiter configuration\n");
646 DP_NOTICE(p_hwfn, true, "Invalid VPORT rate
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_node.c249 } else { /* legacy rate handling */
269 * Set/change the channel. The rate set is also updated as
287 * We must install the legacy rate est in ni_rates and the
288 * HT rate set in ni_htrates.
391 * Use a mixed 11b/11g basic rate set.
405 * Force pure 11b rate set.
418 * deauth'd) and reset the bss node (clears key, rate
464 uint8_t rate; local
483 rate = ieee80211_fix_rate(ni, &ni->ni_rates,
485 if (rate
504 uint8_t rate; local
[all...]
H A Dieee80211_ht.c316 int mword, rate; local
323 rate = ieee80211_htrates[index].ht20_rate_800ns;
326 rate = ieee80211_htrates[index].ht20_rate_400ns;
329 rate = ieee80211_htrates[index].ht40_rate_800ns;
332 rate = ieee80211_htrates[index].ht40_rate_400ns;
335 return (rate);
1631 * Install received HT rate set by parsing the HT cap ie.
1665 "WARNING, HT rate set too large; only "
1684 * Mark rates in a node's HT rate set as basic according
1701 "%s", "WARNING, empty HT rate se
[all...]
H A Dieee80211_sta.c1282 uint8_t rate; local
1653 rate = ieee80211_setup_rates(ni, rates, xrates,
1657 if (rate & IEEE80211_RATE_BASIC) {
1660 "%sassoc failed (rate set mismatch)",
/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_ix.c259 * which means that the interrupt rate
2471 unsigned int reg, usec, rate; local
2476 rate = 500000 / usec;
2478 rate = 0;
2479 error = sysctl_handle_int(oidp, &rate, 0, req);
2484 if (rate > 0 && rate < 500000) {
2485 if (rate < 1000)
2486 rate = 1000;
2487 ixgbe_max_interrupt_rate = rate;
[all...]
/freebsd-11-stable/sys/dev/ctau/
H A Dctddk.c144 static void ct_g703_rate (ct_chan_t *c, unsigned long rate) argument
146 c->gopt.rate = rate;
151 * Set up baud rate.
833 /* Degraded minutes -- having error rate more than 10e-6,
H A Dctddk.h151 #define MD1_CLK_1 0 /* 1/1 clock rate */
152 #define MD1_CLK_16 1 /* 1/16 clock rate */
153 #define MD1_CLK_32 2 /* 1/32 clock rate */
154 #define MD1_CLK_64 3 /* 1/64 clock rate */
165 unsigned clk : 2; /* clock rate */
180 #define MD2_DPLL_CLK_8 0 /* x8 ADPLL clock rate */
181 #define MD2_DPLL_CLK_16 1 /* x16 ADPLL clock rate */
182 #define MD2_DPLL_CLK_32 2 /* x32 ADPLL clock rate */
193 unsigned dpll_clk : 2; /* ADPLL clock rate */
256 unsigned long rate; /* dat member in struct:__anon9540
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_nmea.c368 u_int32 rate; local
374 rate = (peer->ttl & NMEA_BAUDRATE_MASK) >> NMEA_BAUDRATE_SHIFT;
376 switch (rate) {
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_bios.h464 u8 rate:4; member in struct:edp_link_params

Completed in 402 milliseconds

1234567891011>>