port.h (1a38045ba88ed3bee6c57444670fb639c8b61be7) | port.h (09d7da135b34bc74a7996b5db373521557ddf3d4) |
---|---|
1/* 2 * This file is provided under a dual BSD/GPLv2 license. When using or 3 * redistributing this file, you may do so under either license. 4 * 5 * GPL LICENSE SUMMARY 6 * 7 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 8 * --- 133 unchanged lines hidden (view full) --- 142void isci_port_hard_reset_complete( 143 struct isci_port *isci_port, 144 enum sci_status completion_status); 145 146int isci_port_perform_hard_reset( 147 struct isci_port *isci_port_ptr, 148 struct isci_phy *isci_phy_ptr); 149 | 1/* 2 * This file is provided under a dual BSD/GPLv2 license. When using or 3 * redistributing this file, you may do so under either license. 4 * 5 * GPL LICENSE SUMMARY 6 * 7 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 8 * --- 133 unchanged lines hidden (view full) --- 142void isci_port_hard_reset_complete( 143 struct isci_port *isci_port, 144 enum sci_status completion_status); 145 146int isci_port_perform_hard_reset( 147 struct isci_port *isci_port_ptr, 148 struct isci_phy *isci_phy_ptr); 149 |
150void isci_port_invalid_link_up( 151 struct scic_sds_controller *scic, 152 struct scic_sds_port *sci_port, 153 struct scic_sds_phy *phy); 154 155void isci_port_stop_complete( 156 struct scic_sds_controller *scic, 157 struct scic_sds_port *sci_port, 158 enum sci_status completion_status); 159 |
|
150#endif /* !defined(_ISCI_PORT_H_) */ 151 | 160#endif /* !defined(_ISCI_PORT_H_) */ 161 |