Home
last modified time | relevance | path

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

/freebsd/sys/dev/thunderbolt/
H A Dnhi.c555 sc->ring0_frames = frames; in nhi_alloc_ring0()
611 if (sc->ring0_frames != NULL) { in nhi_free_ring0()
612 bus_dmamem_free(sc->ring0_dmat, sc->ring0_frames, in nhi_free_ring0()
614 sc->ring0_frames = NULL; in nhi_free_ring0()
H A Dnhi_var.h178 void *ring0_frames; member