Home
last modified time | relevance | path

Searched refs:aslots (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/siis/
H A Dsiis.h380 uint32_t aslots; /* Slots with atomic commands */ member
H A Dsiis.c970 if (ch->aslots != 0) in siis_check_collision()
1002 ch->aslots |= (1 << slot->slot); in siis_begin_transaction()
1309 ch->aslots &= ~(1 << slot->slot); in siis_end_transaction()
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_sata.c268 uint32_t aslots; /* Slots with atomic commands */ member
798 if (ch->aslots == 0 && ok != 0) { in fsl_sata_intr_main()
877 if (ch->aslots != 0) in fsl_sata_check_collision()
924 ch->aslots |= (1 << tag); in fsl_sata_begin_transaction()
1289 ch->aslots &= ~(1 << slot->slot); in fsl_sata_end_transaction()
/freebsd/sys/dev/mvs/
H A Dmvs.h559 uint32_t aslots; /* Slots with atomic commands */ member
H A Dmvs.c1129 if (ch->aslots != 0) in mvs_check_collision()
1229 ch->aslots |= (1 << slot->slot); in mvs_begin_transaction()
1692 ch->aslots &= ~(1 << slot->slot); in mvs_end_transaction()
/freebsd/sys/dev/ahci/
H A Dahci.h445 uint32_t aslots; /* Slots with atomic commands */ member
H A Dahci.c1575 if (ch->aslots != 0) in ahci_check_collision()
1619 ch->aslots |= (1 << tag); in ahci_begin_transaction()
2071 ch->aslots &= ~(1 << slot->slot); in ahci_end_transaction()