Searched refs:s1q_mem (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/fatm/
H A Dif_fatmvar.h206 struct fatm_mem s1q_mem; /* Small buffer 1 queue */ member in struct:fatm_softc
H A Dif_fatm.c833 &statp, &card_stat, sc->s1q_mem.mem, sc->s1q_mem.paddr);
1141 H_SYNCQ_PREWRITE(&sc->s1q_mem, bd,
2597 destroy_dma_memoryX(&sc->s1q_mem);
2924 sc->s1q_mem.size = SMALL_SUPPLY_QLEN *
2926 sc->s1q_mem.align = 32;
2936 (error = alloc_dma_memoryX(sc, "S1Q", &sc->s1q_mem)) != 0 ||
2943 (error = alloc_dma_memory(sc, "S1Q", &sc->s1q_mem)) != 0 ||

Completed in 107 milliseconds