Searched refs:AMR_NSEG (Results 1 – 4 of 4) sorted by relevance
282 AMR_NSEG, /* nsegments */ in amr_pci_attach()298 AMR_NSEG, /* nsegments */ in amr_pci_attach()554 segsize = sizeof(struct amr_sg64entry) * AMR_NSEG * AMR_MAXCMD; in amr_sglist_map()556 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()
1993 (ac->ac_slot * AMR_NSEG * sizeof(struct amr_sg64entry)); in amr_alloccmd_cluster()1994 ac->ac_sg.sg64 = sc->amr_sg64table + (ac->ac_slot * AMR_NSEG); in amr_alloccmd_cluster()1997 (ac->ac_slot * AMR_NSEG * sizeof(struct amr_sgentry)); in amr_alloccmd_cluster()1998 ac->ac_sg.sg32 = sc->amr_sgtable + (ac->ac_slot * AMR_NSEG); in amr_alloccmd_cluster()2449 sg = sc->amr_sgtable + (ac->ac_slot * AMR_NSEG);
79 #define AMR_NSEG 26 macro