Searched refs:age_dmamap_cb (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/age/ |
H A D | if_age.c | 112 static void age_dmamap_cb(void *, bus_dma_segment_t *, int, int); 776 age_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nsegs, int error) in age_dmamap_cb() function 968 AGE_TX_RING_SZ, age_dmamap_cb, &ctx, 0); in age_dma_alloc() 988 AGE_RX_RING_SZ, age_dmamap_cb, &ctx, 0); in age_dma_alloc() 1008 AGE_RR_RING_SZ, age_dmamap_cb, in age_dma_alloc() 1029 AGE_CMB_BLOCK_SZ, age_dmamap_cb, &ctx, 0); in age_dma_alloc() 1049 AGE_SMB_BLOCK_SZ, age_dmamap_cb, &ctx, 0); in age_dma_alloc()
|