Searched refs:ale_dmamap_cb (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/ale/ |
H A D | if_ale.c | 108 static void ale_dmamap_cb(void *, bus_dma_segment_t *, int, int); 940 ale_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nsegs, int error) in ale_dmamap_cb() function 1126 ALE_TX_RING_SZ, ale_dmamap_cb, &ctx, 0); in ale_dma_alloc() 1150 sc->ale_pagesize, ale_dmamap_cb, &ctx, 0); in ale_dma_alloc() 1173 ALE_TX_CMB_SZ, ale_dmamap_cb, &ctx, 0); in ale_dma_alloc() 1196 ALE_RX_CMB_SZ, ale_dmamap_cb, &ctx, 0); in ale_dma_alloc()
|