Searched refs:AHD_NSEG (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic79xx_osm.h116 #define AHD_NSEG (roundup(btoc(AHD_MAXPHYS) + 1, 16)) macro
H A Dahd_pci.c118 /*nsegments*/AHD_NSEG,
H A Daic79xx.c5211 list_size = sizeof(struct ahd_dma_seg) * AHD_NSEG;
5213 list_size = sizeof(struct ahd_dma64_seg) * AHD_NSEG;
5231 /* Start out with the minimum required for AHD_NSEG. */
6360 /*maxsize*/(AHD_NSEG - 1) * PAGE_SIZE,
6361 /*nsegments*/AHD_NSEG,

Completed in 104 milliseconds