Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/ixp12x0/
H A Dixp12x0_com.c215 sc->sc_rbuf = kmem_alloc(IXPCOM_RING_SIZE << 1, KM_SLEEP); in ixpcom_attach_subr()
217 sc->sc_rbavail = IXPCOM_RING_SIZE; in ixpcom_attach_subr()
218 sc->sc_ebuf = sc->sc_rbuf + (IXPCOM_RING_SIZE << 1); in ixpcom_attach_subr()
569 sc->sc_rbavail = IXPCOM_RING_SIZE; in ixpcomopen()
929 scc = cc = IXPCOM_RING_SIZE - sc->sc_rbavail; in ixpcom_rxsoft()
931 if (cc == IXPCOM_RING_SIZE) { in ixpcom_rxsoft()
969 get -= IXPCOM_RING_SIZE << 1; in ixpcom_rxsoft()
H A Dixp12x0_comvar.h45 #define IXPCOM_RING_SIZE 2048 macro