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