Searched defs:tmp_slot (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c2437 int tmp_slot; local
2527 for (tmp_slot = 0;
2528 tmp_slot < ahci_ctlp->ahcictl_num_cmd_slots; tmp_slot++) {
2529 if (ahci_portp->ahciport_slot_pkts[tmp_slot] == spkt) {
2530 aborted_tags = (0x1 << tmp_slot);
8697 int tmp_slot; local
8796 tmp_slot = ddi_ffs(finished_tags) - 1;
8797 if (tmp_slot == -1) {
8801 satapkt = ahci_portp->ahciport_slot_pkts[tmp_slot];
9739 int tmp_slot; local
9977 int tmp_slot; local
[all...]

Completed in 60 milliseconds