Lines Matching refs:rport_cbarg

52 static void	bfa_fcs_rport_send_plogi(void *rport_cbarg,
54 static void bfa_fcs_rport_send_plogiacc(void *rport_cbarg,
60 static void bfa_fcs_rport_send_adisc(void *rport_cbarg,
66 static void bfa_fcs_rport_send_nsdisc(void *rport_cbarg,
76 static void bfa_fcs_rport_send_logo(void *rport_cbarg,
78 static void bfa_fcs_rport_send_logo_acc(void *rport_cbarg);
1705 bfa_fcs_rport_send_plogi(void *rport_cbarg, struct bfa_fcxp_s *fcxp_alloced) in bfa_fcs_rport_send_plogi() argument
1707 struct bfa_fcs_rport_s *rport = rport_cbarg; in bfa_fcs_rport_send_plogi()
1825 bfa_fcs_rport_send_plogiacc(void *rport_cbarg, struct bfa_fcxp_s *fcxp_alloced) in bfa_fcs_rport_send_plogiacc() argument
1827 struct bfa_fcs_rport_s *rport = rport_cbarg; in bfa_fcs_rport_send_plogiacc()
1859 bfa_fcs_rport_send_adisc(void *rport_cbarg, struct bfa_fcxp_s *fcxp_alloced) in bfa_fcs_rport_send_adisc() argument
1861 struct bfa_fcs_rport_s *rport = rport_cbarg; in bfa_fcs_rport_send_adisc()
1922 bfa_fcs_rport_send_nsdisc(void *rport_cbarg, struct bfa_fcxp_s *fcxp_alloced) in bfa_fcs_rport_send_nsdisc() argument
1924 struct bfa_fcs_rport_s *rport = rport_cbarg; in bfa_fcs_rport_send_nsdisc()
2078 bfa_fcs_rport_send_logo(void *rport_cbarg, struct bfa_fcxp_s *fcxp_alloced) in bfa_fcs_rport_send_logo() argument
2080 struct bfa_fcs_rport_s *rport = rport_cbarg; in bfa_fcs_rport_send_logo()
2116 bfa_fcs_rport_send_logo_acc(void *rport_cbarg) in bfa_fcs_rport_send_logo_acc() argument
2118 struct bfa_fcs_rport_s *rport = rport_cbarg; in bfa_fcs_rport_send_logo_acc()
3113 static void bfa_fcs_rpf_send_rpsc2(void *rport_cbarg,