Searched refs:fcdiag (Results 1 – 3 of 3) sorted by relevance
5710 bfa_fcdiag_set_busy_status(struct bfa_fcdiag_s *fcdiag) in bfa_fcdiag_set_busy_status() argument5712 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(fcdiag->bfa); in bfa_fcdiag_set_busy_status()5714 if (fcdiag->lb.lock) in bfa_fcdiag_set_busy_status()5724 struct bfa_fcdiag_s *fcdiag = BFA_FCDIAG_MOD(bfa); in bfa_fcdiag_attach() local5725 struct bfa_dport_s *dport = &fcdiag->dport; in bfa_fcdiag_attach()5727 fcdiag->bfa = bfa; in bfa_fcdiag_attach()5728 fcdiag->trcmod = bfa->trcmod; in bfa_fcdiag_attach()5742 struct bfa_fcdiag_s *fcdiag = BFA_FCDIAG_MOD(bfa); in bfa_fcdiag_iocdisable() local5743 struct bfa_dport_s *dport = &fcdiag->dport; in bfa_fcdiag_iocdisable()5745 bfa_trc(fcdiag, fcdiag->lb.lock); in bfa_fcdiag_iocdisable()[all …]
33 struct bfa_fcdiag_s fcdiag; /* fcdiag module */ member
742 #define BFA_FCDIAG_MOD(__bfa) (&(__bfa)->modules.fcdiag)