#include "bfad_drv.h"
#include "bfad_im.h"
#include "bfa_fcs.h"
#include "bfa_fcbuild.h"
Go to the source code of this file.
|
| BFA_TRC_FILE (FCS, FCS) |
|
void | bfa_fcs_attach (struct bfa_fcs_s *fcs, struct bfa_s *bfa, struct bfad_s *bfad, bfa_boolean_t min_cfg) |
|
void | bfa_fcs_init (struct bfa_fcs_s *fcs) |
|
void | bfa_fcs_update_cfg (struct bfa_fcs_s *fcs) |
|
void | bfa_fcs_stop (struct bfa_fcs_s *fcs) |
|
void | bfa_fcs_pbc_vport_init (struct bfa_fcs_s *fcs) |
|
void | bfa_fcs_driver_info_init (struct bfa_fcs_s *fcs, struct bfa_fcs_driver_info_s *driver_info) |
|
void | bfa_fcs_exit (struct bfa_fcs_s *fcs) |
|
void | bfa_fcs_fabric_sm_auth_failed (struct bfa_fcs_fabric_s *fabric, enum bfa_fcs_fabric_event event) |
|
void | bfa_fcs_fabric_sm_loopback (struct bfa_fcs_fabric_s *fabric, enum bfa_fcs_fabric_event event) |
|
void | bfa_fcs_fabric_sm_online (struct bfa_fcs_fabric_s *fabric, enum bfa_fcs_fabric_event event) |
|
void | bfa_fcs_fabric_psymb_init (struct bfa_fcs_fabric_s *fabric) |
|
void | bfa_fcs_fabric_nsymb_init (struct bfa_fcs_fabric_s *fabric) |
|
void | bfa_cb_lps_flogi_comp (void *bfad, void *uarg, bfa_status_t status) |
|
void | bfa_fcs_fabric_attach (struct bfa_fcs_s *fcs) |
|
void | bfa_fcs_fabric_modinit (struct bfa_fcs_s *fcs) |
|
void | bfa_fcs_fabric_modexit (struct bfa_fcs_s *fcs) |
|
void | bfa_fcs_fabric_modstop (struct bfa_fcs_s *fcs) |
|
void | bfa_fcs_fabric_modstart (struct bfa_fcs_s *fcs) |
|
void | bfa_fcs_fabric_link_up (struct bfa_fcs_fabric_s *fabric) |
|
void | bfa_fcs_fabric_link_down (struct bfa_fcs_fabric_s *fabric) |
|
void | bfa_fcs_fabric_addvport (struct bfa_fcs_fabric_s *fabric, struct bfa_fcs_vport_s *vport) |
|
void | bfa_fcs_fabric_delvport (struct bfa_fcs_fabric_s *fabric, struct bfa_fcs_vport_s *vport) |
|
struct bfa_fcs_vport_s * | bfa_fcs_fabric_vport_lookup (struct bfa_fcs_fabric_s *fabric, wwn_t pwwn) |
|
u16 | bfa_fcs_fabric_get_switch_oui (struct bfa_fcs_fabric_s *fabric) |
|
void | bfa_fcs_fabric_uf_recv (struct bfa_fcs_fabric_s *fabric, struct fchs_s *fchs, u16 len) |
|
void | bfa_fcs_fabric_set_fabric_name (struct bfa_fcs_fabric_s *fabric, wwn_t fabric_name) |
|
void | bfa_cb_lps_flogo_comp (void *bfad, void *uarg) |
|
bfa_fcs_vf_t * | bfa_fcs_vf_lookup (struct bfa_fcs_s *fcs, u16 vf_id) |
|
void | bfa_fcs_vf_get_ports (bfa_fcs_vf_t *vf, wwn_t lpwwn[], int *nlports) |
|
void | bfa_fcs_port_attach (struct bfa_fcs_s *fcs) |
|
void | bfa_fcs_uf_attach (struct bfa_fcs_s *fcs) |
|
#define BFA_FCS_FABRIC_CLEANUP_DELAY (10000) /* Milliseconds */ |
#define BFA_FCS_FABRIC_RETRY_DELAY (2000) /* Milliseconds */ |
#define bfa_fcs_fabric_set_opertype |
( |
|
__fabric | ) |
|
Value:do { \
else \
} else \
} while (0)
Definition at line 209 of file bfa_fcs.c.
#define BFA_FCS_MODULE |
( |
|
_mod | ) |
{ _mod ## _modinit, _mod ## _modexit } |