Home
last modified time | relevance | path

Searched refs:BFA_RPORT_MOD (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_svc.h264 #define BFA_RPORT_MOD(__bfa) (&(__bfa)->modules.rport_mod) macro
265 #define BFA_MEM_RPORT_KVA(__bfa) (&(BFA_RPORT_MOD(__bfa)->kva_seg))
271 (BFA_RPORT_MOD(__bfa)->rps_list + \
272 ((_tag) & (BFA_RPORT_MOD(__bfa)->num_rports - 1)))
Dbfa_svc.c4824 struct bfa_rport_mod_s *mod = BFA_RPORT_MOD(bfa); in bfa_rport_attach()
4863 struct bfa_rport_mod_s *mod = BFA_RPORT_MOD(bfa); in bfa_rport_iocdisable()
4891 struct bfa_rport_mod_s *mod = BFA_RPORT_MOD(rport->bfa); in bfa_rport_free()
5048 struct bfa_rport_mod_s *mod = BFA_RPORT_MOD(bfa); in bfa_rport_res_recfg()
5067 rp = bfa_rport_alloc(BFA_RPORT_MOD(bfa)); in bfa_rport_create()