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

/freebsd-9.3-release/sys/dev/ex/
H A Dif_ex.c362 sc->tx_lower_limit = sc->rx_mem_size;
366 CSR_WRITE_1(sc, XMT_LOWER_LIMIT_REG, sc->tx_lower_limit >> 8);
383 CSR_WRITE_2(sc, XMT_BAR, sc->tx_lower_limit);
384 sc->tx_head = sc->tx_tail = sc->tx_lower_limit;
486 dest = sc->tx_lower_limit;
489 next = sc->tx_lower_limit +
603 sc->tx_head = sc->tx_tail = sc->tx_lower_limit;
901 CSR_WRITE_2(sc, HOST_ADDR_REG, sc->tx_lower_limit);
929 CSR_WRITE_2(sc, XMT_BAR, sc->tx_lower_limit);
932 sc->tx_head = sc->tx_lower_limit;
[all...]
H A Dif_exvar.h60 u_int tx_lower_limit; /* Lower and upper limits of */ member in struct:ex_softc

Completed in 159 milliseconds