HomeSort by: relevance | last modified time | path
    Searched refs:tx_threshold (Results 1 - 3 of 3) sorted by relevancy

  /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/
i82557reg.h 347 volatile uint8_t tx_threshold; member in struct:fxp_cb_tx
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;

Completed in 14 milliseconds