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.
270 #define bfa_fcs_lport_get_opertype(_lport) ((_lport)->fabric->oper_type)
271 #define bfa_fcs_lport_get_fabric_name(_lport) ((_lport)->fabric->fabric_name)
273 ((_lport)->fabric->fabric_ip_addr)
694 struct bfa_fcs_fabric_s fabric; /* base fabric state machine */ member
702 * fcs_fabric_sm fabric state machine functions
706 * Fabric state machine events
798 * fabric protected interface functions
801 void bfa_fcs_fabric_link_up(struct bfa_fcs_fabric_s *fabric);
802 void bfa_fcs_fabric_link_down(struct bfa_fcs_fabric_s *fabric);
803 void bfa_fcs_fabric_addvport(struct bfa_fcs_fabric_s *fabric,
805 void bfa_fcs_fabric_delvport(struct bfa_fcs_fabric_s *fabric,
808 struct bfa_fcs_fabric_s *fabric, wwn_t pwwn);
810 void bfa_fcs_fabric_uf_recv(struct bfa_fcs_fabric_s *fabric,
812 void bfa_fcs_fabric_psymb_init(struct bfa_fcs_fabric_s *fabric);
813 void bfa_fcs_fabric_nsymb_init(struct bfa_fcs_fabric_s *fabric);
814 void bfa_fcs_fabric_set_fabric_name(struct bfa_fcs_fabric_s *fabric,
816 u16 bfa_fcs_fabric_get_switch_oui(struct bfa_fcs_fabric_s *fabric);
818 void bfa_fcs_fabric_sm_online(struct bfa_fcs_fabric_s *fabric,
820 void bfa_fcs_fabric_sm_loopback(struct bfa_fcs_fabric_s *fabric,
822 void bfa_fcs_fabric_sm_auth_failed(struct bfa_fcs_fabric_s *fabric,