bfa_fcs.h (75332a70a84908810ab5f525b03f230be9e31753) bfa_fcs.h (b85daafe46eeb0a9ad32c4b2c3a4e09ffcae9599)
1/*
2 * Copyright (c) 2005-2010 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

--- 717 unchanged lines hidden (view full) ---

726void bfa_fcs_driver_info_init(struct bfa_fcs_s *fcs,
727 struct bfa_fcs_driver_info_s *driver_info);
728void bfa_fcs_exit(struct bfa_fcs_s *fcs);
729
730/*
731 * bfa fcs vf public functions
732 */
733bfa_fcs_vf_t *bfa_fcs_vf_lookup(struct bfa_fcs_s *fcs, u16 vf_id);
1/*
2 * Copyright (c) 2005-2010 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

--- 717 unchanged lines hidden (view full) ---

726void bfa_fcs_driver_info_init(struct bfa_fcs_s *fcs,
727 struct bfa_fcs_driver_info_s *driver_info);
728void bfa_fcs_exit(struct bfa_fcs_s *fcs);
729
730/*
731 * bfa fcs vf public functions
732 */
733bfa_fcs_vf_t *bfa_fcs_vf_lookup(struct bfa_fcs_s *fcs, u16 vf_id);
734void bfa_fcs_vf_get_ports(bfa_fcs_vf_t *vf, wwn_t vpwwn[], int *nports);
734
735/*
736 * fabric protected interface functions
737 */
738void bfa_fcs_fabric_attach(struct bfa_fcs_s *fcs);
739void bfa_fcs_fabric_modinit(struct bfa_fcs_s *fcs);
740void bfa_fcs_fabric_modexit(struct bfa_fcs_s *fcs);
741void bfa_fcs_fabric_link_up(struct bfa_fcs_fabric_s *fabric);

--- 71 unchanged lines hidden ---
735
736/*
737 * fabric protected interface functions
738 */
739void bfa_fcs_fabric_attach(struct bfa_fcs_s *fcs);
740void bfa_fcs_fabric_modinit(struct bfa_fcs_s *fcs);
741void bfa_fcs_fabric_modexit(struct bfa_fcs_s *fcs);
742void bfa_fcs_fabric_link_up(struct bfa_fcs_fabric_s *fabric);

--- 71 unchanged lines hidden ---