Searched refs:BE_PKT_BUF_SZ (Results 1 – 2 of 2) sorted by relevance
284 sc->sc_rb.rb_ntbuf * BE_PKT_BUF_SZ + in beattach()285 sc->sc_rb.rb_nrbuf * BE_PKT_BUF_SZ; in beattach()451 bp = sc->sc_rb.rb_txbuf + (idx % sc->sc_rb.rb_ntbuf) * BE_PKT_BUF_SZ; in be_put()481 bp = sc->sc_rb.rb_rxbuf + (idx % sc->sc_rb.rb_nrbuf) * BE_PKT_BUF_SZ; in be_get()894 QEC_XD_OWN | (BE_PKT_BUF_SZ & QEC_XD_LENGTH); in berint()987 qec_meminit(&sc->sc_rb, BE_PKT_BUF_SZ); in beinit()
300 #define BE_PKT_BUF_SZ 2048 macro