Lines Matching refs:rport_cbarg

45 static void	bfa_fcs_rport_send_plogi(void *rport_cbarg,
47 static void bfa_fcs_rport_send_plogiacc(void *rport_cbarg,
53 static void bfa_fcs_rport_send_adisc(void *rport_cbarg,
59 static void bfa_fcs_rport_send_nsdisc(void *rport_cbarg,
69 static void bfa_fcs_rport_send_logo(void *rport_cbarg,
71 static void bfa_fcs_rport_send_logo_acc(void *rport_cbarg);
1693 bfa_fcs_rport_send_plogi(void *rport_cbarg, struct bfa_fcxp_s *fcxp_alloced) in bfa_fcs_rport_send_plogi() argument
1695 struct bfa_fcs_rport_s *rport = rport_cbarg; in bfa_fcs_rport_send_plogi()
1813 bfa_fcs_rport_send_plogiacc(void *rport_cbarg, struct bfa_fcxp_s *fcxp_alloced) in bfa_fcs_rport_send_plogiacc() argument
1815 struct bfa_fcs_rport_s *rport = rport_cbarg; in bfa_fcs_rport_send_plogiacc()
1847 bfa_fcs_rport_send_adisc(void *rport_cbarg, struct bfa_fcxp_s *fcxp_alloced) in bfa_fcs_rport_send_adisc() argument
1849 struct bfa_fcs_rport_s *rport = rport_cbarg; in bfa_fcs_rport_send_adisc()
1910 bfa_fcs_rport_send_nsdisc(void *rport_cbarg, struct bfa_fcxp_s *fcxp_alloced) in bfa_fcs_rport_send_nsdisc() argument
1912 struct bfa_fcs_rport_s *rport = rport_cbarg; in bfa_fcs_rport_send_nsdisc()
2066 bfa_fcs_rport_send_logo(void *rport_cbarg, struct bfa_fcxp_s *fcxp_alloced) in bfa_fcs_rport_send_logo() argument
2068 struct bfa_fcs_rport_s *rport = rport_cbarg; in bfa_fcs_rport_send_logo()
2104 bfa_fcs_rport_send_logo_acc(void *rport_cbarg) in bfa_fcs_rport_send_logo_acc() argument
2106 struct bfa_fcs_rport_s *rport = rport_cbarg; in bfa_fcs_rport_send_logo_acc()
3098 static void bfa_fcs_rpf_send_rpsc2(void *rport_cbarg,