Searched refs:bfa_fcs_rpf_s (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/scsi/bfa/ |
D | bfa_fcs_rport.c | 3124 static void bfa_fcs_rpf_sm_uninit(struct bfa_fcs_rpf_s *rpf, 3126 static void bfa_fcs_rpf_sm_rpsc_sending(struct bfa_fcs_rpf_s *rpf, 3128 static void bfa_fcs_rpf_sm_rpsc(struct bfa_fcs_rpf_s *rpf, 3130 static void bfa_fcs_rpf_sm_rpsc_retry(struct bfa_fcs_rpf_s *rpf, 3132 static void bfa_fcs_rpf_sm_offline(struct bfa_fcs_rpf_s *rpf, 3134 static void bfa_fcs_rpf_sm_online(struct bfa_fcs_rpf_s *rpf, 3138 bfa_fcs_rpf_sm_uninit(struct bfa_fcs_rpf_s *rpf, enum rpf_event event) in bfa_fcs_rpf_sm_uninit() 3169 bfa_fcs_rpf_sm_rpsc_sending(struct bfa_fcs_rpf_s *rpf, enum rpf_event event) in bfa_fcs_rpf_sm_rpsc_sending() 3192 bfa_fcs_rpf_sm_rpsc(struct bfa_fcs_rpf_s *rpf, enum rpf_event event) in bfa_fcs_rpf_sm_rpsc() 3238 bfa_fcs_rpf_sm_rpsc_retry(struct bfa_fcs_rpf_s *rpf, enum rpf_event event) in bfa_fcs_rpf_sm_rpsc_retry() [all …]
|
D | bfa_fcs.h | 401 struct bfa_fcs_rpf_s { struct 445 struct bfa_fcs_rpf_s rpf; /* Rport features module */
|