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

/freebsd-13-stable/sys/dev/ale/
H A Dif_ale.c111 static void ale_dmamap_cb(void *, bus_dma_segment_t *, int, int);
963 ale_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nsegs, int error) function
1149 ALE_TX_RING_SZ, ale_dmamap_cb, &ctx, 0);
1173 sc->ale_pagesize, ale_dmamap_cb, &ctx, 0);
1196 ALE_TX_CMB_SZ, ale_dmamap_cb, &ctx, 0);
1219 ALE_RX_CMB_SZ, ale_dmamap_cb, &ctx, 0);

Completed in 67 milliseconds