Searched refs:toslots (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dfsl_sata.c273 uint32_t toslots; /* Slots in timeout */ member in struct:fsl_sata_channel
1117 if ((ch->toslots & (1 << i)) == 0)
1165 if (ch->toslots == 0)
1167 ch->toslots |= (1 << slot->slot);
1168 if ((ch->rslots & ~ch->toslots) == 0)
1172 ch->rslots & ~ch->toslots);
1306 lastto = (ch->toslots == (1 << slot->slot));
1307 ch->toslots &= ~(1 << slot->slot);
1338 if (ch->toslots != 0 || ch->fatalerr) {
1351 } else if ((ch->rslots & ~ch->toslots)
[all...]
/freebsd-13-stable/sys/dev/siis/
H A Dsiis.c1162 if ((ch->toslots & (1 << i)) == 0)
1200 if (ch->toslots == 0)
1202 ch->toslots |= (1 << slot->slot);
1203 if ((ch->rslots & ~ch->toslots) == 0)
1207 ch->rslots & ~ch->toslots);
1322 lastto = (ch->toslots == (1 << slot->slot));
1323 ch->toslots &= ~(1 << slot->slot);
1344 if (ch->toslots != 0 || ch->fatalerr) {
1355 } else if ((ch->rslots & ~ch->toslots) == 0 &&
1619 if (ch->toslots !
[all...]
H A Dsiis.h384 uint32_t toslots; /* Slots in timeout */ member in struct:siis_channel
/freebsd-13-stable/sys/dev/mvs/
H A Dmvs.c883 ch->toslots |= (1 << slot->slot);
904 ch->toslots |= (1 << slot->slot);
1349 ch->toslots |= (1 << slot->slot);
1377 ch->toslots |= (1 << slot->slot);
1395 ch->toslots |= (1 << slot->slot);
1567 if ((ch->toslots & (1 << i)) == 0)
1597 if (ch->toslots == 0)
1599 ch->toslots |= (1 << slot->slot);
1600 if ((ch->rslots & ~ch->toslots) == 0)
1604 ch->rslots & ~ch->toslots);
[all...]
H A Dmvs.h563 uint32_t toslots; /* Slots in timeout */ member in struct:mvs_channel
/freebsd-13-stable/sys/dev/ahci/
H A Dahci.c1844 if ((ch->toslots & (1 << i)) == 0)
1921 if (ch->toslots == 0)
1923 ch->toslots |= (1 << slot->slot);
1924 if ((ch->rslots & ~ch->toslots) == 0)
1928 ch->rslots & ~ch->toslots);
2082 lastto = (ch->toslots == (1 << slot->slot));
2083 ch->toslots &= ~(1 << slot->slot);
2114 if (ch->toslots != 0 || ch->fatalerr) {
2128 } else if ((ch->rslots & ~ch->toslots) == 0 &&
2493 if (ch->toslots !
[all...]
H A Dahci.h449 uint32_t toslots; /* Slots in timeout */ member in struct:ahci_channel

Completed in 89 milliseconds