Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtw89/
A Dsar.c632 u8 tx_ratio = env->ifs_clm_tx_ratio; in rtw89_tas_history_update() local
636 if (tx_ratio == 0) { in rtw89_tas_history_update()
644 txpwr = instant_txpwr * tx_ratio; in rtw89_tas_history_update()
648 tas->total_tx_ratio += tx_ratio - tas->tx_ratio_history[tas->tx_ratio_idx]; in rtw89_tas_history_update()
649 tas->tx_ratio_history[tas->tx_ratio_idx] = tx_ratio; in rtw89_tas_history_update()
658 rtw89_linear_to_db_quarter(instant_txpwr), tx_ratio, in rtw89_tas_history_update()
/drivers/net/ethernet/alteon/
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()

Completed in 12 milliseconds