Home
last modified time | relevance | path

Searched refs:chim_idx (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/dev/hyperv/netvsc/
H A Dif_hn.c713 hn_chim_free(struct hn_softc *sc, uint32_t chim_idx) in hn_chim_free() argument
718 idx = chim_idx / LONG_BIT; in hn_chim_free()
720 ("invalid chimney index 0x%x", chim_idx)); in hn_chim_free()
722 mask = 1UL << (chim_idx % LONG_BIT); in hn_chim_free()
726 sc->hn_chim_bmap[idx], chim_idx, idx, mask)); in hn_chim_free()