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

/freebsd-12-stable/sys/dev/ex/
H A Dif_ex.c366 sc->tx_lower_limit = sc->rx_mem_size;
370 CSR_WRITE_1(sc, XMT_LOWER_LIMIT_REG, sc->tx_lower_limit >> 8);
387 CSR_WRITE_2(sc, XMT_BAR, sc->tx_lower_limit);
388 sc->tx_head = sc->tx_tail = sc->tx_lower_limit;
490 dest = sc->tx_lower_limit;
493 next = sc->tx_lower_limit +
607 sc->tx_head = sc->tx_tail = sc->tx_lower_limit;
898 CSR_WRITE_2(sc, HOST_ADDR_REG, sc->tx_lower_limit);
926 CSR_WRITE_2(sc, XMT_BAR, sc->tx_lower_limit);
929 sc->tx_head = sc->tx_lower_limit;
[all...]
H A Dif_exvar.h62 u_int tx_lower_limit; /* Lower and upper limits of */ member in struct:ex_softc

Completed in 106 milliseconds