OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IXPCOM_RING_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/ixp12x0/
ixp12x0_comvar.h
45
#define
IXPCOM_RING_SIZE
2048
ixp12x0_com.c
215
sc->sc_rbuf = kmem_alloc(
IXPCOM_RING_SIZE
<< 1, KM_SLEEP);
217
sc->sc_rbavail =
IXPCOM_RING_SIZE
;
218
sc->sc_ebuf = sc->sc_rbuf + (
IXPCOM_RING_SIZE
<< 1);
569
sc->sc_rbavail =
IXPCOM_RING_SIZE
;
929
scc = cc =
IXPCOM_RING_SIZE
- sc->sc_rbavail;
931
if (cc ==
IXPCOM_RING_SIZE
) {
969
get -=
IXPCOM_RING_SIZE
<< 1;
Completed in 11 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025