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

/openbsd-current/sys/dev/ic/
H A Dfxpreg.h184 volatile u_int8_t tx_threshold; member in struct:fxp_cb_tx
H A Dfxp.c161 static int tx_threshold = 64; variable
724 txc->tx_threshold = tx_threshold;
960 if (tx_threshold < 192)
961 tx_threshold += 64;

Completed in 171 milliseconds