Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/bfa/
Dbfa_svc.h259 #define BFA_RPORT_MOD(__bfa) (&(__bfa)->modules.rport_mod) macro
260 #define BFA_MEM_RPORT_KVA(__bfa) (&(BFA_RPORT_MOD(__bfa)->kva_seg))
266 (BFA_RPORT_MOD(__bfa)->rps_list + \
267 ((_tag) & (BFA_RPORT_MOD(__bfa)->num_rports - 1)))
Dbfa_svc.c4452 struct bfa_rport_mod_s *mod = BFA_RPORT_MOD(bfa); in bfa_rport_attach()
4506 struct bfa_rport_mod_s *mod = BFA_RPORT_MOD(bfa); in bfa_rport_iocdisable()
4534 struct bfa_rport_mod_s *mod = BFA_RPORT_MOD(rport->bfa); in bfa_rport_free()
4676 struct bfa_rport_mod_s *mod = BFA_RPORT_MOD(bfa); in bfa_rport_res_recfg()
4695 rp = bfa_rport_alloc(BFA_RPORT_MOD(bfa)); in bfa_rport_create()