Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ex/
Dif_ex.c362 sc->tx_lower_limit = sc->rx_mem_size; in ex_init_locked()
366 CSR_WRITE_1(sc, XMT_LOWER_LIMIT_REG, sc->tx_lower_limit >> 8); in ex_init_locked()
383 CSR_WRITE_2(sc, XMT_BAR, sc->tx_lower_limit); in ex_init_locked()
384 sc->tx_head = sc->tx_tail = sc->tx_lower_limit; in ex_init_locked()
486 dest = sc->tx_lower_limit; in ex_start_locked()
489 next = sc->tx_lower_limit + in ex_start_locked()
603 sc->tx_head = sc->tx_tail = sc->tx_lower_limit; in ex_stop()
901 CSR_WRITE_2(sc, HOST_ADDR_REG, sc->tx_lower_limit); in ex_setmulti()
929 CSR_WRITE_2(sc, XMT_BAR, sc->tx_lower_limit); in ex_setmulti()
932 sc->tx_head = sc->tx_lower_limit; in ex_setmulti()
Dif_exvar.h60 u_int tx_lower_limit; /* Lower and upper limits of */ member