Home
last modified time | relevance | path

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

/freebsd/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/sys/dev/axgbe/
H A Dxgbe-sysctl.c156 unsigned int max_tx; member
1093 sys_op->max_tx = tx ? tx - 1 : 0; in sysctl_channels_handler()
1113 sys_op->max_rx, sys_op->max_tx, in sysctl_channels_handler()