Searched refs:lbufs_next (Results 1 – 3 of 3) sorted by relevance
342 if (sc->lbufs[sc->lbufs_next] != NULL) in he_intr_rbp()343 panic("hatm: lbufs full %u", sc->lbufs_next); in he_intr_rbp()344 sc->lbufs[sc->lbufs_next] = m; in he_intr_rbp()347 sc->rmaps[sc->lbufs_next], in he_intr_rbp()353 sc->rmaps[sc->lbufs_next], in he_intr_rbp()357 MBUF_MAKE_LHANDLE(sc->lbufs_next); in he_intr_rbp()359 if (++sc->lbufs_next == sc->lbufs_size) in he_intr_rbp()360 sc->lbufs_next = 0; in he_intr_rbp()
435 u_int lbufs_next; member
2210 sc->lbufs_next = 0; in hatm_initialize()