Searched refs:bfa_fcs_rpf_s (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/scsi/bfa/ |
H A D | bfa_fcs_rport.c | 3090 static void bfa_fcs_rpf_sm_uninit(struct bfa_fcs_rpf_s *rpf, 3092 static void bfa_fcs_rpf_sm_rpsc_sending(struct bfa_fcs_rpf_s *rpf, 3094 static void bfa_fcs_rpf_sm_rpsc(struct bfa_fcs_rpf_s *rpf, 3096 static void bfa_fcs_rpf_sm_rpsc_retry(struct bfa_fcs_rpf_s *rpf, 3098 static void bfa_fcs_rpf_sm_offline(struct bfa_fcs_rpf_s *rpf, 3100 static void bfa_fcs_rpf_sm_online(struct bfa_fcs_rpf_s *rpf, 3104 bfa_fcs_rpf_sm_uninit(struct bfa_fcs_rpf_s *rpf, enum rpf_event event) in bfa_fcs_rpf_sm_uninit() 3135 bfa_fcs_rpf_sm_rpsc_sending(struct bfa_fcs_rpf_s *rpf, enum rpf_event event) in bfa_fcs_rpf_sm_rpsc_sending() 3158 bfa_fcs_rpf_sm_rpsc(struct bfa_fcs_rpf_s *rpf, enum rpf_event event) in bfa_fcs_rpf_sm_rpsc() 3204 bfa_fcs_rpf_sm_rpsc_retry(struct bfa_fcs_rpf_s *rp [all...] |
H A D | bfa_fcs.h | 523 struct bfa_fcs_rpf_s; 524 typedef void (*bfa_fcs_rpf_sm_t)(struct bfa_fcs_rpf_s *, enum rpf_event); 527 struct bfa_fcs_rpf_s { struct 601 struct bfa_fcs_rpf_s rpf; /* Rport features module */ 528 smbfa_fcs_rpf_s global() argument 529 rportbfa_fcs_rpf_s global() argument 530 timerbfa_fcs_rpf_s global() argument 531 fcxpbfa_fcs_rpf_s global() argument 532 fcxp_wqebfa_fcs_rpf_s global() argument 533 rpsc_retriesbfa_fcs_rpf_s global() argument 534 rpsc_speedbfa_fcs_rpf_s global() argument 536 assigned_speedbfa_fcs_rpf_s global() argument
|