xref: /titanic_44/usr/src/uts/common/io/warlock/scsa2usb.wlcmd (revision 489b7c4ab76ae8df137fbfcc2214f7baa52883a0)
14ebb14b2Sfrits#
24ebb14b2Sfrits# CDDL HEADER START
34ebb14b2Sfrits#
44ebb14b2Sfrits# The contents of this file are subject to the terms of the
54ebb14b2Sfrits# Common Development and Distribution License (the "License").
64ebb14b2Sfrits# You may not use this file except in compliance with the License.
74ebb14b2Sfrits#
84ebb14b2Sfrits# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94ebb14b2Sfrits# or http://www.opensolaris.org/os/licensing.
104ebb14b2Sfrits# See the License for the specific language governing permissions
114ebb14b2Sfrits# and limitations under the License.
124ebb14b2Sfrits#
134ebb14b2Sfrits# When distributing Covered Code, include this CDDL HEADER in each
144ebb14b2Sfrits# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
154ebb14b2Sfrits# If applicable, add the following below this CDDL HEADER, with the
164ebb14b2Sfrits# fields enclosed by brackets "[]" replaced with your own identifying
174ebb14b2Sfrits# information: Portions Copyright [yyyy] [name of copyright owner]
184ebb14b2Sfrits#
194ebb14b2Sfrits# CDDL HEADER END
204ebb14b2Sfrits#
214ebb14b2Sfrits#
22*489b7c4aSRaymond Chen# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
234ebb14b2Sfrits# Use is subject to license terms.
244ebb14b2Sfrits#
254ebb14b2Sfrits
264ebb14b2Sfrits
274ebb14b2Sfritsone scsa2usb_state
284ebb14b2Sfrits
294ebb14b2Sfritsroot	scsa2usb_scsi_tgt_init scsa2usb_scsi_tgt_probe scsa2usb_scsi_tgt_free
304ebb14b2Sfritsroot	scsa2usb_scsi_start scsa2usb_scsi_abort scsa2usb_scsi_reset
314ebb14b2Sfritsroot	scsa2usb_scsi_getcap scsa2usb_scsi_setcap scsa2usb_scsi_init_pkt
324ebb14b2Sfritsroot	scsa2usb_scsi_destroy_pkt
334ebb14b2Sfritsroot	scsa2usb_reconnect_event_cb
344ebb14b2Sfritsroot	scsa2usb_disconnect_event_cb
354ebb14b2Sfritsroot	scsa2usb_panic_callb
364ebb14b2Sfritsroot	scsa2usb_work_thread
374ebb14b2Sfrits
384ebb14b2Sfritsroot	scsi_hba_bus_power
394ebb14b2Sfrits
404ebb14b2Sfritsadd	scsi_hba_tran::tran_bus_config targets warlock_dummy
414ebb14b2Sfritsadd	scsi_hba_tran::tran_bus_unconfig targets warlock_dummy
424ebb14b2Sfritsadd	scsi_hba_tran::tran_bus_power targets warlock_dummy
434ebb14b2Sfrits
444ebb14b2Sfritsadd scsi_pkt::pkt_comp targets \
454ebb14b2Sfrits        scsa2usb_scsi_destroy_pkt \
464ebb14b2Sfrits        scsa2usb_scsi_init_pkt \
474ebb14b2Sfrits        scsa2usb_scsi_start \
484ebb14b2Sfrits        scsa2usb_scsi_abort \
494ebb14b2Sfrits        scsa2usb_scsi_reset \
504ebb14b2Sfrits        scsa2usb_scsi_setcap \
514ebb14b2Sfrits        scsa2usb_scsi_getcap
52