Searched refs:lps_mod (Results 1 – 3 of 3) sorted by relevance
28 struct bfa_lps_mod_s lps_mod; /* fcxp module */ member
446 #define BFA_LPS_MOD(__bfa) (&(__bfa)->modules.lps_mod)
5088 struct bfa_lps_mod_s *lps_mod = BFA_LPS_MOD(bfa); in bfa_rport_set_lunmask() local5093 lp_wwn = (BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag))->pwwn; in bfa_rport_set_lunmask()5095 BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag)->lun_mask = in bfa_rport_set_lunmask()5104 struct bfa_lps_mod_s *lps_mod = BFA_LPS_MOD(bfa); in bfa_rport_unset_lunmask() local5108 lp_wwn = (BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag))->pwwn; in bfa_rport_unset_lunmask()5110 BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag)->lun_mask = in bfa_rport_unset_lunmask()
Completed in 21 milliseconds