Searched refs:bfa_fcs_lport_ms_s (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/bfa/
H A Dbfa_fcs_lport.c2787 bfa_fcs_lport_fdmi_init(struct bfa_fcs_lport_ms_s *ms) bfa_fcs_lport_fdmi_init()
2799 bfa_fcs_lport_fdmi_offline(struct bfa_fcs_lport_ms_s *ms) bfa_fcs_lport_fdmi_offline()
2808 bfa_fcs_lport_fdmi_online(struct bfa_fcs_lport_ms_s *ms) bfa_fcs_lport_fdmi_online()
2867 static void bfa_fcs_lport_ms_sm_offline(struct bfa_fcs_lport_ms_s *ms,
2869 static void bfa_fcs_lport_ms_sm_plogi_sending(struct bfa_fcs_lport_ms_s *ms,
2871 static void bfa_fcs_lport_ms_sm_plogi(struct bfa_fcs_lport_ms_s *ms,
2873 static void bfa_fcs_lport_ms_sm_plogi_retry(struct bfa_fcs_lport_ms_s *ms,
2875 static void bfa_fcs_lport_ms_sm_gmal_sending(struct bfa_fcs_lport_ms_s *ms,
2877 static void bfa_fcs_lport_ms_sm_gmal(struct bfa_fcs_lport_ms_s *ms,
2879 static void bfa_fcs_lport_ms_sm_gmal_retry(struct bfa_fcs_lport_ms_s *ms,
2881 static void bfa_fcs_lport_ms_sm_gfn_sending(struct bfa_fcs_lport_ms_s *ms,
2883 static void bfa_fcs_lport_ms_sm_gfn(struct bfa_fcs_lport_ms_s *ms,
2885 static void bfa_fcs_lport_ms_sm_gfn_retry(struct bfa_fcs_lport_ms_s *ms,
2887 static void bfa_fcs_lport_ms_sm_online(struct bfa_fcs_lport_ms_s *ms,
2893 bfa_fcs_lport_ms_sm_offline(struct bfa_fcs_lport_ms_s *ms, bfa_fcs_lport_ms_sm_offline()
2914 bfa_fcs_lport_ms_sm_plogi_sending(struct bfa_fcs_lport_ms_s *ms, bfa_fcs_lport_ms_sm_plogi_sending()
2937 bfa_fcs_lport_ms_sm_plogi(struct bfa_fcs_lport_ms_s *ms, bfa_fcs_lport_ms_sm_plogi()
2988 bfa_fcs_lport_ms_sm_plogi_retry(struct bfa_fcs_lport_ms_s *ms, bfa_fcs_lport_ms_sm_plogi_retry()
3014 bfa_fcs_lport_ms_sm_online(struct bfa_fcs_lport_ms_s *ms, bfa_fcs_lport_ms_sm_online()
3037 bfa_fcs_lport_ms_sm_gmal_sending(struct bfa_fcs_lport_ms_s *ms, bfa_fcs_lport_ms_sm_gmal_sending()
3060 bfa_fcs_lport_ms_sm_gmal(struct bfa_fcs_lport_ms_s *ms, bfa_fcs_lport_ms_sm_gmal()
3100 bfa_fcs_lport_ms_sm_gmal_retry(struct bfa_fcs_lport_ms_s *ms, bfa_fcs_lport_ms_sm_gmal_retry()
3131 struct bfa_fcs_lport_ms_s *ms = ms_cbarg; bfa_fcs_lport_ms_send_gmal()
3166 struct bfa_fcs_lport_ms_s *ms = (struct bfa_fcs_lport_ms_s *) cbarg; bfa_fcs_lport_ms_gmal_response()
3240 bfa_fcs_lport_ms_sm_gfn_sending(struct bfa_fcs_lport_ms_s *ms, bfa_fcs_lport_ms_sm_gfn_sending()
3263 bfa_fcs_lport_ms_sm_gfn(struct bfa_fcs_lport_ms_s *ms, bfa_fcs_lport_ms_sm_gfn()
3301 bfa_fcs_lport_ms_sm_gfn_retry(struct bfa_fcs_lport_ms_s *ms, bfa_fcs_lport_ms_sm_gfn_retry()
3332 struct bfa_fcs_lport_ms_s *ms = ms_cbarg; bfa_fcs_lport_ms_send_gfn()
3366 struct bfa_fcs_lport_ms_s *ms = (struct bfa_fcs_lport_ms_s *) cbarg; bfa_fcs_lport_ms_gfn_response()
3409 struct bfa_fcs_lport_ms_s *ms = ms_cbarg; bfa_fcs_lport_ms_send_plogi()
3448 struct bfa_fcs_lport_ms_s *ms = (struct bfa_fcs_lport_ms_s *) cbarg; bfa_fcs_lport_ms_plogi_response()
3501 struct bfa_fcs_lport_ms_s *ms = (struct bfa_fcs_lport_ms_s *) arg; bfa_fcs_lport_ms_timeout()
3511 struct bfa_fcs_lport_ms_s *ms = BFA_FCS_GET_MS_FROM_PORT(port); bfa_fcs_lport_ms_init()
3525 struct bfa_fcs_lport_ms_s *ms = BFA_FCS_GET_MS_FROM_PORT(port); bfa_fcs_lport_ms_offline()
3535 struct bfa_fcs_lport_ms_s *ms = BFA_FCS_GET_MS_FROM_PORT(port); bfa_fcs_lport_ms_online()
3543 struct bfa_fcs_lport_ms_s *ms = BFA_FCS_GET_MS_FROM_PORT(port); bfa_fcs_lport_ms_fabric_rscn()
H A Dbfa_fcs.h92 struct bfa_fcs_lport_ms_s *ms; /* parent ms */
100 struct bfa_fcs_lport_ms_s { struct
115 struct bfa_fcs_lport_ms_s ms; /* MS component of port */
317 void bfa_fcs_lport_fdmi_init(struct bfa_fcs_lport_ms_s *ms);
318 void bfa_fcs_lport_fdmi_offline(struct bfa_fcs_lport_ms_s *ms);
319 void bfa_fcs_lport_fdmi_online(struct bfa_fcs_lport_ms_s *ms);

Completed in 76 milliseconds