Searched refs:fc_logi_s (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_fcbuild.c | 36 static struct fc_logi_s plogi_tmpl; 227 struct fc_logi_s *plogi = (struct fc_logi_s *) (pld); in fc_plogi_x_build() 229 memcpy(plogi, &plogi_tmpl, sizeof(struct fc_logi_s)); in fc_plogi_x_build() 247 return sizeof(struct fc_logi_s); in fc_plogi_x_build() 251 fc_flogi_build(struct fchs_s *fchs, struct fc_logi_s *flogi, u32 s_id, in fc_flogi_build() 258 memcpy(flogi, &plogi_tmpl, sizeof(struct fc_logi_s)); in fc_flogi_build() 285 return sizeof(struct fc_logi_s); in fc_flogi_build() 289 fc_flogi_acc_build(struct fchs_s *fchs, struct fc_logi_s *flogi, u32 s_id, in fc_flogi_acc_build() 296 memcpy(flogi, &plogi_tmpl, sizeof(struct fc_logi_s)); in fc_flogi_acc_build() 307 return sizeof(struct fc_logi_s); in fc_flogi_acc_build() [all …]
|
D | bfa_fcbuild.h | 131 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,
|
D | bfa_fcs.h | 483 struct fc_logi_s *plogi_rsp); 486 struct fc_logi_s *plogi); 488 struct fc_logi_s *plogi);
|
D | bfa_fcs.c | 1327 struct fc_logi_s *flogi = (struct fc_logi_s *) els_cmd; in bfa_fcs_fabric_uf_recv() 1416 struct fc_logi_s *flogi = (struct fc_logi_s *) (fchs + 1); in bfa_fcs_fabric_process_flogi()
|
D | bfa_fcs_rport.c | 50 struct fc_logi_s *plogi); 1744 struct fc_logi_s *plogi_rsp; in bfa_fcs_rport_plogi_response() 1761 plogi_rsp = (struct fc_logi_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_plogi_response() 2531 bfa_fcs_rport_update(struct bfa_fcs_rport_s *rport, struct fc_logi_s *plogi) in bfa_fcs_rport_update() 2657 struct fc_logi_s *plogi) in bfa_fcs_rport_start() 2676 struct fc_logi_s *plogi) in bfa_fcs_rport_plogi_create() 2699 struct fc_logi_s *plogi) in bfa_fcs_rport_plogi()
|
D | bfa_fc.h | 367 struct fc_logi_s { struct
|
D | bfa_fcs_lport.c | 58 struct fchs_s *rx_fchs, struct fc_logi_s *plogi); 437 struct fchs_s *rx_fchs, struct fc_logi_s *plogi) in bfa_fcs_lport_plogi() 801 bfa_fcs_lport_plogi(lport, fchs, (struct fc_logi_s *) els_cmd); in bfa_fcs_lport_uf_recv() 3471 if (rsp_len < sizeof(struct fc_logi_s)) { in bfa_fcs_lport_ms_plogi_response() 4437 if (rsp_len < sizeof(struct fc_logi_s)) { in bfa_fcs_lport_ns_plogi_response()
|