Home
last modified time | relevance | path

Searched refs:fc_logi_s (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_fcbuild.c37 static struct fc_logi_s plogi_tmpl;
228 struct fc_logi_s *plogi = (struct fc_logi_s *) (pld); in fc_plogi_x_build()
230 memcpy(plogi, &plogi_tmpl, sizeof(struct fc_logi_s)); in fc_plogi_x_build()
248 return sizeof(struct fc_logi_s); in fc_plogi_x_build()
252 fc_flogi_build(struct fchs_s *fchs, struct fc_logi_s *flogi, u32 s_id, in fc_flogi_build()
259 memcpy(flogi, &plogi_tmpl, sizeof(struct fc_logi_s)); in fc_flogi_build()
286 return sizeof(struct fc_logi_s); in fc_flogi_build()
290 fc_flogi_acc_build(struct fchs_s *fchs, struct fc_logi_s *flogi, u32 s_id, in fc_flogi_acc_build()
297 memcpy(flogi, &plogi_tmpl, sizeof(struct fc_logi_s)); in fc_flogi_acc_build()
308 return sizeof(struct fc_logi_s); in fc_flogi_acc_build()
[all …]
Dbfa_fcbuild.h132 struct fc_logi_s plogi;
138 u16 fc_flogi_build(struct fchs_s *fchs, struct fc_logi_s *flogi,
143 u16 fc_fdisc_build(struct fchs_s *buf, struct fc_logi_s *flogi, u32 s_id,
147 u16 fc_flogi_acc_build(struct fchs_s *fchs, struct fc_logi_s *flogi,
Dbfa_fcs.h484 struct fc_logi_s *plogi_rsp);
487 struct fc_logi_s *plogi);
489 struct fc_logi_s *plogi);
Dbfa_fcs.c1209 struct fc_logi_s *flogi = (struct fc_logi_s *) els_cmd; in bfa_fcs_fabric_uf_recv()
1298 struct fc_logi_s *flogi = (struct fc_logi_s *) (fchs + 1); in bfa_fcs_fabric_process_flogi()
Dbfa_fcs_rport.c51 struct fc_logi_s *plogi);
1745 struct fc_logi_s *plogi_rsp; in bfa_fcs_rport_plogi_response()
1762 plogi_rsp = (struct fc_logi_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_plogi_response()
2532 bfa_fcs_rport_update(struct bfa_fcs_rport_s *rport, struct fc_logi_s *plogi) in bfa_fcs_rport_update()
2658 struct fc_logi_s *plogi) in bfa_fcs_rport_start()
2677 struct fc_logi_s *plogi) in bfa_fcs_rport_plogi_create()
2700 struct fc_logi_s *plogi) in bfa_fcs_rport_plogi()
Dbfa_fc.h368 struct fc_logi_s { struct
Dbfa_fcs_lport.c59 struct fchs_s *rx_fchs, struct fc_logi_s *plogi);
449 struct fchs_s *rx_fchs, struct fc_logi_s *plogi) in bfa_fcs_lport_plogi()
813 bfa_fcs_lport_plogi(lport, fchs, (struct fc_logi_s *) els_cmd); in bfa_fcs_lport_uf_recv()
3483 if (rsp_len < sizeof(struct fc_logi_s)) { in bfa_fcs_lport_ms_plogi_response()
4449 if (rsp_len < sizeof(struct fc_logi_s)) { in bfa_fcs_lport_ns_plogi_response()