HomeSort by: relevance | last modified time | path
    Searched refs:BE_PKT_BUF_SZ (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/sbus/
be.c 295 sc->sc_rb.rb_ntbuf * BE_PKT_BUF_SZ +
296 sc->sc_rb.rb_nrbuf * BE_PKT_BUF_SZ;
465 bp = sc->sc_rb.rb_txbuf + (idx % sc->sc_rb.rb_ntbuf) * BE_PKT_BUF_SZ;
496 bp = sc->sc_rb.rb_rxbuf + (idx % sc->sc_rb.rb_nrbuf) * BE_PKT_BUF_SZ;
914 QEC_XD_OWN | (BE_PKT_BUF_SZ & QEC_XD_LENGTH);
1021 qec_meminit(&sc->sc_rb, BE_PKT_BUF_SZ);
bereg.h 305 #define BE_PKT_BUF_SZ 2048

Completed in 41 milliseconds