Lines Matching full:fabric
138 struct bfa_fcs_fabric_s *fabric; /* parent fabric */ member
146 union bfa_fcs_lport_topo_u port_topo; /* fabric/loop/n2n details */
180 enum bfa_fcs_fabric_type fab_type; /* fabric type */
182 u8 is_vf; /* is virtual fabric? */
185 u16 bb_credit; /* BB credit from fabric */
186 u16 vf_id; /* virtual fabric ID */
193 wwn_t fabric_name; /* attached fabric name */
200 struct bfa_vf_stats_s stats; /* fabric/vf stats */
203 /* attached fabric's ip addr */
212 * The design calls for a single implementation of base fabric and vf.
273 #define bfa_fcs_lport_get_opertype(_lport) ((_lport)->fabric->oper_type)
274 #define bfa_fcs_lport_get_fabric_name(_lport) ((_lport)->fabric->fabric_name)
276 ((_lport)->fabric->fabric_ip_addr)
697 struct bfa_fcs_fabric_s fabric; /* base fabric state machine */ member
705 * fcs_fabric_sm fabric state machine functions
709 * Fabric state machine events
801 * fabric protected interface functions
804 void bfa_fcs_fabric_link_up(struct bfa_fcs_fabric_s *fabric);
805 void bfa_fcs_fabric_link_down(struct bfa_fcs_fabric_s *fabric);
806 void bfa_fcs_fabric_addvport(struct bfa_fcs_fabric_s *fabric,
808 void bfa_fcs_fabric_delvport(struct bfa_fcs_fabric_s *fabric,
811 struct bfa_fcs_fabric_s *fabric, wwn_t pwwn);
813 void bfa_fcs_fabric_uf_recv(struct bfa_fcs_fabric_s *fabric,
815 void bfa_fcs_fabric_psymb_init(struct bfa_fcs_fabric_s *fabric);
816 void bfa_fcs_fabric_nsymb_init(struct bfa_fcs_fabric_s *fabric);
817 void bfa_fcs_fabric_set_fabric_name(struct bfa_fcs_fabric_s *fabric,
819 u16 bfa_fcs_fabric_get_switch_oui(struct bfa_fcs_fabric_s *fabric);
821 void bfa_fcs_fabric_sm_online(struct bfa_fcs_fabric_s *fabric,
823 void bfa_fcs_fabric_sm_loopback(struct bfa_fcs_fabric_s *fabric,
825 void bfa_fcs_fabric_sm_auth_failed(struct bfa_fcs_fabric_s *fabric,