HomeSort by: relevance | last modified time | path
    Searched defs:scif_rbuf_size (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sh3/dev/
scif.c 272 static unsigned int scif_rbuf_size = SCIF_RING_SIZE; variable in typeref:typename:unsigned int
506 sc->sc_rbuf = kmem_alloc(scif_rbuf_size << 1, KM_SLEEP);
507 sc->sc_ebuf = sc->sc_rbuf + (scif_rbuf_size << 1);
795 sc->sc_rbavail = scif_rbuf_size;
1037 scc = cc = scif_rbuf_size - sc->sc_rbavail;
1039 if (cc == scif_rbuf_size) {
1068 get -= scif_rbuf_size << 1;
scif.c 272 static unsigned int scif_rbuf_size = SCIF_RING_SIZE; variable in typeref:typename:unsigned int
506 sc->sc_rbuf = kmem_alloc(scif_rbuf_size << 1, KM_SLEEP);
507 sc->sc_ebuf = sc->sc_rbuf + (scif_rbuf_size << 1);
795 sc->sc_rbavail = scif_rbuf_size;
1037 scc = cc = scif_rbuf_size - sc->sc_rbavail;
1039 if (cc == scif_rbuf_size) {
1068 get -= scif_rbuf_size << 1;
scif.c 272 static unsigned int scif_rbuf_size = SCIF_RING_SIZE; variable in typeref:typename:unsigned int
506 sc->sc_rbuf = kmem_alloc(scif_rbuf_size << 1, KM_SLEEP);
507 sc->sc_ebuf = sc->sc_rbuf + (scif_rbuf_size << 1);
795 sc->sc_rbavail = scif_rbuf_size;
1037 scc = cc = scif_rbuf_size - sc->sc_rbavail;
1039 if (cc == scif_rbuf_size) {
1068 get -= scif_rbuf_size << 1;
scif.c 272 static unsigned int scif_rbuf_size = SCIF_RING_SIZE; variable in typeref:typename:unsigned int
506 sc->sc_rbuf = kmem_alloc(scif_rbuf_size << 1, KM_SLEEP);
507 sc->sc_ebuf = sc->sc_rbuf + (scif_rbuf_size << 1);
795 sc->sc_rbavail = scif_rbuf_size;
1037 scc = cc = scif_rbuf_size - sc->sc_rbavail;
1039 if (cc == scif_rbuf_size) {
1068 get -= scif_rbuf_size << 1;

Completed in 55 milliseconds