Searched refs:AMR_NSEG (Results 1 – 4 of 4) sorted by relevance
283 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()
233 sc->amrd_disk->d_maxsize = (AMR_NSEG - 1) * PAGE_SIZE; in amrd_attach()
2035 (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);
79 #define AMR_NSEG 26 macro