Searched refs:lps_mod (Results 1 – 3 of 3) sorted by relevance
28 struct bfa_lps_mod_s lps_mod; /* fcxp module */ member
426 #define BFA_LPS_MOD(__bfa) (&(__bfa)->modules.lps_mod)
5102 struct bfa_lps_mod_s *lps_mod = BFA_LPS_MOD(bfa); in bfa_rport_set_lunmask() local5107 lp_wwn = (BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag))->pwwn; in bfa_rport_set_lunmask()5109 BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag)->lun_mask = in bfa_rport_set_lunmask()5118 struct bfa_lps_mod_s *lps_mod = BFA_LPS_MOD(bfa); in bfa_rport_unset_lunmask() local5122 lp_wwn = (BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag))->pwwn; in bfa_rport_unset_lunmask()5124 BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag)->lun_mask = in bfa_rport_unset_lunmask()
Completed in 17 milliseconds