amr_sglist_helper
bus_dmamap_load(sc->amr_sg_dmat, sc->amr_sg_dmamap, p, segsize, amr_sglist_helper, &sc->amr_sgbusaddr, 0);
sizeof(struct amr_mailbox64), amr_sglist_helper, &baddr, 0);
ccbsize, amr_sglist_helper, &sc->amr_ccb_busaddr, 0);
static void amr_sglist_helper(void *arg, bus_dma_segment_t *segs, int nseg, int error);