Searched refs:eslots (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/dev/ahci/
H A Dahci.h419 uint32_t eslots; /* Slots in error */ member in struct:ahci_channel
H A Dahci.c1968 ch->eslots |= (1 << slot->slot);
2179 ch->eslots |= (1 << slot->slot);
2283 if (ch->eslots != 0) {
2512 ch->eslots = 0;
2667 ch->eslots = 0;
/freebsd-9.3-release/sys/dev/siis/
H A Dsiis.h386 uint32_t eslots; /* Slots in error */ member in struct:siis_channel
H A Dsiis.c1266 ch->eslots |= (1 << slot->slot);
1349 if (ch->eslots != 0)
1530 ch->eslots = 0;
1622 ch->eslots = 0;
/freebsd-9.3-release/sys/dev/mvs/
H A Dmvs.h559 uint32_t eslots; /* Slots in error */ member in struct:mvs_channel
H A Dmvs.c1647 ch->eslots |= (1 << slot->slot);
1751 if (ch->eslots != 0) {
1753 ch->eslots = 0;
2071 ch->eslots = 0;

Completed in 186 milliseconds