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

  /src/sys/dev/ata/
ata_raidvar.h 91 u_int aai_interleave; /* stripe size */ member in struct:ataraid_array_info
ata_raid_adaptec.c 136 aai->aai_interleave =
143 aai->aai_interleave = 0;
168 if (aai->aai_interleave == 0)
169 aai->aai_interleave = aai->aai_capacity;
ata_raid_via.c 232 aai->aai_interleave =
242 if (aai->aai_interleave == 0)
243 aai->aai_interleave = aai->aai_capacity;
ld_ataraid.c 416 tbn = bn / aai->aai_interleave;
417 off = bn % aai->aai_interleave;
420 aai->aai_interleave)) {
423 (tbn * aai->aai_interleave)) /
426 cbn = ((tbn / aai->aai_width) * aai->aai_interleave) +
431 cbn = ((tbn / aai->aai_width) * aai->aai_interleave) +
433 rcount = uimin(bcount, dbtob(aai->aai_interleave - off));
652 bv->bv_stripe_size = to_kibytes(ld, aai->aai_interleave);
660 bv->bv_stripe_size = to_kibytes(ld, aai->aai_interleave);
ata_raid_nvidia.c 240 aai->aai_interleave = info->stripe_sectors;
ata_raid_promise.c 175 aai->aai_interleave = 1U << info->raid.stripe_shift;
ata_raid_jmicron.c 236 aai->aai_interleave = 2 << info->stripe_shift;
ata_raid_intel.c 257 aai->aai_interleave = map->stripe_sectors;

Completed in 15 milliseconds