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 (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. 22# 23 24# ibnexus Callback handlers for IBDM 25add ibdm.ibdm_ibnex_callback targets ibnex_dm_callback 26 27# ibnnexus to ibtl callback functions 28ignore ibnex_ibtl_callback 29root ibnex_return_apid 30 31# ibnexus bus_ops entry points 32add bus_ops::bus_config targets warlock_dummy 33add bus_ops::bus_unconfig targets warlock_dummy 34 35# IBDM callback handlers from IBTL 36root ibdm_event_hdlr 37 38# ibdm Callback handlers for IBMF / SAA 39root ibdm_ibmf_recv_cb 40root ibdm_ibmf_send_cb 41root ibdm_recv_incoming_mad 42root ibdm_saa_event_cb 43root ibdm_saa_handle_new_gid 44 45# ibnex reprobe function, called from taskq 46root ibnex_handle_reprobe_dev 47root ibnex_handle_hca_attach 48 49# ibnex other functions 50root ibnex_name_child 51 52# ibdm function called from taskq 53root ibdm_saa_event_taskq 54 55# ibnex MPXIO and PM related functions 56root ib_vhci_failover 57root ib_vhci_pi_init 58root ib_vhci_pi_state_change 59root ib_vhci_pi_uninit 60root ibnex_bus_power 61