Searched refs:fcdiag (Results 1 – 3 of 3) sorted by relevance
5702 bfa_fcdiag_set_busy_status(struct bfa_fcdiag_s *fcdiag) in bfa_fcdiag_set_busy_status() argument5704 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(fcdiag->bfa); in bfa_fcdiag_set_busy_status()5706 if (fcdiag->lb.lock) in bfa_fcdiag_set_busy_status()5716 struct bfa_fcdiag_s *fcdiag = BFA_FCDIAG_MOD(bfa); in bfa_fcdiag_attach() local5717 struct bfa_dport_s *dport = &fcdiag->dport; in bfa_fcdiag_attach()5719 fcdiag->bfa = bfa; in bfa_fcdiag_attach()5720 fcdiag->trcmod = bfa->trcmod; in bfa_fcdiag_attach()5734 struct bfa_fcdiag_s *fcdiag = BFA_FCDIAG_MOD(bfa); in bfa_fcdiag_iocdisable() local5735 struct bfa_dport_s *dport = &fcdiag->dport; in bfa_fcdiag_iocdisable()5737 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)