Lines Matching refs:els_cmd

770 	struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1);  in bfa_fcs_lport_uf_recv()  local
782 (els_cmd->els_code == FC_ELS_PLOGI)) { in bfa_fcs_lport_uf_recv()
800 (els_cmd->els_code == FC_ELS_PLOGI)) { in bfa_fcs_lport_uf_recv()
801 bfa_fcs_lport_plogi(lport, fchs, (struct fc_logi_s *) els_cmd); in bfa_fcs_lport_uf_recv()
808 if ((fchs->type == FC_TYPE_ELS) && (els_cmd->els_code == FC_ELS_ECHO)) { in bfa_fcs_lport_uf_recv()
810 (struct fc_echo_s *)els_cmd, len); in bfa_fcs_lport_uf_recv()
817 if ((fchs->type == FC_TYPE_ELS) && (els_cmd->els_code == FC_ELS_RNID)) { in bfa_fcs_lport_uf_recv()
819 (struct fc_rnid_cmd_s *) els_cmd, len); in bfa_fcs_lport_uf_recv()
864 bfa_trc(lport->fcs, els_cmd->els_code); in bfa_fcs_lport_uf_recv()
865 if (els_cmd->els_code == FC_ELS_RSCN) { in bfa_fcs_lport_uf_recv()
870 if (els_cmd->els_code == FC_ELS_LOGO) { in bfa_fcs_lport_uf_recv()
877 if (els_cmd->els_code == FC_ELS_PRLI) { in bfa_fcs_lport_uf_recv()
3450 struct fc_els_cmd_s *els_cmd; in bfa_fcs_lport_ms_plogi_response() local
3466 els_cmd = (struct fc_els_cmd_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_ms_plogi_response()
3468 switch (els_cmd->els_code) { in bfa_fcs_lport_ms_plogi_response()
3493 bfa_trc(port->fcs, els_cmd->els_code); in bfa_fcs_lport_ms_plogi_response()
4416 struct fc_els_cmd_s *els_cmd; in bfa_fcs_lport_ns_plogi_response() local
4432 els_cmd = (struct fc_els_cmd_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_ns_plogi_response()
4434 switch (els_cmd->els_code) { in bfa_fcs_lport_ns_plogi_response()
4460 bfa_trc(port->fcs, els_cmd->els_code); in bfa_fcs_lport_ns_plogi_response()
5426 struct fc_els_cmd_s *els_cmd; in bfa_fcs_lport_scn_scr_response() local
5440 els_cmd = (struct fc_els_cmd_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_scn_scr_response()
5442 switch (els_cmd->els_code) { in bfa_fcs_lport_scn_scr_response()