Searched refs:BFA_LPS_FROM_TAG (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_svc.c | 1497 lps = BFA_LPS_FROM_TAG(mod, rsp->bfa_tag); in bfa_lps_login_rsp() 1578 lps = BFA_LPS_FROM_TAG(mod, rsp->bfa_tag); in bfa_lps_logout_rsp() 1592 lps = BFA_LPS_FROM_TAG(mod, cvl->bfa_tag); in bfa_lps_rx_cvl_event() 1882 return BFA_LPS_FROM_TAG(mod, lp_tag)->fw_tag; in bfa_lps_get_fwtag() 1913 return BFA_LPS_FROM_TAG(mod, 0)->lp_pid; in bfa_lps_get_base_pid() 5038 lp_wwn = (BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag))->pwwn; in bfa_rport_set_lunmask() 5040 BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag)->lun_mask = in bfa_rport_set_lunmask() 5053 lp_wwn = (BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag))->pwwn; in bfa_rport_unset_lunmask() 5055 BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag)->lun_mask = in bfa_rport_unset_lunmask()
|
| H A D | bfa_svc.h | 447 #define BFA_LPS_FROM_TAG(__mod, __tag) (&(__mod)->lps_arr[__tag]) macro
|