Searched refs:fcdiag (Results 1 – 3 of 3) sorted by relevance
5593 bfa_fcdiag_set_busy_status(struct bfa_fcdiag_s *fcdiag) in bfa_fcdiag_set_busy_status() argument5595 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(fcdiag->bfa); in bfa_fcdiag_set_busy_status()5597 if (fcdiag->lb.lock) in bfa_fcdiag_set_busy_status()5607 struct bfa_fcdiag_s *fcdiag = BFA_FCDIAG_MOD(bfa); in bfa_fcdiag_attach() local5608 struct bfa_dport_s *dport = &fcdiag->dport; in bfa_fcdiag_attach()5610 fcdiag->bfa = bfa; in bfa_fcdiag_attach()5611 fcdiag->trcmod = bfa->trcmod; in bfa_fcdiag_attach()5625 struct bfa_fcdiag_s *fcdiag = BFA_FCDIAG_MOD(bfa); in bfa_fcdiag_iocdisable() local5626 struct bfa_dport_s *dport = &fcdiag->dport; in bfa_fcdiag_iocdisable()5628 bfa_trc(fcdiag, fcdiag->lb.lock); in bfa_fcdiag_iocdisable()[all …]
25 struct bfa_fcdiag_s fcdiag; /* fcdiag module */ member
802 #define BFA_FCDIAG_MOD(__bfa) (&(__bfa)->modules.fcdiag)