Searched refs:fcdiag (Results 1 – 3 of 3) sorted by relevance
5693 bfa_fcdiag_set_busy_status(struct bfa_fcdiag_s *fcdiag) in bfa_fcdiag_set_busy_status() argument5695 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(fcdiag->bfa); in bfa_fcdiag_set_busy_status()5697 if (fcdiag->lb.lock) in bfa_fcdiag_set_busy_status()5707 struct bfa_fcdiag_s *fcdiag = BFA_FCDIAG_MOD(bfa); in bfa_fcdiag_attach() local5708 struct bfa_dport_s *dport = &fcdiag->dport; in bfa_fcdiag_attach()5710 fcdiag->bfa = bfa; in bfa_fcdiag_attach()5711 fcdiag->trcmod = bfa->trcmod; in bfa_fcdiag_attach()5725 struct bfa_fcdiag_s *fcdiag = BFA_FCDIAG_MOD(bfa); in bfa_fcdiag_iocdisable() local5726 struct bfa_dport_s *dport = &fcdiag->dport; in bfa_fcdiag_iocdisable()5728 bfa_trc(fcdiag, fcdiag->lb.lock); in bfa_fcdiag_iocdisable()[all …]
25 struct bfa_fcdiag_s fcdiag; /* fcdiag module */ member
734 #define BFA_FCDIAG_MOD(__bfa) (&(__bfa)->modules.fcdiag)