re_jbuf
struct re_jbuf *jbuf;
struct re_jbuf *jbuf;
ldata->re_jbuf = kmalloc(sizeof(struct re_jbuf) * RE_JBUF_COUNT(sc),
jbuf = &ldata->re_jbuf[i];
if (ldata->re_jbuf != NULL) {
kfree(ldata->re_jbuf, M_DEVBUF);
ldata->re_jbuf = NULL;
static struct re_jbuf *
struct re_jbuf *jbuf;
static struct re_jbuf *re_jbuf_alloc(struct re_softc *);
struct re_jbuf *jbuf = arg;
if (&ldata->re_jbuf[jbuf->re_slot] != jbuf) {
struct re_jbuf *jbuf = arg;
if (&ldata->re_jbuf[jbuf->re_slot] != jbuf) {
struct re_jbuf *re_jbuf;
SLIST_HEAD(, re_jbuf) re_jbuf_free;
SLIST_ENTRY(re_jbuf) re_link;