Home
last modified time | relevance | path

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

/NextBSD/sys/dev/amr/
HDamrvar.h124 struct amr_sg64entry *sg64;
194 struct amr_sg64entry *amr_sg64table; /* 64bit s/g lists */
HDamr_pci.c554 segsize = sizeof(struct amr_sg64entry) * AMR_NSEG * AMR_MAXCMD; in amr_sglist_map()
601 sc->amr_sg64table = (struct amr_sg64entry *)p; in amr_sglist_map()
HDamrreg.h472 struct amr_sg64entry struct
HDamr.c1565 struct amr_sg64entry *sg64; in amr_setup_sg()
1993 (ac->ac_slot * AMR_NSEG * sizeof(struct amr_sg64entry)); in amr_alloccmd_cluster()