Home
last modified time | relevance | path

Searched refs:tx_ratio (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Dsar.c633 u8 tx_ratio = env->ifs_clm_tx_ratio; in rtw89_tas_history_update() local
637 if (tx_ratio == 0) { in rtw89_tas_history_update()
645 txpwr = instant_txpwr * tx_ratio; in rtw89_tas_history_update()
649 tas->total_tx_ratio += tx_ratio - tas->tx_ratio_history[tas->tx_ratio_idx]; in rtw89_tas_history_update()
650 tas->tx_ratio_history[tas->tx_ratio_idx] = tx_ratio; in rtw89_tas_history_update()
659 rtw89_linear_to_db_quarter(instant_txpwr), tx_ratio, in rtw89_tas_history_update()
/linux/drivers/net/ethernet/alteon/
H A Dacenic.c397 static int tx_ratio[ACE_MAX_MOD_PARMS]; variable
414 module_param_array(tx_ratio, int, NULL, 0);
421 MODULE_PARM_DESC(tx_ratio, "AceNIC/3C985/GA620 ratio of NIC memory used for TX/RX descriptors (rang…
1354 if ((tx_ratio[board_idx] > 0) && (tx_ratio[board_idx] < 64)) in ace_init()
1355 writel(tx_ratio[board_idx], &regs->TxBufRat); in ace_init()
1516 if (!tx_ratio[board_idx]) in ace_set_rxtx_parms()
1531 if (!tx_ratio[board_idx]) in ace_set_rxtx_parms()