/Linux-v4.19/drivers/staging/vt6656/ |
D | rxtx.c | 136 u16 current_rate) in vnt_get_rtscts_rsvtime_le() argument 146 frame_length, current_rate); in vnt_get_rtscts_rsvtime_le() 411 u16 current_rate = tx_context->tx_rate; in vnt_rxtx_rts_g_head() local 423 current_rate); in vnt_rxtx_rts_g_head() 426 current_rate); in vnt_rxtx_rts_g_head() 437 u16 current_rate = tx_context->tx_rate; in vnt_rxtx_rts_g_fb_head() local 450 current_rate); in vnt_rxtx_rts_g_fb_head() 453 current_rate); in vnt_rxtx_rts_g_fb_head() 481 u16 current_rate = tx_context->tx_rate; in vnt_rxtx_rts_ab_head() local 489 current_rate); in vnt_rxtx_rts_ab_head() [all …]
|
D | wcmd.c | 124 vnt_rf_setpower(priv, priv->current_rate, in vnt_run_command()
|
D | main_usb.c | 646 priv->current_rate = RATE_1M; in vnt_config() 648 priv->current_rate = RATE_54M; in vnt_config() 650 vnt_rf_setpower(priv, priv->current_rate, in vnt_config() 707 vnt_rf_setpower(priv, priv->current_rate, in vnt_bss_info_changed()
|
D | rxtx.h | 215 __le16 current_rate; member
|
D | device.h | 340 u16 current_rate; member
|
/Linux-v4.19/drivers/clk/ |
D | clk-multiplier.c | 57 unsigned long parent_rate, current_rate, best_rate = ~0; in __bestmult() local 89 current_rate = parent_rate * i; in __bestmult() 91 if (__is_best_rate(rate, current_rate, best_rate, flags)) { in __bestmult() 93 best_rate = current_rate; in __bestmult()
|
/Linux-v4.19/drivers/staging/vt6655/ |
D | rxtx.c | 951 tx_buffer_head->current_rate = cpu_to_le16(wCurrentRate); in s_vGenerateTxParameter() 1279 u16 tx_body_size = skb->len, current_rate; in vnt_generate_fifo_header() local 1289 current_rate = rate->hw_value; in vnt_generate_fifo_header() 1290 if (priv->wCurrentRate != current_rate && in vnt_generate_fifo_header() 1292 priv->wCurrentRate = current_rate; in vnt_generate_fifo_header() 1298 if (current_rate > RATE_11M) { in vnt_generate_fifo_header() 1377 tx_buffer_head->current_rate = cpu_to_le16(current_rate); in vnt_generate_fifo_header() 1380 if (current_rate >= RATE_18M && ieee80211_is_data(hdr->frame_control)) { in vnt_generate_fifo_header() 1413 u16 current_rate; in vnt_beacon_xmit() local 1418 current_rate = RATE_6M; in vnt_beacon_xmit() [all …]
|
D | rxtx.h | 170 __le16 current_rate; member
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | rs.c | 881 rs_fill_link_cmd(priv, lq_sta, tbl->current_rate); in rs_bt_update_lq() 1304 tbl->current_rate = rate_n_flags_from_tbl(priv, tbl, rate, is_green); in rs_switch_to_mimo2() 1307 tbl->current_rate, is_green); in rs_switch_to_mimo2() 1360 tbl->current_rate = rate_n_flags_from_tbl(priv, tbl, rate, is_green); in rs_switch_to_mimo3() 1363 tbl->current_rate, is_green); in rs_switch_to_mimo3() 1410 tbl->current_rate = rate_n_flags_from_tbl(priv, tbl, rate, is_green); in rs_switch_to_siso() 1412 tbl->current_rate, is_green); in rs_switch_to_siso() 1502 &search_tbl->current_rate, search_tbl)) { in rs_move_legacy_other() 1668 &search_tbl->current_rate, search_tbl)) { in rs_move_siso_to_other() 1720 search_tbl->current_rate = in rs_move_siso_to_other() [all …]
|
D | rs.h | 319 u32 current_rate; /* rate_n_flags, uCode API format */ member
|
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/ |
D | 4965-rs.c | 1215 tbl->current_rate = in il4965_rs_switch_to_mimo2() 1218 D_RATE("LQ: Switch to new mcs %X idx is green %X\n", tbl->current_rate, in il4965_rs_switch_to_mimo2() 1263 tbl->current_rate = in il4965_rs_switch_to_siso() 1265 D_RATE("LQ: Switch to new mcs %X idx is green %X\n", tbl->current_rate, in il4965_rs_switch_to_siso() 1315 (valid_tx_ant, &search_tbl->current_rate, in il4965_rs_move_legacy_other() 1431 (valid_tx_ant, &search_tbl->current_rate, in il4965_rs_move_siso_to_other() 1485 search_tbl->current_rate = in il4965_rs_move_siso_to_other() 1551 (valid_tx_ant, &search_tbl->current_rate, in il4965_rs_move_mimo2_to_other() 1609 search_tbl->current_rate = in il4965_rs_move_mimo2_to_other() 1842 idx = il4965_hwrate_to_plcp_idx(tbl->current_rate); in il4965_rs_rate_scale_perform() [all …]
|
D | common.h | 2778 u32 current_rate; /* rate_n_flags, uCode API format */ member
|
/Linux-v4.19/drivers/clk/ti/ |
D | fapll.c | 360 unsigned long current_rate, frac_rate; in ti_fapll_synth_get_frac_rate() local 363 current_rate = ti_fapll_synth_recalc_rate(hw, parent_rate); in ti_fapll_synth_get_frac_rate() 365 frac_rate = current_rate * post_div_m; in ti_fapll_synth_get_frac_rate()
|
/Linux-v4.19/net/netfilter/ |
D | xt_hashlimit.c | 100 u_int64_t current_rate; member 557 ((dh->rateinfo.current_rate * interval) > in rateinfo_recalc() 559 dh->rateinfo.current_rate = 0; in rateinfo_recalc() 590 dh->rateinfo.current_rate = 0; in rateinfo_init() 772 dh->rateinfo.current_rate += cost; in hashlimit_mt_common() 775 (dh->rateinfo.current_rate <= dh->rateinfo.burst)) { in hashlimit_mt_common()
|
/Linux-v4.19/sound/pci/oxygen/ |
D | xonar_pcm179x.c | 228 unsigned int current_rate; member 342 data->current_rate = 48000; in pcm1796_init() 616 if (data->current_rate <= 48000 && !data->h6) in update_pcm1796_oversampling() 630 data->current_rate = params_rate(params); in set_pcm1796_params()
|
/Linux-v4.19/sound/pci/rme9652/ |
D | hdsp.c | 1132 int current_rate; in hdsp_set_rate() local 1165 current_rate = hdsp->system_sample_rate; in hdsp_set_rate() 1182 if (current_rate > 48000) in hdsp_set_rate() 1187 if (current_rate > 48000) in hdsp_set_rate() 1192 if (current_rate > 48000) in hdsp_set_rate() 1197 if (current_rate <= 48000 || current_rate > 96000) in hdsp_set_rate() 1202 if (current_rate <= 48000 || current_rate > 96000) in hdsp_set_rate() 1207 if (current_rate <= 48000 || current_rate > 96000) in hdsp_set_rate() 1212 if (current_rate < 128000) in hdsp_set_rate() 1217 if (current_rate < 128000) in hdsp_set_rate() [all …]
|
D | hdspm.c | 1639 int current_rate; in hdspm_set_rate() local 1682 current_rate = hdspm->system_sample_rate; in hdspm_set_rate() 1694 if (current_rate <= 48000) in hdspm_set_rate() 1696 else if (current_rate <= 96000) in hdspm_set_rate() 1758 if (AES32 == hdspm->io_type && rate != current_rate) in hdspm_set_rate()
|
/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/ |
D | halmac_api_88xx.h | 376 u8 current_rate, u8 fixrate_en, u8 *new_rate);
|
D | halmac_api_88xx.c | 5863 u8 current_rate, u8 fixrate_en, u8 *new_rate) in halmac_cfg_csi_rate_88xx() argument 5890 if (current_rate != HALMAC_OFDM54) { in halmac_cfg_csi_rate_88xx() 5901 if (current_rate != HALMAC_OFDM24) { in halmac_cfg_csi_rate_88xx()
|
/Linux-v4.19/drivers/staging/ks7010/ |
D | ks_wlan.h | 466 u8 current_rate; member
|
D | ks_hostif.c | 883 priv->current_rate = (link_speed & RATE_MASK); in hostif_phy_information_confirm() 2187 priv->current_rate = 4; in hostif_status_init()
|
D | ks_wlan_net.c | 649 vwrq->bitrate.value = ((priv->current_rate) & RATE_MASK) * 500000; in ks_wlan_get_rate()
|
/Linux-v4.19/drivers/staging/rtlwifi/halmac/ |
D | halmac_type.h | 1880 struct halmac_adapter *halmac_adapter, u8 rssi, u8 current_rate,
|
/Linux-v4.19/Documentation/networking/ |
D | ip-sysctl.txt | 659 to current rate. (current_rate = cwnd * mss / srtt) 667 to current rate. (current_rate = cwnd * mss / srtt)
|