Searched refs:ICP_MAX_HDRIVES (Results 1 – 4 of 4) sorted by relevance
127 struct icp_cachedrv icp_cdr[ICP_MAX_HDRIVES];128 const struct icp_servicecb *icp_servicecb[ICP_MAX_HDRIVES + ICP_MAXBUS];129 device_t icp_children[ICP_MAX_HDRIVES + ICP_MAXBUS];
297 for (j = 0; j < cdev_cnt && j < ICP_MAX_HDRIVES; j++) { in icp_init()378 for (j = 0; j < cdev_cnt && j < ICP_MAX_HDRIVES; j++) { in icp_init()448 KASSERT(unit < ICP_MAX_HDRIVES); in icp_rescan()540 for (unit = 0; unit < cdev_cnt && unit < ICP_MAX_HDRIVES; unit++) in icp_rescan_all()544 for (; unit < ICP_MAX_HDRIVES; unit++) { in icp_rescan_all()583 for (unit = 0; unit < ICP_MAX_HDRIVES + ICP_MAXBUS; unit++) { in icp_recompute_openings()
187 } __packed hdr_list[ICP_MAX_HDRIVES];
68 #define ICP_MAX_HDRIVES 100 /* max host drive count */ macro