Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dseeq8005var.h78 u_int sc_tx_bufsize; /* Size of TX packet buffer */ member
H A Dseeq8005.c237 sc->sc_tx_bufsize = sc->sc_tx_bufs * EA_TX_BUFFER_SIZE; in seeq8005_attach()
238 sc->sc_rx_bufsize = sc->sc_buffersize - sc->sc_tx_bufsize; in seeq8005_attach()
246 sc->sc_tx_bufsize >> 10, sc->sc_tx_bufs, sc->sc_rx_bufsize >> 10); in seeq8005_attach()
778 SEEQ_WRITE16(sc, iot, ioh, SEEQ_BUFWIN, (sc->sc_tx_bufsize>> 8) - 1); in ea_init()
799 sc->sc_rx_ptr = sc->sc_tx_bufsize; in ea_init()
1156 if (__predict_false(ptr < sc->sc_tx_bufsize || in ea_rxint()