Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/amr/
H A Damrvar.h128 struct amr_sg64entry *sg64;
198 struct amr_sg64entry *amr_sg64table; /* 64bit s/g lists */
H A Damr_pci.c560 segsize = sizeof(struct amr_sg64entry) * AMR_NSEG * AMR_MAXCMD; in amr_sglist_map()
606 sc->amr_sg64table = (struct amr_sg64entry *)p; in amr_sglist_map()
H A Damrreg.h472 struct amr_sg64entry struct
H A Damr.c1528 struct amr_sg64entry *sg64; in amr_setup_sg()
1956 (ac->ac_slot * AMR_NSEG * sizeof(struct amr_sg64entry)); in amr_alloccmd_cluster()