QE_PKT_BUF_SZ
sc->sc_rb.rb_ntbuf * QE_PKT_BUF_SZ +
sc->sc_rb.rb_nrbuf * QE_PKT_BUF_SZ;
bp = sc->sc_rb.rb_rxbuf + (idx % sc->sc_rb.rb_nrbuf) * QE_PKT_BUF_SZ;
bp = sc->sc_rb.rb_txbuf + (idx % sc->sc_rb.rb_ntbuf) * QE_PKT_BUF_SZ;
QEC_XD_OWN | (QE_PKT_BUF_SZ & QEC_XD_LENGTH);
qec_meminit(&sc->sc_rb, QE_PKT_BUF_SZ);