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

/freebsd-13-stable/tools/tools/ath/athsurvey/
H A Dathsurvey.c80 float max_tx = 0.0, max_rx = 0.0, max_cc = 0.0, max_cext = 0.0; local
131 if (tx > max_tx)
132 max_tx = tx;
161 max_tx, max_rx, max_cc, max_cext);
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe-sysctl.c159 unsigned int max_tx; member in struct:sysctl_op
1112 sys_op->max_tx = tx ? tx - 1 : 0;
1132 sys_op->max_rx, sys_op->max_tx,

Completed in 69 milliseconds