Searched refs:aai_width (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/dev/ata/
H A Data_raid_via.c196 aai->aai_width = info->stripe_layout & VIA_L_DISKS;
197 aai->aai_capacity = aai->aai_width * info->disk_sectors;
202 aai->aai_width = 1;
203 aai->aai_capacity = aai->aai_width * info->disk_sectors;
208 aai->aai_width = info->stripe_layout & VIA_L_DISKS;
209 aai->aai_capacity = (aai->aai_width - 1) * info->disk_sectors;
214 aai->aai_width = 1;
H A Data_raid_jmicron.c211 aai->aai_width = total_disks;
215 aai->aai_width = 1;
219 aai->aai_width = total_disks / 2;
223 aai->aai_width = total_disks;
235 aai->aai_capacity = disk_size * aai->aai_width;
H A Data_raidvar.h92 u_int aai_width; /* array width */ member in struct:ataraid_array_info
H A Dld_ataraid.c170 ld->sc_maxxfer = MAXPHYS * aai->aai_width; /* XXX */
420 aai->aai_width;
422 cbn = ((tbn / aai->aai_width) * aai->aai_interleave) +
426 comp = tbn % aai->aai_width;
427 cbn = ((tbn / aai->aai_width) * aai->aai_interleave) +
438 if (mirror && comp < aai->aai_width) {
439 comp += aai->aai_width;
463 if (mirror && !read && comp < aai->aai_width) {
464 comp += aai->aai_width;
529 cbp->cb_comp < aai->aai_width) {
[all...]
H A Data_raid_adaptec.c138 aai->aai_width = be16toh(info->configs[0].total_disks);
144 aai->aai_width = be16toh(info->configs[0].total_disks)
H A Data_raid_intel.c232 aai->aai_width = map->total_disks;
236 aai->aai_width = 1;
H A Data_raid_promise.c176 aai->aai_width = info->raid.array_width;
H A Data_raid_nvidia.c241 aai->aai_width = info->array_width;

Completed in 202 milliseconds