HomeSort by: relevance | last modified time | path
    Searched refs:aai_width (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/ata/
ata_raid_via.c 195 aai->aai_width = info->stripe_layout & VIA_L_DISKS;
196 aai->aai_capacity = aai->aai_width * info->disk_sectors;
201 aai->aai_width = 1;
202 aai->aai_capacity = aai->aai_width * info->disk_sectors;
207 aai->aai_width = info->stripe_layout & VIA_L_DISKS;
208 aai->aai_capacity = (aai->aai_width - 1) * info->disk_sectors;
213 aai->aai_width = 1;
ata_raid_jmicron.c 211 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;
ata_raidvar.h 92 u_int aai_width; /* array width */ member in struct:ataraid_array_info
ld_ataraid.c 170 ld->sc_maxxfer = MAXPHYS * aai->aai_width; /* XXX */
424 aai->aai_width;
426 cbn = ((tbn / aai->aai_width) * aai->aai_interleave) +
430 comp = tbn % aai->aai_width;
431 cbn = ((tbn / aai->aai_width) * aai->aai_interleave) +
442 if (mirror && comp < aai->aai_width) {
443 comp += aai->aai_width;
467 if (mirror && !read && comp < aai->aai_width) {
468 comp += aai->aai_width;
533 cbp->cb_comp < aai->aai_width) {
    [all...]
ata_raid_adaptec.c 138 aai->aai_width = be16toh(info->configs[0].total_disks);
144 aai->aai_width = be16toh(info->configs[0].total_disks)
ata_raid_intel.c 232 aai->aai_width = map->total_disks;
236 aai->aai_width = 1;
ata_raid_nvidia.c 241 aai->aai_width = info->array_width;
ata_raid_promise.c 176 aai->aai_width = info->raid.array_width;

Completed in 14 milliseconds