Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c2694 ahci_portp, in ahci_tran_abort()
2797 ahci_portp, in ahci_reset_device_reject_pkts()
2901 ahci_portp, in ahci_reset_pmdevice_reject_pkts()
2975 ahci_portp, in ahci_reset_port_reject_pkts()
3078 ahci_portp, in ahci_reset_hba_reject_pkts()
3426 ahci_portp, in ahci_reject_all_abort_pkts()
4797 ahci_portp, in ahci_initialize_pmport()
6133 ahci_portp = in ahci_alloc_port_state()
6187 ahci_portp->ahciport_doneqtail = &ahci_portp->ahciport_doneq; in ahci_alloc_port_state()
9570 ahci_portp, in ahci_fatal_error_recovery_handler()
[all …]
/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/
H A Dahcivar.h333 #define AHCIPORT_NCQ_PMPORT(ahci_portp) \ argument
528 #define ERR_RETRI_CMD_IN_PROGRESS(ahci_portp) \ argument
529 (ahci_portp->ahciport_flags & \
533 (ahci_portp->ahciport_flags & \
536 #define NON_NCQ_CMD_IN_PROGRESS(ahci_portp) \ argument
537 (!ERR_RETRI_CMD_IN_PROGRESS(ahci_portp) && \
538 ahci_portp->ahciport_pending_tags != 0 && \
539 ahci_portp->ahciport_pending_ncq_tags == 0)
541 #define NCQ_CMD_IN_PROGRESS(ahci_portp) \ argument
542 (!ERR_RETRI_CMD_IN_PROGRESS(ahci_portp) && \
[all …]
H A Dahcireg.h294 #define AHCI_NCQ_SLOT_MASK(ahci_portp) \ argument
295 ((ahci_portp->ahciport_max_ncq_tags == AHCI_PORT_MAX_CMD_SLOTS) ? \
296 0xffffffff : ((0x1 << ahci_portp->ahciport_max_ncq_tags) - 1))
297 #define AHCI_PMPORT_MASK(ahci_portp) \ argument
298 ((0x1 << ahci_portp->ahciport_pmult_info->ahcipmi_num_dev_ports) - 1)