Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_mcx.c2483 int sc_rxbufsz; member
4624 sc->sc_rxbufsz = roundup(mtu + ETHER_ALIGN, sizeof(long)); in mcx_set_port_mtu()
6739 m = MCLGETL(NULL, M_DONTWAIT, sc->sc_rxbufsz); in mcx_rx_fill_slots()
6743 m->m_data += (m->m_ext.ext_size - sc->sc_rxbufsz); in mcx_rx_fill_slots()