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

/drivers/scsi/bfa/
H A Dbfa_fcbuild.c36 static struct fc_logi_s plogi_tmpl;
227 struct fc_logi_s *plogi = (struct fc_logi_s *) (pld);
229 memcpy(plogi, &plogi_tmpl, sizeof(struct fc_logi_s));
243 return sizeof(struct fc_logi_s);
247 fc_flogi_build(struct fchs_s *fchs, struct fc_logi_s *flogi, u32 s_id,
254 memcpy(flogi, &plogi_tmpl, sizeof(struct fc_logi_s));
281 return sizeof(struct fc_logi_s);
285 fc_flogi_acc_build(struct fchs_s *fchs, struct fc_logi_s *flogi, u32 s_id,
292 memcpy(flogi, &plogi_tmpl, sizeof(struct fc_logi_s));
[all...]
H A Dbfa_fcbuild.h131 struct fc_logi_s plogi;
137 u16 fc_flogi_build(struct fchs_s *fchs, struct fc_logi_s *flogi,
142 u16 fc_fdisc_build(struct fchs_s *buf, struct fc_logi_s *flogi, u32 s_id,
146 u16 fc_flogi_acc_build(struct fchs_s *fchs, struct fc_logi_s *flogi,
H A Dbfa_fcs.h470 struct fc_logi_s *plogi_rsp);
473 struct fc_logi_s *plogi);
475 struct fc_logi_s *plogi);
H A Dbfa_fcs.c1171 struct fc_logi_s *flogi = (struct fc_logi_s *) els_cmd;
1257 struct fc_logi_s *flogi = (struct fc_logi_s *) (fchs + 1);
H A Dbfa_fcs_rport.c42 struct fc_logi_s *plogi);
1401 struct fc_logi_s *plogi_rsp;
1418 plogi_rsp = (struct fc_logi_s *) BFA_FCXP_RSP_PLD(fcxp);
2146 bfa_fcs_rport_update(struct bfa_fcs_rport_s *rport, struct fc_logi_s *plogi)
2272 struct fc_logi_s *plogi)
2291 struct fc_logi_s *plogi)
2314 struct fc_logi_s *plogi)
H A Dbfa_fc.h366 struct fc_logi_s { struct
H A Dbfa_fcs_lport.c30 struct fchs_s *rx_fchs, struct fc_logi_s *plogi);
395 struct fchs_s *rx_fchs, struct fc_logi_s *plogi)
750 bfa_fcs_lport_plogi(lport, fchs, (struct fc_logi_s *) els_cmd);
3072 if (rsp_len < sizeof(struct fc_logi_s)) {
3809 /* struct fc_logi_s *plogi_resp; */
3831 if (rsp_len < sizeof(struct fc_logi_s)) {

Completed in 97 milliseconds