Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/age/
H A Dif_age.c100 static void age_dmamap_cb(void *, bus_dma_segment_t *, int, int);
747 age_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nsegs, int error) in age_dmamap_cb() function
926 AGE_TX_RING_SZ, age_dmamap_cb, &ctx, 0); in age_dma_alloc()
946 AGE_RX_RING_SZ, age_dmamap_cb, &ctx, 0); in age_dma_alloc()
966 AGE_RR_RING_SZ, age_dmamap_cb, &ctx, 0); in age_dma_alloc()
986 AGE_CMB_BLOCK_SZ, age_dmamap_cb, &ctx, 0); in age_dma_alloc()
1006 AGE_SMB_BLOCK_SZ, age_dmamap_cb, &ctx, 0); in age_dma_alloc()