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# 21a66bd0d7SVenkatakrishnan Rajagopalan 22a66bd0d7SVenkatakrishnan Rajagopalan# 23*93c426a1Ske ge - Sun Microsystems - Beijing China# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 244ebb14b2Sfrits# Use is subject to license terms. 254ebb14b2Sfrits# 264ebb14b2Sfrits 274ebb14b2Sfritsone ibd_state_s 284ebb14b2Sfrits 29a66bd0d7SVenkatakrishnan Rajagopalan### Async thread 304ebb14b2Sfritsroot ibd_async_work 314ebb14b2Sfrits 32a66bd0d7SVenkatakrishnan Rajagopalan### GLDv3 callback routines 33a66bd0d7SVenkatakrishnan Rajagopalanroot ibd_m_stat 34a66bd0d7SVenkatakrishnan Rajagopalanroot ibd_m_start 35a66bd0d7SVenkatakrishnan Rajagopalanroot ibd_m_stop 36a66bd0d7SVenkatakrishnan Rajagopalanroot ibd_m_promisc 37a66bd0d7SVenkatakrishnan Rajagopalanroot ibd_m_multicst 38a66bd0d7SVenkatakrishnan Rajagopalanroot ibd_m_unicst 39a66bd0d7SVenkatakrishnan Rajagopalanroot ibd_m_tx 40a66bd0d7SVenkatakrishnan Rajagopalanroot ibd_m_getcapab 414ebb14b2Sfrits 424ebb14b2Sfrits### IBTF callback routines 434ebb14b2Sfritsroot ibd_rcq_handler 444ebb14b2Sfritsroot ibd_scq_handler 454ebb14b2Sfritsroot ibd_async_handler 464ebb14b2Sfritsroot ibd_snet_notices_handler 47*93c426a1Ske ge - Sun Microsystems - Beijing Chinaroot ibd_rc_rcq_handler 48*93c426a1Ske ge - Sun Microsystems - Beijing Chinaroot ibd_rc_scq_handler 49*93c426a1Ske ge - Sun Microsystems - Beijing Chinaroot ibd_rc_dispatch_pass_mad 50*93c426a1Ske ge - Sun Microsystems - Beijing Chinaroot ibd_rc_dispatch_actv_mad 514ebb14b2Sfrits 524ebb14b2Sfrits### Streams callback funtions 534ebb14b2Sfritsroot ibd_freemsg_cb 54*93c426a1Ske ge - Sun Microsystems - Beijing Chinaroot ibd_rc_freemsg_cb 55*93c426a1Ske ge - Sun Microsystems - Beijing Chinaroot ibd_rc_srq_freemsg_cb 564ebb14b2Sfrits 574ebb14b2Sfrits### Hash callback functions 584ebb14b2Sfritsroot ibd_hash_by_id 594ebb14b2Sfritsroot ibd_hash_key_cmp 604ebb14b2Sfrits 61*93c426a1Ske ge - Sun Microsystems - Beijing China### Kstat functions 62*93c426a1Ske ge - Sun Microsystems - Beijing Chinaroot ibd_rc_update_stats 63*93c426a1Ske ge - Sun Microsystems - Beijing China 644ebb14b2Sfritsadd bus_ops::bus_add_eventcall targets warlock_dummy 654ebb14b2Sfritsadd bus_ops::bus_get_eventcookie targets warlock_dummy 664ebb14b2Sfritsadd bus_ops::bus_post_event targets warlock_dummy 674ebb14b2Sfritsadd bus_ops::bus_remove_eventcall targets warlock_dummy 684ebb14b2Sfritsadd bus_ops::bus_intr_ctl targets warlock_dummy 694ebb14b2Sfritsadd bus_ops::bus_config targets warlock_dummy 704ebb14b2Sfritsadd bus_ops::bus_unconfig targets warlock_dummy 71