libfc.h (093bb6a2d378ee83fc6ab886c772b6be86abb5a8) | libfc.h (ab593b187391bdd03ccad2968972a2e118a88cd4) |
---|---|
1/* 2 * Copyright(c) 2007 Intel Corporation. All rights reserved. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms and conditions of the GNU General Public License, 6 * version 2, as published by the Free Software Foundation. 7 * 8 * This program is distributed in the hope it will be useful, but WITHOUT --- 48 unchanged lines hidden (view full) --- 57 58/** 59 * enum fc_lport_state - Local port states 60 * @LPORT_ST_DISABLED: Disabled 61 * @LPORT_ST_FLOGI: Fabric login (FLOGI) sent 62 * @LPORT_ST_DNS: Waiting for name server remote port to become ready 63 * @LPORT_ST_RPN_ID: Register port name by ID (RPN_ID) sent 64 * @LPORT_ST_RFT_ID: Register Fibre Channel types by ID (RFT_ID) sent | 1/* 2 * Copyright(c) 2007 Intel Corporation. All rights reserved. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms and conditions of the GNU General Public License, 6 * version 2, as published by the Free Software Foundation. 7 * 8 * This program is distributed in the hope it will be useful, but WITHOUT --- 48 unchanged lines hidden (view full) --- 57 58/** 59 * enum fc_lport_state - Local port states 60 * @LPORT_ST_DISABLED: Disabled 61 * @LPORT_ST_FLOGI: Fabric login (FLOGI) sent 62 * @LPORT_ST_DNS: Waiting for name server remote port to become ready 63 * @LPORT_ST_RPN_ID: Register port name by ID (RPN_ID) sent 64 * @LPORT_ST_RFT_ID: Register Fibre Channel types by ID (RFT_ID) sent |
65 * @LPORT_ST_RFF_ID: Register FC-4 Features by ID (RFF_ID) sent |
|
65 * @LPORT_ST_SCR: State Change Register (SCR) sent 66 * @LPORT_ST_READY: Ready for use 67 * @LPORT_ST_LOGO: Local port logout (LOGO) sent 68 * @LPORT_ST_RESET: Local port reset 69 */ 70enum fc_lport_state { 71 LPORT_ST_DISABLED = 0, 72 LPORT_ST_FLOGI, 73 LPORT_ST_DNS, 74 LPORT_ST_RNN_ID, 75 LPORT_ST_RSNN_NN, 76 LPORT_ST_RSPN_ID, 77 LPORT_ST_RFT_ID, | 66 * @LPORT_ST_SCR: State Change Register (SCR) sent 67 * @LPORT_ST_READY: Ready for use 68 * @LPORT_ST_LOGO: Local port logout (LOGO) sent 69 * @LPORT_ST_RESET: Local port reset 70 */ 71enum fc_lport_state { 72 LPORT_ST_DISABLED = 0, 73 LPORT_ST_FLOGI, 74 LPORT_ST_DNS, 75 LPORT_ST_RNN_ID, 76 LPORT_ST_RSNN_NN, 77 LPORT_ST_RSPN_ID, 78 LPORT_ST_RFT_ID, |
79 LPORT_ST_RFF_ID, |
|
78 LPORT_ST_SCR, 79 LPORT_ST_READY, 80 LPORT_ST_LOGO, 81 LPORT_ST_RESET 82}; 83 84enum fc_disc_event { 85 DISC_EV_NONE = 0, --- 964 unchanged lines hidden --- | 80 LPORT_ST_SCR, 81 LPORT_ST_READY, 82 LPORT_ST_LOGO, 83 LPORT_ST_RESET 84}; 85 86enum fc_disc_event { 87 DISC_EV_NONE = 0, --- 964 unchanged lines hidden --- |