HomeSort by: relevance | last modified time | path
    Searched refs:gdm_segs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/marvell/
if_gfevar.h 54 int gdm_nsegs; /* # of segment in gdm_segs */
57 bus_dma_segment_t gdm_segs[GE_DMSEG_MAX]; /* dma segment of tx memory */ member in struct:gfe_dmamem
if_gfe.c 557 gdm->gdm_size, gdm->gdm_segs, gdm->gdm_maxsegs, &gdm->gdm_nsegs,
562 error = bus_dmamem_map(sc->sc_dmat, gdm->gdm_segs, gdm->gdm_nsegs,
601 bus_dmamem_free(sc->sc_dmat, gdm->gdm_segs, gdm->gdm_nsegs);

Completed in 13 milliseconds