Searched refs:AHCI_PORT_MAX_CMD_SLOTS (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h231 *ahciport_cmd_tables[AHCI_PORT_MAX_CMD_SLOTS];
233 ahciport_cmd_tables_dma_handle[AHCI_PORT_MAX_CMD_SLOTS];
235 ahciport_cmd_tables_acc_handle[AHCI_PORT_MAX_CMD_SLOTS];
256 sata_pkt_t *ahciport_slot_pkts[AHCI_PORT_MAX_CMD_SLOTS];
259 int ahciport_slot_timeout[AHCI_PORT_MAX_CMD_SLOTS];
272 ahciport_prd_bytecounts[AHCI_PORT_MAX_CMD_SLOTS];
H A Dahcireg.h36 #define AHCI_PORT_MAX_CMD_SLOTS 32 macro
280 ((ahci_ctlp->ahcictl_num_cmd_slots == AHCI_PORT_MAX_CMD_SLOTS) ? \
283 ((ahci_portp->ahciport_max_ncq_tags == AHCI_PORT_MAX_CMD_SLOTS) ? \

Completed in 108 milliseconds