Searched refs:fcdiag (Results 1 – 3 of 3) sorted by relevance
25 BFA_MODULE(fcdiag);5661 bfa_fcdiag_set_busy_status(struct bfa_fcdiag_s *fcdiag) in bfa_fcdiag_set_busy_status() argument5663 struct bfa_fcport_s *fcport = BFA_FCPORT_MOD(fcdiag->bfa); in bfa_fcdiag_set_busy_status()5665 if (fcdiag->lb.lock) in bfa_fcdiag_set_busy_status()5681 struct bfa_fcdiag_s *fcdiag = BFA_FCDIAG_MOD(bfa); in bfa_fcdiag_attach() local5682 struct bfa_dport_s *dport = &fcdiag->dport; in bfa_fcdiag_attach()5684 fcdiag->bfa = bfa; in bfa_fcdiag_attach()5685 fcdiag->trcmod = bfa->trcmod; in bfa_fcdiag_attach()5697 struct bfa_fcdiag_s *fcdiag = BFA_FCDIAG_MOD(bfa); in bfa_fcdiag_iocdisable() local5698 struct bfa_dport_s *dport = &fcdiag->dport; in bfa_fcdiag_iocdisable()[all …]
32 struct bfa_fcdiag_s fcdiag; /* fcdiag module */ member
729 #define BFA_FCDIAG_MOD(__bfa) (&(__bfa)->modules.fcdiag)