diff options
Diffstat (limited to 'drivers/scsi/bfa/fcs_fabric.h')
| -rw-r--r-- | drivers/scsi/bfa/fcs_fabric.h | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/drivers/scsi/bfa/fcs_fabric.h b/drivers/scsi/bfa/fcs_fabric.h deleted file mode 100644 index 432ab8ab8c3c..000000000000 --- a/drivers/scsi/bfa/fcs_fabric.h +++ /dev/null | |||
| @@ -1,68 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (c) 2005-2009 Brocade Communications Systems, Inc. | ||
| 3 | * All rights reserved | ||
| 4 | * www.brocade.com | ||
| 5 | * | ||
| 6 | * Linux driver for Brocade Fibre Channel Host Bus Adapter. | ||
| 7 | * | ||
| 8 | * This program is free software; you can redistribute it and/or modify it | ||
| 9 | * under the terms of the GNU General Public License (GPL) Version 2 as | ||
| 10 | * published by the Free Software Foundation | ||
| 11 | * | ||
| 12 | * This program is distributed in the hope that it will be useful, but | ||
| 13 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
| 15 | * General Public License for more details. | ||
| 16 | */ | ||
| 17 | |||
| 18 | /** | ||
| 19 | * fcs_lport.h FCS logical port interfaces | ||
| 20 | */ | ||
| 21 | |||
| 22 | #ifndef __FCS_FABRIC_H__ | ||
| 23 | #define __FCS_FABRIC_H__ | ||
| 24 | |||
| 25 | #include <fcs/bfa_fcs.h> | ||
| 26 | #include <fcs/bfa_fcs_vport.h> | ||
| 27 | #include <fcs/bfa_fcs_lport.h> | ||
| 28 | |||
| 29 | #define BFA_FCS_BRCD_SWITCH_OUI 0x051e | ||
| 30 | |||
| 31 | /* | ||
| 32 | * fcs friend functions: only between fcs modules | ||
| 33 | */ | ||
| 34 | void bfa_fcs_fabric_attach(struct bfa_fcs_s *fcs); | ||
| 35 | void bfa_fcs_fabric_modinit(struct bfa_fcs_s *fcs); | ||
| 36 | void bfa_fcs_fabric_modexit(struct bfa_fcs_s *fcs); | ||
| 37 | void bfa_fcs_fabric_modsusp(struct bfa_fcs_s *fcs); | ||
| 38 | void bfa_fcs_fabric_link_up(struct bfa_fcs_fabric_s *fabric); | ||
| 39 | void bfa_fcs_fabric_link_down(struct bfa_fcs_fabric_s *fabric); | ||
| 40 | void bfa_fcs_fabric_addvport(struct bfa_fcs_fabric_s *fabric, | ||
| 41 | struct bfa_fcs_vport_s *vport); | ||
| 42 | void bfa_fcs_fabric_delvport(struct bfa_fcs_fabric_s *fabric, | ||
| 43 | struct bfa_fcs_vport_s *vport); | ||
| 44 | int bfa_fcs_fabric_is_online(struct bfa_fcs_fabric_s *fabric); | ||
| 45 | struct bfa_fcs_vport_s *bfa_fcs_fabric_vport_lookup( | ||
| 46 | struct bfa_fcs_fabric_s *fabric, wwn_t pwwn); | ||
| 47 | void bfa_fcs_fabric_modstart(struct bfa_fcs_s *fcs); | ||
| 48 | void bfa_fcs_fabric_uf_recv(struct bfa_fcs_fabric_s *fabric, | ||
| 49 | struct fchs_s *fchs, u16 len); | ||
| 50 | u16 bfa_fcs_fabric_vport_count(struct bfa_fcs_fabric_s *fabric); | ||
| 51 | bfa_boolean_t bfa_fcs_fabric_is_loopback(struct bfa_fcs_fabric_s *fabric); | ||
| 52 | bfa_boolean_t bfa_fcs_fabric_is_auth_failed(struct bfa_fcs_fabric_s *fabric); | ||
| 53 | enum bfa_pport_type bfa_fcs_fabric_port_type(struct bfa_fcs_fabric_s *fabric); | ||
| 54 | void bfa_fcs_fabric_psymb_init(struct bfa_fcs_fabric_s *fabric); | ||
| 55 | void bfa_fcs_fabric_port_delete_comp(struct bfa_fcs_fabric_s *fabric); | ||
| 56 | |||
| 57 | bfa_status_t bfa_fcs_fabric_addvf(struct bfa_fcs_fabric_s *vf, | ||
| 58 | struct bfa_fcs_s *fcs, struct bfa_port_cfg_s *port_cfg, | ||
| 59 | struct bfad_vf_s *vf_drv); | ||
| 60 | void bfa_fcs_auth_finished(struct bfa_fcs_fabric_s *fabric, | ||
| 61 | enum auth_status status); | ||
| 62 | |||
| 63 | void bfa_fcs_fabric_set_fabric_name(struct bfa_fcs_fabric_s *fabric, | ||
| 64 | wwn_t fabric_name); | ||
| 65 | u16 bfa_fcs_fabric_get_switch_oui(struct bfa_fcs_fabric_s *fabric); | ||
| 66 | void bfa_fcs_get_sym_name(const struct bfa_fcs_s *fcs, char *node_symname); | ||
| 67 | |||
| 68 | #endif /* __FCS_FABRIC_H__ */ | ||
