Searched refs:fcdiag (Results 1 – 3 of 3) sorted by relevance
25 BFA_MODULE(fcdiag);5837 bfa_fcdiag_set_busy_status(struct bfa_fcdiag_s *fcdiag) in bfa_fcdiag_set_busy_status() argument5839 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(fcdiag->bfa); in bfa_fcdiag_set_busy_status()5841 if (fcdiag->lb.lock) in bfa_fcdiag_set_busy_status()5857 struct bfa_fcdiag_s *fcdiag = BFA_FCDIAG_MOD(bfa); in bfa_fcdiag_attach() local5858 struct bfa_dport_s *dport = &fcdiag->dport; in bfa_fcdiag_attach()5860 fcdiag->bfa = bfa; in bfa_fcdiag_attach()5861 fcdiag->trcmod = bfa->trcmod; in bfa_fcdiag_attach()5875 struct bfa_fcdiag_s *fcdiag = BFA_FCDIAG_MOD(bfa); in bfa_fcdiag_iocdisable() local5876 struct bfa_dport_s *dport = &fcdiag->dport; in bfa_fcdiag_iocdisable()[all …]
32 struct bfa_fcdiag_s fcdiag; /* fcdiag module */ member
741 #define BFA_FCDIAG_MOD(__bfa) (&(__bfa)->modules.fcdiag)