Home | Sort by: relevance | last modified time | path |
/src/sys/arch/sandpoint/stand/altboot/ | |
fxp.c | 108 volatile uint8_t tx_threshold; member in struct:txdesc 345 txd->tx_threshold = 0x20; |
/src/sys/dev/ic/ | |
i82557.c | 222 static int tx_threshold = 64; variable in typeref:typename:int 946 txd->txd_txcb.tx_threshold = tx_threshold; 1503 if (tx_threshold < 192) 1504 tx_threshold += 64; |
i82557reg.h | 347 volatile uint8_t tx_threshold; member in struct:fxp_cb_tx |