Searched refs:fc_els_cmd_s (Results 1 – 7 of 7) sorted by relevance
184 struct fc_els_cmd_s { struct346 struct fc_els_cmd_s els_cmd; /* ELS command code */361 struct fc_els_cmd_s els_cmd; /* ELS command code */371 struct fc_els_cmd_s els_cmd; /* ELS command code */401 struct fc_els_cmd_s els_cmd; /* ELS command code */457 struct fc_els_cmd_s els_cmd;810 struct fc_els_cmd_s els_cmd;838 struct fc_els_cmd_s els_cmd;866 struct fc_els_cmd_s els_cmd;921 struct fc_els_cmd_s els_cmd;[all …]
408 struct fc_els_cmd_s *acc = pld; in fc_logo_acc_build()412 memset(acc, 0, sizeof(struct fc_els_cmd_s)); in fc_logo_acc_build()415 return sizeof(struct fc_els_cmd_s); in fc_logo_acc_build()451 fc_ls_acc_build(struct fchs_s *fchs, struct fc_els_cmd_s *els_cmd, u32 d_id, in fc_ls_acc_build()455 memset(els_cmd, 0, sizeof(struct fc_els_cmd_s)); in fc_ls_acc_build()458 return sizeof(struct fc_els_cmd_s); in fc_ls_acc_build()
497 struct fc_els_cmd_s *els_cmd; in bfa_fcs_itnim_prli_response()513 els_cmd = (struct fc_els_cmd_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_itnim_prli_response()831 struct fc_els_cmd_s *els_cmd; in bfa_fcs_fcpim_uf_recv()838 els_cmd = (struct fc_els_cmd_s *) (fchs + 1); in bfa_fcs_fcpim_uf_recv()
1200 struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1); in bfa_fcs_fabric_uf_recv()1266 struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1); in bfa_fcs_fabric_process_uf()
184 u16 fc_ls_acc_build(struct fchs_s *fchs, struct fc_els_cmd_s *els_cmd,
761 struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1); in bfa_fcs_lport_uf_recv()3403 struct fc_els_cmd_s *els_cmd; in bfa_fcs_lport_ms_plogi_response()3419 els_cmd = (struct fc_els_cmd_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_ms_plogi_response()4350 struct fc_els_cmd_s *els_cmd; in bfa_fcs_lport_ns_plogi_response()4366 els_cmd = (struct fc_els_cmd_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_ns_plogi_response()5334 struct fc_els_cmd_s *els_cmd; in bfa_fcs_lport_scn_scr_response()5348 els_cmd = (struct fc_els_cmd_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_scn_scr_response()
2857 struct fc_els_cmd_s *els_cmd; in bfa_fcs_rport_uf_recv()2866 els_cmd = (struct fc_els_cmd_s *) (fchs + 1); in bfa_fcs_rport_uf_recv()
Completed in 35 milliseconds