Searched refs:fc_logi_s (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/scsi/bfa/ |
A D | bfa_fcbuild.c | 29 static struct fc_logi_s plogi_tmpl; 199 struct fc_logi_s *plogi = (struct fc_logi_s *) (pld); in fc_plogi_x_build() 219 return sizeof(struct fc_logi_s); in fc_plogi_x_build() 257 return sizeof(struct fc_logi_s); in fc_flogi_build() 279 return sizeof(struct fc_logi_s); in fc_flogi_acc_build() 297 return sizeof(struct fc_logi_s); in fc_fdisc_build() 322 struct fc_logi_s *plogi; in fc_plogi_rsp_parse() 355 struct fc_logi_s *plogi = (struct fc_logi_s *) (fchs + 1); in fc_plogi_parse() 529 struct fc_logi_s *pdisc = (struct fc_logi_s *) (fchs + 1); in fc_pdisc_parse() 808 struct fc_logi_s *pdisc = (struct fc_logi_s *) (fchs + 1); in fc_pdisc_build() [all …]
|
A D | bfa_fcbuild.h | 124 struct fc_logi_s plogi; 130 u16 fc_flogi_build(struct fchs_s *fchs, struct fc_logi_s *flogi, 135 u16 fc_fdisc_build(struct fchs_s *buf, struct fc_logi_s *flogi, u32 s_id, 139 u16 fc_flogi_acc_build(struct fchs_s *fchs, struct fc_logi_s *flogi,
|
A D | bfa_fcs.h | 473 struct fc_logi_s *plogi_rsp); 476 struct fc_logi_s *plogi); 478 struct fc_logi_s *plogi);
|
A D | bfa_fcs.c | 1201 struct fc_logi_s *flogi = (struct fc_logi_s *) els_cmd; in bfa_fcs_fabric_uf_recv() 1290 struct fc_logi_s *flogi = (struct fc_logi_s *) (fchs + 1); in bfa_fcs_fabric_process_flogi()
|
A D | bfa_fcs_rport.c | 43 struct fc_logi_s *plogi); 1732 struct fc_logi_s *plogi_rsp; in bfa_fcs_rport_plogi_response() 1749 plogi_rsp = (struct fc_logi_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_rport_plogi_response() 2516 bfa_fcs_rport_update(struct bfa_fcs_rport_s *rport, struct fc_logi_s *plogi) in bfa_fcs_rport_update() 2642 struct fc_logi_s *plogi) in bfa_fcs_rport_start() 2661 struct fc_logi_s *plogi) in bfa_fcs_rport_plogi_create() 2684 struct fc_logi_s *plogi) in bfa_fcs_rport_plogi()
|
A D | bfa_fc.h | 345 struct fc_logi_s { struct
|
A D | bfa_fcs_lport.c | 51 struct fchs_s *rx_fchs, struct fc_logi_s *plogi); 441 struct fchs_s *rx_fchs, struct fc_logi_s *plogi) in bfa_fcs_lport_plogi() 805 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()
|
Completed in 34 milliseconds