Searched refs:els_cmd (Results 1 - 9 of 9) sorted by relevance

/drivers/scsi/bfa/
H A Dbfa_fc.h367 struct fc_els_cmd_s els_cmd; /* ELS command code */ member in struct:fc_logi_s
382 struct fc_els_cmd_s els_cmd; /* ELS command code */ member in struct:fc_logo_s
392 struct fc_els_cmd_s els_cmd; /* ELS command code */ member in struct:fc_adisc_s
422 struct fc_els_cmd_s els_cmd; /* ELS command code */ member in struct:fc_res_s
434 struct fc_els_cmd_s els_cmd; /* ELS command code */ member in struct:fc_res_acc_s
442 struct fc_els_cmd_s els_cmd; /* ELS command code */ member in struct:fc_rec_s
463 struct fc_els_cmd_s els_cmd; /* ELS command code */ member in struct:fc_rec_acc_s
478 struct fc_els_cmd_s els_cmd; member in struct:fc_rsi_s
665 struct fc_els_cmd_s els_cmd; /* ELS command code */ member in struct:fc_ls_rjt_s
714 struct fc_els_cmd_s els_cmd; /* EL member in struct:fc_rrq_s
831 struct fc_els_cmd_s els_cmd; member in struct:fc_echo_s
859 struct fc_els_cmd_s els_cmd; member in struct:fc_rnid_cmd_s
887 struct fc_els_cmd_s els_cmd; member in struct:fc_rnid_acc_s
942 struct fc_els_cmd_s els_cmd; member in struct:fc_rpsc_cmd_s
962 struct fc_els_cmd_s els_cmd; member in struct:fc_rpsc2_cmd_s
996 u8 els_cmd; member in struct:fc_rpsc2_acc_s
[all...]
H A Dbfa_fcbuild.c122 rrq_tmpl.els_cmd.els_code = FC_ELS_RRQ;
195 struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1); local
196 struct fc_ls_rjt_s *ls_rjt = (struct fc_ls_rjt_s *) els_cmd;
200 switch (els_cmd->els_code) {
231 plogi->els_cmd.els_code = els_code;
256 flogi->els_cmd.els_code = FC_ELS_FLOGI;
295 flogi->els_cmd.els_code = FC_ELS_ACC;
314 flogi->els_cmd.els_code = FC_ELS_FDISC;
345 struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1); local
349 switch (els_cmd
658 fc_ls_acc_build(struct fchs_s *fchs, struct fc_els_cmd_s *els_cmd, u32 d_id, u32 s_id, __be16 ox_id) argument
831 struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1); local
1001 struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1); local
[all...]
H A Dbfa_fcs_fcpim.c456 struct fc_els_cmd_s *els_cmd; local
472 els_cmd = (struct fc_els_cmd_s *) BFA_FCXP_RSP_PLD(fcxp);
474 if (els_cmd->els_code == FC_ELS_ACC) {
475 prli_resp = (struct fc_prli_s *) els_cmd;
807 struct fc_els_cmd_s *els_cmd; local
814 els_cmd = (struct fc_els_cmd_s *) (fchs + 1);
816 bfa_trc(itnim->fcs, els_cmd->els_code);
818 switch (els_cmd->els_code) {
H A Dbfa_fcs.c1170 struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1); local
1171 struct fc_logi_s *flogi = (struct fc_logi_s *) els_cmd;
1182 (els_cmd->els_code == FC_ELS_FLOGI) &&
1201 bfa_trc(fabric->fcs, els_cmd->els_code);
1202 if (els_cmd->els_code == FC_ELS_AUTH) {
1203 bfa_trc(fabric->fcs, els_cmd->els_code);
1222 bfa_trc(fabric->fcs, els_cmd->els_code);
1233 struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1); local
1235 bfa_trc(fabric->fcs, els_cmd->els_code);
1237 switch (els_cmd
[all...]
H A Dbfa_fcs_lport.c732 struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1); local
749 (els_cmd->els_code == FC_ELS_PLOGI)) {
750 bfa_fcs_lport_plogi(lport, fchs, (struct fc_logi_s *) els_cmd);
757 if ((fchs->type == FC_TYPE_ELS) && (els_cmd->els_code == FC_ELS_ECHO)) {
759 (struct fc_echo_s *)els_cmd, len);
766 if ((fchs->type == FC_TYPE_ELS) && (els_cmd->els_code == FC_ELS_RNID)) {
768 (struct fc_rnid_cmd_s *) els_cmd, len);
813 bfa_trc(lport->fcs, els_cmd->els_code);
814 if (els_cmd->els_code == FC_ELS_RSCN) {
819 if (els_cmd
3051 struct fc_els_cmd_s *els_cmd; local
3810 struct fc_els_cmd_s *els_cmd; local
4570 struct fc_els_cmd_s *els_cmd; local
[all...]
H A Dbfa_fcs_rport.c1423 if (plogi_rsp->els_cmd.els_code != FC_ELS_ACC) {
1570 bfa_trc(rport->fcs, ls_rjt->els_cmd.els_code);
2451 struct fc_els_cmd_s *els_cmd; local
2460 els_cmd = (struct fc_els_cmd_s *) (fchs + 1);
2462 bfa_trc(rport->fcs, els_cmd->els_code);
2464 switch (els_cmd->els_code) {
2984 if (rpsc2_acc->els_cmd == FC_ELS_ACC) {
H A Dbfa_fcbuild.h214 u16 fc_ls_acc_build(struct fchs_s *fchs, struct fc_els_cmd_s *els_cmd,
/drivers/scsi/libfc/
H A Dfc_exch.c1087 * @els_cmd: The ELS command to be sent
1092 static void fc_seq_els_rsp_send(struct fc_frame *fp, enum fc_els_cmd els_cmd, argument
1095 switch (els_cmd) {
1109 FC_LPORT_DBG(fr_dev(fp), "Invalid ELS CMD:%x\n", els_cmd); local
/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c582 struct lpfc_iocbq *cmdiocb, uint32_t els_cmd)
596 if (els_cmd == ELS_CMD_PRLO)
581 lpfc_rcv_logo(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, struct lpfc_iocbq *cmdiocb, uint32_t els_cmd) argument

Completed in 462 milliseconds