Searched defs:bfa_modules_s (Results 1 – 1 of 1) sorted by relevance
24 struct bfa_modules_s { struct25 struct bfa_fcdiag_s fcdiag; /* fcdiag module */26 struct bfa_fcport_s fcport; /* fc port module */27 struct bfa_fcxp_mod_s fcxp_mod; /* fcxp module */28 struct bfa_lps_mod_s lps_mod; /* fcxp module */29 struct bfa_uf_mod_s uf_mod; /* unsolicited frame module */30 struct bfa_rport_mod_s rport_mod; /* remote port module */31 struct bfa_fcp_mod_s fcp_mod; /* FCP initiator module */32 struct bfa_sgpg_mod_s sgpg_mod; /* SG page module */33 struct bfa_port_s port; /* Physical port module */[all …]