Lines Matching refs:els_cmd

774 	struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1);  in bfa_fcs_lport_uf_recv()  local
786 (els_cmd->els_code == FC_ELS_PLOGI)) { in bfa_fcs_lport_uf_recv()
804 (els_cmd->els_code == FC_ELS_PLOGI)) { in bfa_fcs_lport_uf_recv()
805 bfa_fcs_lport_plogi(lport, fchs, (struct fc_logi_s *) els_cmd); in bfa_fcs_lport_uf_recv()
812 if ((fchs->type == FC_TYPE_ELS) && (els_cmd->els_code == FC_ELS_ECHO)) { in bfa_fcs_lport_uf_recv()
814 (struct fc_echo_s *)els_cmd, len); in bfa_fcs_lport_uf_recv()
821 if ((fchs->type == FC_TYPE_ELS) && (els_cmd->els_code == FC_ELS_RNID)) { in bfa_fcs_lport_uf_recv()
823 (struct fc_rnid_cmd_s *) els_cmd, len); in bfa_fcs_lport_uf_recv()
868 bfa_trc(lport->fcs, els_cmd->els_code); in bfa_fcs_lport_uf_recv()
869 if (els_cmd->els_code == FC_ELS_RSCN) { in bfa_fcs_lport_uf_recv()
874 if (els_cmd->els_code == FC_ELS_LOGO) { in bfa_fcs_lport_uf_recv()
881 if (els_cmd->els_code == FC_ELS_PRLI) { in bfa_fcs_lport_uf_recv()
3462 struct fc_els_cmd_s *els_cmd; in bfa_fcs_lport_ms_plogi_response() local
3478 els_cmd = (struct fc_els_cmd_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_ms_plogi_response()
3480 switch (els_cmd->els_code) { in bfa_fcs_lport_ms_plogi_response()
3505 bfa_trc(port->fcs, els_cmd->els_code); in bfa_fcs_lport_ms_plogi_response()
4428 struct fc_els_cmd_s *els_cmd; in bfa_fcs_lport_ns_plogi_response() local
4444 els_cmd = (struct fc_els_cmd_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_ns_plogi_response()
4446 switch (els_cmd->els_code) { in bfa_fcs_lport_ns_plogi_response()
4472 bfa_trc(port->fcs, els_cmd->els_code); in bfa_fcs_lport_ns_plogi_response()
5424 struct fc_els_cmd_s *els_cmd; in bfa_fcs_lport_scn_scr_response() local
5438 els_cmd = (struct fc_els_cmd_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_lport_scn_scr_response()
5440 switch (els_cmd->els_code) { in bfa_fcs_lport_scn_scr_response()