Searched refs:sc_tx_bufsize (Results 1 – 2 of 2) sorted by relevance
78 u_int sc_tx_bufsize; /* Size of TX packet buffer */ member
237 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()