Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c2542 int tmp_slot; in ahci_tran_abort() local
2632 for (tmp_slot = 0; in ahci_tran_abort()
2633 tmp_slot < ahci_ctlp->ahcictl_num_cmd_slots; tmp_slot++) { in ahci_tran_abort()
2634 if (ahci_portp->ahciport_slot_pkts[tmp_slot] == spkt) { in ahci_tran_abort()
2635 aborted_tags = (0x1 << tmp_slot); in ahci_tran_abort()
8801 int tmp_slot; in ahci_mop_commands() local
8900 tmp_slot = ddi_ffs(finished_tags) - 1; in ahci_mop_commands()
8901 if (tmp_slot == -1) { in ahci_mop_commands()
8905 satapkt = ahci_portp->ahciport_slot_pkts[tmp_slot]; in ahci_mop_commands()
8918 CLEAR_BIT(finished_tags, tmp_slot); in ahci_mop_commands()
[all …]