OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sci_rbuf_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sh3/dev/
sci.c
236
u_int
sci_rbuf_size
= SCI_RING_SIZE;
variable in typeref:typename:u_int
426
sc->sc_rbuf = kmem_alloc(
sci_rbuf_size
<< 1, KM_SLEEP);
427
sc->sc_ebuf = sc->sc_rbuf + (
sci_rbuf_size
<< 1);
691
sc->sc_rbavail =
sci_rbuf_size
;
914
scc = cc =
sci_rbuf_size
- sc->sc_rbavail;
916
if (cc ==
sci_rbuf_size
) {
945
get -=
sci_rbuf_size
<< 1;
sci.c
236
u_int
sci_rbuf_size
= SCI_RING_SIZE;
variable in typeref:typename:u_int
426
sc->sc_rbuf = kmem_alloc(
sci_rbuf_size
<< 1, KM_SLEEP);
427
sc->sc_ebuf = sc->sc_rbuf + (
sci_rbuf_size
<< 1);
691
sc->sc_rbavail =
sci_rbuf_size
;
914
scc = cc =
sci_rbuf_size
- sc->sc_rbavail;
916
if (cc ==
sci_rbuf_size
) {
945
get -=
sci_rbuf_size
<< 1;
Completed in 22 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025