Searched refs:tmp_slot (Results 1 – 1 of 1) sorted by relevance
2437 int tmp_slot; in ahci_tran_abort() local2527 for (tmp_slot = 0; in ahci_tran_abort()2528 tmp_slot < ahci_ctlp->ahcictl_num_cmd_slots; tmp_slot++) { in ahci_tran_abort()2529 if (ahci_portp->ahciport_slot_pkts[tmp_slot] == spkt) { in ahci_tran_abort()2530 aborted_tags = (0x1 << tmp_slot); in ahci_tran_abort()8697 int tmp_slot; in ahci_mop_commands() local8796 tmp_slot = ddi_ffs(finished_tags) - 1; in ahci_mop_commands()8797 if (tmp_slot == -1) { in ahci_mop_commands()8801 satapkt = ahci_portp->ahciport_slot_pkts[tmp_slot]; in ahci_mop_commands()8814 CLEAR_BIT(finished_tags, tmp_slot); in ahci_mop_commands()[all …]