Home
last modified time | relevance | path

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

/freebsd-14.2/tools/tools/ath/athsurvey/
H A Dathsurvey.c78 float max_tx = 0.0, max_rx = 0.0, max_cc = 0.0, max_cext = 0.0; in process_survey_stats() local
129 if (tx > max_tx) in process_survey_stats()
130 max_tx = tx; in process_survey_stats()
159 max_tx, max_rx, max_cc, max_cext); in process_survey_stats()
/freebsd-14.2/sys/dev/axgbe/
H A Dxgbe-sysctl.c157 unsigned int max_tx; member
1110 sys_op->max_tx = tx ? tx - 1 : 0; in sysctl_channels_handler()
1130 sys_op->max_rx, sys_op->max_tx, in sysctl_channels_handler()