Searched refs:IXPCOM_RING_SIZE (Results 1 – 2 of 2) sorted by relevance
215 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()
45 #define IXPCOM_RING_SIZE 2048 macro