xref: /titanic_44/usr/src/uts/common/io/warlock/ahci.wlcmd (revision b22851f1a70ff0ed1ec71258e1089d2f795b2344)
12fcbc377Syt160523#
22fcbc377Syt160523# CDDL HEADER START
32fcbc377Syt160523#
42fcbc377Syt160523# The contents of this file are subject to the terms of the
52fcbc377Syt160523# Common Development and Distribution License (the "License").
62fcbc377Syt160523# You may not use this file except in compliance with the License.
72fcbc377Syt160523#
82fcbc377Syt160523# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92fcbc377Syt160523# or http://www.opensolaris.org/os/licensing.
102fcbc377Syt160523# See the License for the specific language governing permissions
112fcbc377Syt160523# and limitations under the License.
122fcbc377Syt160523#
132fcbc377Syt160523# When distributing Covered Code, include this CDDL HEADER in each
142fcbc377Syt160523# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152fcbc377Syt160523# If applicable, add the following below this CDDL HEADER, with the
162fcbc377Syt160523# fields enclosed by brackets "[]" replaced with your own identifying
172fcbc377Syt160523# information: Portions Copyright [yyyy] [name of copyright owner]
182fcbc377Syt160523#
192fcbc377Syt160523# CDDL HEADER END
202fcbc377Syt160523#
212fcbc377Syt160523
222fcbc377Syt160523#
23*b22851f1SXiao-Yu Zhang# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
242fcbc377Syt160523#
252fcbc377Syt160523
262fcbc377Syt160523# usr/src/uts/common/io/warlock/ahci.wlcmd
272fcbc377Syt160523
282fcbc377Syt160523one     ahci_ctl
292fcbc377Syt160523one	ahci_port
302fcbc377Syt160523
312fcbc377Syt160523one     scsi_device
322fcbc377Syt160523one     __ddi_xbuf_attr
332fcbc377Syt160523one     sd_lun
342fcbc377Syt160523one     sd_resv_reclaim_request
352fcbc377Syt160523
362fcbc377Syt160523root	ahci_intr
372fcbc377Syt160523root	ahci_watchdog_handler
3868d33a25Syt160523root	ahci_events_handler
392fcbc377Syt160523
402fcbc377Syt160523add     sd.c:sd_start_cmds/funcp target sd_initpkt_for_buf sd_initpkt_for_uscsi
412fcbc377Syt160523root    sd.c:sd_handle_mchange sd_media_change_task sd_start_stop_unit_task
422fcbc377Syt160523root    sd.c:sd_wm_cache_constructor sd_wm_cache_destructor
432fcbc377Syt160523root    sd.c:sd_read_modify_write_task sd_reenable_dsense_task
442fcbc377Syt160523root    sd.c:sd_failfast_flushq_callback sd_start_direct_priority_command
452fcbc377Syt160523root    sd.c:sdstrategy sdioctl
46af007057Syl194034root	sd.c:sd_target_change_task
472fcbc377Syt160523
482fcbc377Syt160523root    scsi_hba.c:scsi_hba_bus_power
492fcbc377Syt160523
502fcbc377Syt160523ignore  sd.c:sd_scsi_probe_cache_fini
512fcbc377Syt160523ignore  sd.c:sd_scsi_probe_cache_init
522fcbc377Syt160523ignore	sd.c:sd_scsi_target_lun_init
532fcbc377Syt160523ignore	sd.c:sd_scsi_target_lun_fini
542fcbc377Syt160523root    sd.c:sd_taskq_create
552fcbc377Syt160523root    sd.c:sd_taskq_delete
562fcbc377Syt160523
572fcbc377Syt160523add     bus_ops::bus_add_eventcall              targets warlock_dummy
582fcbc377Syt160523add     bus_ops::bus_config                     targets warlock_dummy
592fcbc377Syt160523add     bus_ops::bus_get_eventcookie            targets warlock_dummy
602fcbc377Syt160523add     bus_ops::bus_intr_ctl                   targets warlock_dummy
612fcbc377Syt160523add     bus_ops::bus_post_event                 targets warlock_dummy
622fcbc377Syt160523add     bus_ops::bus_remove_eventcall           targets warlock_dummy
632fcbc377Syt160523add     bus_ops::bus_unconfig                   targets warlock_dummy
642fcbc377Syt160523
652fcbc377Syt160523add     scsi_hba_tran::tran_tgt_init    targets sata_scsi_tgt_init
662fcbc377Syt160523add     scsi_hba_tran::tran_tgt_probe   targets sata_scsi_tgt_probe
672fcbc377Syt160523add     scsi_hba_tran::tran_tgt_free    targets sata_scsi_tgt_free
682fcbc377Syt160523add     scsi_hba_tran::tran_start       targets sata_scsi_start
692fcbc377Syt160523add     scsi_hba_tran::tran_abort       targets sata_scsi_abort
702fcbc377Syt160523add     scsi_hba_tran::tran_reset       targets sata_scsi_reset
712fcbc377Syt160523add     scsi_hba_tran::tran_getcap      targets sata_scsi_getcap
722fcbc377Syt160523add     scsi_hba_tran::tran_setcap      targets sata_scsi_setcap
732fcbc377Syt160523add     scsi_hba_tran::tran_init_pkt    targets sata_scsi_init_pkt
742fcbc377Syt160523add     scsi_hba_tran::tran_destroy_pkt targets sata_scsi_destroy_pkt
752fcbc377Syt160523add	scsi_hba_tran::tran_sync_pkt	targets sata_scsi_sync_pkt
762fcbc377Syt160523add	scsi_hba_tran::tran_dmafree	targets sata_scsi_dmafree
772fcbc377Syt160523
782fcbc377Syt160523add     scsi_hba_tran::tran_add_eventcall       targets warlock_dummy
792fcbc377Syt160523add     scsi_hba_tran::tran_bus_config          targets warlock_dummy
802fcbc377Syt160523add     scsi_hba_tran::tran_bus_power           targets warlock_dummy
812fcbc377Syt160523add     scsi_hba_tran::tran_bus_unconfig        targets warlock_dummy
822fcbc377Syt160523add     scsi_hba_tran::tran_get_eventcookie     targets warlock_dummy
832fcbc377Syt160523add     scsi_hba_tran::tran_get_name            targets warlock_dummy
842fcbc377Syt160523add     scsi_hba_tran::tran_post_event          targets warlock_dummy
852fcbc377Syt160523add     scsi_hba_tran::tran_remove_eventcall    targets warlock_dummy
862fcbc377Syt160523
872fcbc377Syt160523add     dk_callback::dkc_callback               targets warlock_dummy
882fcbc377Syt160523add     sd_uscsi_info::ui_dkc.dkc_callback      targets warlock_dummy
892fcbc377Syt160523
902fcbc377Syt160523add scsi_watch_request::swr_callback targets \
912fcbc377Syt160523        sd.c:sd_mhd_watch_cb \
922fcbc377Syt160523        sd.c:sd_media_watch_cb
932fcbc377Syt160523
94*b22851f1SXiao-Yu Zhangroot	ahci_fm_error_cb
95*b22851f1SXiao-Yu Zhang
962fcbc377Syt160523add scsi_pkt::pkt_comp targets \
972fcbc377Syt160523        scsi_watch.c:scsi_watch_request_intr \
982fcbc377Syt160523        sd.c:sdintr \
992fcbc377Syt160523        sata_scsi_destroy_pkt \
1002fcbc377Syt160523        sata_scsi_init_pkt \
1012fcbc377Syt160523        sata_scsi_start \
1022fcbc377Syt160523        sata_scsi_abort \
1032fcbc377Syt160523        sata_scsi_reset \
1042fcbc377Syt160523        sata_scsi_start \
1052fcbc377Syt160523	sata_scsi_sync_pkt
1062fcbc377Syt160523
1072fcbc377Syt160523add     __ddi_xbuf_attr::xa_strategy targets sd_xbuf_strategy
1082fcbc377Syt160523
1092fcbc377Syt160523ignore  sd.c:sd_mhd_reset_notify_cb
11068d33a25Syt160523ignore	delay
1112fcbc377Syt160523
1122fcbc377Syt160523assert order    ahci_ctl::ahcictl_mutex ahci_port::ahciport_mutex
113