tx_x 3698 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c enum radio_path path, u32 tx_x, u32 tx_y) tx_x 3709 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c rtl_set_bbreg(hw, 0xcd4, 0x000007ff, tx_x); tx_x 3712 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c tx_x, tx_y); tx_x 3753 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c int tx_x = 0, tx_y = 0, rx_x = 0, rx_y = 0, tx_average = 0, rx_average = 0; tx_x 4385 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c tx_x = ((tx_x0[i]>>21) + (tx_x0[ii]>>21))/2; tx_x 4397 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/phy.c _rtl8821ae_iqk_tx_fill_iqc(hw, path, tx_x, tx_y); /* ? */ tx_x 86 net/dccp/ccids/ccid3.c hc->tx_t_ipi = scaled_div32(((u64)hc->tx_s) << 6, hc->tx_x); tx_x 90 net/dccp/ccids/ccid3.c hc->tx_s, (unsigned int)(hc->tx_x >> 6)); tx_x 115 net/dccp/ccids/ccid3.c const __u64 old_x = hc->tx_x; tx_x 131 net/dccp/ccids/ccid3.c hc->tx_x = min(((__u64)hc->tx_x_calc) << 6, min_rate); tx_x 132 net/dccp/ccids/ccid3.c hc->tx_x = max(hc->tx_x, (((__u64)hc->tx_s) << 6) / TFRC_T_MBI); tx_x 136 net/dccp/ccids/ccid3.c hc->tx_x = min(2 * hc->tx_x, min_rate); tx_x 137 net/dccp/ccids/ccid3.c hc->tx_x = max(hc->tx_x, tx_x 142 net/dccp/ccids/ccid3.c if (hc->tx_x != old_x) { tx_x 145 net/dccp/ccids/ccid3.c (unsigned int)(hc->tx_x >> 6), hc->tx_x_calc, tx_x 216 net/dccp/ccids/ccid3.c hc->tx_x = max(hc->tx_x / 2, tx_x 241 net/dccp/ccids/ccid3.c (unsigned long long)hc->tx_x); tx_x 301 net/dccp/ccids/ccid3.c hc->tx_x = rfc3390_initial_rate(sk); tx_x 311 net/dccp/ccids/ccid3.c hc->tx_x = hc->tx_s; tx_x 312 net/dccp/ccids/ccid3.c hc->tx_x <<= 6; tx_x 395 net/dccp/ccids/ccid3.c hc->tx_x = rfc3390_initial_rate(sk); tx_x 420 net/dccp/ccids/ccid3.c (unsigned int)(hc->tx_x >> 6)); tx_x 527 net/dccp/ccids/ccid3.c tfrc.tfrctx_x = hc->tx_x; tx_x 84 net/dccp/ccids/ccid3.h u64 tx_x; tx_x 32 net/dccp/trace.h __field(__u64, tx_x) tx_x 59 net/dccp/trace.h __entry->tx_x = hc->tx_x >> 6; tx_x 73 net/dccp/trace.h __entry->tx_x_calc, __entry->tx_x_recv, __entry->tx_x,