Searched refs:aslots (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/sys/dev/mvs/
H A Dmvs.c1135 if (ch->aslots != 0)
1236 ch->aslots |= (1 << slot->slot);
1699 ch->aslots &= ~(1 << slot->slot);
H A Dmvs.h558 uint32_t aslots; /* Slots with atomic commands */ member in struct:mvs_channel
/freebsd-11-stable/sys/dev/siis/
H A Dsiis.c970 if (ch->aslots != 0)
1002 ch->aslots |= (1 << slot->slot);
1311 ch->aslots &= ~(1 << slot->slot);
H A Dsiis.h385 uint32_t aslots; /* Slots with atomic commands */ member in struct:siis_channel
/freebsd-11-stable/sys/dev/ahci/
H A Dahci.c1522 if (ch->aslots != 0)
1566 ch->aslots |= (1 << tag);
2012 ch->aslots &= ~(1 << slot->slot);
H A Dahci.h436 uint32_t aslots; /* Slots with atomic commands */ member in struct:ahci_channel

Completed in 151 milliseconds