Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c724 hn_chim_free(struct hn_softc *sc, uint32_t chim_idx) in hn_chim_free() argument
729 idx = chim_idx / LONG_BIT; in hn_chim_free()
731 ("invalid chimney index 0x%x", chim_idx)); in hn_chim_free()
733 mask = 1UL << (chim_idx % LONG_BIT); in hn_chim_free()
737 sc->hn_chim_bmap[idx], chim_idx, idx, mask)); in hn_chim_free()