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

/freebsd-12-stable/sys/dev/xl/
H A Dif_xl.c1344 sc->xl_tx_thresh = XL_MIN_FRAMELEN;
2128 sc->xl_tx_thresh < XL_PACKET_SIZE) {
2129 sc->xl_tx_thresh += XL_MIN_FRAMELEN;
2131 "tx underrun, increasing tx start threshold to %d bytes\n", sc->xl_tx_thresh);
2134 XL_CMD_TX_SET_START|sc->xl_tx_thresh);
2765 CSR_WRITE_2(sc, XL_COMMAND, XL_CMD_TX_SET_START|sc->xl_tx_thresh);
H A Dif_xlreg.h607 u_int16_t xl_tx_thresh; member in struct:xl_softc

Completed in 173 milliseconds