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

/freebsd-10-stable/sys/dev/age/
H A Dif_age.c112 static void age_dmamap_cb(void *, bus_dma_segment_t *, int, int);
797 age_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nsegs, int error) function
989 AGE_TX_RING_SZ, age_dmamap_cb, &ctx, 0);
1009 AGE_RX_RING_SZ, age_dmamap_cb, &ctx, 0);
1029 AGE_RR_RING_SZ, age_dmamap_cb,
1050 AGE_CMB_BLOCK_SZ, age_dmamap_cb, &ctx, 0);
1070 AGE_SMB_BLOCK_SZ, age_dmamap_cb, &ctx, 0);

Completed in 54 milliseconds