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

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c7548 int current_slot; local
7600 current_slot = (port_cmd_status & AHCI_CMD_STATUS_CCS) >>
7606 ASSERT(current_slot == 0);
7608 satapkt = ahci_portp->ahciport_slot_pkts[current_slot];
7629 ahci_portp->ahciport_prd_bytecounts[current_slot];
7632 ahciport_cmd_list[current_slot];
7663 current_slot = ddi_ffs(current_tags) - 1;
7664 if (current_slot == -1) {
7668 satapkt = ahci_portp->ahciport_slot_pkts[current_slot];
7674 CLEAR_BIT(current_tags, current_slot);
9740 int current_slot; local
[all...]

Completed in 61 milliseconds