Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/amr/
Damr_pci.c283 AMR_NSEG, /* nsegments */ in amr_pci_attach()
299 AMR_NSEG, /* nsegments */ in amr_pci_attach()
550 segsize = sizeof(struct amr_sg64entry) * AMR_NSEG * AMR_MAXCMD; in amr_sglist_map()
552 segsize = sizeof(struct amr_sgentry) * AMR_NSEG * AMR_MAXCMD; in amr_sglist_map()
Damr_disk.c233 sc->amrd_disk->d_maxsize = (AMR_NSEG - 1) * PAGE_SIZE; in amrd_attach()
Damr.c2035 (ac->ac_slot * AMR_NSEG * sizeof(struct amr_sg64entry)); in amr_alloccmd_cluster()
2036 ac->ac_sg.sg64 = sc->amr_sg64table + (ac->ac_slot * AMR_NSEG); in amr_alloccmd_cluster()
2039 (ac->ac_slot * AMR_NSEG * sizeof(struct amr_sgentry)); in amr_alloccmd_cluster()
2040 ac->ac_sg.sg32 = sc->amr_sgtable + (ac->ac_slot * AMR_NSEG); in amr_alloccmd_cluster()
2491 sg = sc->amr_sgtable + (ac->ac_slot * AMR_NSEG);
Damrreg.h79 #define AMR_NSEG 26 macro