1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 22# Use is subject to license terms. 23# 24#ident "%Z%%M% %I% %E% SMI" 25 26# ibnexus Callback handlers for IBDM 27add ibdm.ibdm_ibnex_callback targets ibnex_dm_callback 28 29# ibnnexus to ibtl callback functions 30ignore ibnex_ibtl_callback 31root ibnex_return_apid 32 33# ibnexus bus_ops entry points 34add bus_ops::bus_config targets warlock_dummy 35add bus_ops::bus_unconfig targets warlock_dummy 36 37# IBDM callback handlers from IBTL 38root ibdm_event_hdlr 39 40# ibdm Callback handlers for IBMF / SAA 41root ibdm_ibmf_recv_cb 42root ibdm_ibmf_send_cb 43root ibdm_recv_incoming_mad 44root ibdm_saa_event_cb 45root ibdm_saa_handle_new_gid 46 47# ibnex reprobe function, called from taskq 48root ibnex_handle_reprobe_dev 49 50# ibnex other functions 51root ibnex_name_child 52 53# ibdm function called from taskq 54root ibdm_saa_event_taskq 55 56# ibnex MPXIO and PM related functions 57root ib_vhci_failover 58root ib_vhci_pi_init 59root ib_vhci_pi_state_change 60root ib_vhci_pi_uninit 61root ibnex_bus_power 62