xref: /titanic_41/usr/src/uts/common/io/warlock/usbecm.wlcmd (revision f6e214c7418f43af38bd8c3a557e3d0a1d311cfa)
1# CDDL HEADER START
2#
3# The contents of this file are subject to the terms of the
4# Common Development and Distribution License (the "License").
5# You may not use this file except in compliance with the License.
6#
7# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8# or http://www.opensolaris.org/os/licensing.
9# See the License for the specific language governing permissions
10# and limitations under the License.
11#
12# When distributing Covered Code, include this CDDL HEADER in each
13# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14# If applicable, add the following below this CDDL HEADER, with the
15# fields enclosed by brackets "[]" replaced with your own identifying
16# information: Portions Copyright [yyyy] [name of copyright owner]
17#
18# CDDL HEADER END
19#
20# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
21# Use is subject to license terms.
22#
23
24one usbecm_state
25
26### specify the root functions
27
28root usbecm_bulkin_cb
29root usbecm_bulkout_cb
30root usbecm_intr_cb
31root usbecm_intr_ex_cb
32
33### specify usbecm function pointers
34
35
36root usbecm_bulkin_cb
37root usbecm_bulkout_cb
38root usbecm_intr_cb
39root usbecm_intr_ex_cb
40
41# temporary
42root usbecm_pm_set_busy
43root usbecm_pm_set_idle
44root usbecm_power
45
46root usbecm_m_stop
47root usbecm_m_start
48root usbecm_m_unicst
49root usbecm_m_multicst
50root usbecm_m_promisc
51root usbecm_m_ioctl
52root usbecm_m_tx
53root usbecm_m_getprop
54root usbecm_m_setprop
55root usbecm_m_stat
56
57root usbecm_disconnect_event_cb
58root usbecm_reconnect_event_cb
59
60add bus_ops::bus_add_eventcall targets warlock_dummy
61add bus_ops::bus_get_eventcookie targets warlock_dummy
62add bus_ops::bus_post_event targets warlock_dummy
63add bus_ops::bus_remove_eventcall targets warlock_dummy
64add bus_ops::bus_intr_ctl targets warlock_dummy
65add bus_ops::bus_config targets warlock_dummy
66add bus_ops::bus_unconfig targets warlock_dummy
67
68add usbecm_ds_ops::ecm_ds_init targets warlock_dummy
69add usbecm_ds_ops::ecm_ds_fini targets warlock_dummy
70add usbecm_ds_ops::ecm_ds_start targets warlock_dummy
71add usbecm_ds_ops::ecm_ds_stop targets warlock_dummy
72add usbecm_ds_ops::ecm_ds_intr_cb targets warlock_dummy
73