Home
last modified time | relevance | path

Searched refs:tx_threshold (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dfxp.c108 volatile uint8_t tx_threshold; member
345 txd->tx_threshold = 0x20; in fxp_send()
/netbsd-src/sys/dev/ic/
H A Di82557.c222 static int tx_threshold = 64; variable
946 txd->txd_txcb.tx_threshold = tx_threshold; in fxp_start()
1503 if (tx_threshold < 192) in fxp_tick()
1504 tx_threshold += 64; in fxp_tick()
H A Di82557reg.h347 volatile uint8_t tx_threshold; member