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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/protocol/
H A Dfc.h371 struct fc_els_cmd_s els_cmd; /* ELS command code */ member in struct:fc_logi_s
386 struct fc_els_cmd_s els_cmd; /* ELS command code */ member in struct:fc_logo_s
396 struct fc_els_cmd_s els_cmd; /* ELS command code */ member in struct:fc_adisc_s
426 struct fc_els_cmd_s els_cmd; /* ELS command code */ member in struct:fc_res_s
438 struct fc_els_cmd_s els_cmd; /* ELS command code */ member in struct:fc_res_acc_s
446 struct fc_els_cmd_s els_cmd; /* ELS command code */ member in struct:fc_rec_s
467 struct fc_els_cmd_s els_cmd; /* ELS command code */ member in struct:fc_rec_acc_s
482 struct fc_els_cmd_s els_cmd; member in struct:fc_rsi_s
677 struct fc_els_cmd_s els_cmd; /* ELS command code */ member in struct:fc_ls_rjt_s
726 struct fc_els_cmd_s els_cmd; /* EL member in struct:fc_rrq_s
843 struct fc_els_cmd_s els_cmd; member in struct:fc_echo_s
872 struct fc_els_cmd_s els_cmd; member in struct:fc_rnid_cmd_s
900 struct fc_els_cmd_s els_cmd; member in struct:fc_rnid_acc_s
996 struct fc_els_cmd_s els_cmd; member in struct:fc_rpsc_cmd_s
1016 struct fc_els_cmd_s els_cmd; member in struct:fc_rpsc2_cmd_s
1050 u8 els_cmd; member in struct:fc_rpsc2_acc_s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dloop.c186 struct fc_els_cmd_s *els_cmd; local
204 els_cmd = (struct fc_els_cmd_s *) BFA_FCXP_RSP_PLD(fcxp);
205 plogi_resp = (struct fc_logi_s *) els_cmd;
207 if (els_cmd->els_code == FC_ELS_ACC) {
210 bfa_trc(port->fcs, plogi_resp->els_cmd.els_code);
H A Dfcbuild.c123 rrq_tmpl.els_cmd.els_code = FC_ELS_RRQ;
183 struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1); local
184 struct fc_ls_rjt_s *ls_rjt = (struct fc_ls_rjt_s *) els_cmd;
188 switch (els_cmd->els_code) {
220 plogi->els_cmd.els_code = els_code;
245 flogi->els_cmd.els_code = FC_ELS_FLOGI;
283 flogi->els_cmd.els_code = FC_ELS_ACC;
302 flogi->els_cmd.els_code = FC_ELS_FDISC;
333 struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1); local
337 switch (els_cmd
650 fc_ls_acc_build(struct fchs_s *fchs, struct fc_els_cmd_s *els_cmd, u32 d_id, u32 s_id, u16 ox_id) argument
834 struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1); local
1006 struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1); local
[all...]
H A Dbfa_fcs_lport.c634 struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1); local
650 (els_cmd->els_code == FC_ELS_PLOGI)) {
651 bfa_fcs_port_plogi(lport, fchs, (struct fc_logi_s *) els_cmd);
658 if ((fchs->type == FC_TYPE_ELS) && (els_cmd->els_code == FC_ELS_ECHO)) {
660 (struct fc_echo_s *) els_cmd, len);
667 if ((fchs->type == FC_TYPE_ELS) && (els_cmd->els_code == FC_ELS_RNID)) {
669 (struct fc_rnid_cmd_s *) els_cmd, len);
695 bfa_trc(lport->fcs, els_cmd->els_code);
696 if (els_cmd->els_code == FC_ELS_RSCN) {
701 if (els_cmd
[all...]
H A Dfcpim.c448 struct fc_els_cmd_s *els_cmd; local
464 els_cmd = (struct fc_els_cmd_s *) BFA_FCXP_RSP_PLD(fcxp);
466 if (els_cmd->els_code == FC_ELS_ACC) {
467 prli_resp = (struct fc_prli_s *) els_cmd;
795 struct fc_els_cmd_s *els_cmd; local
802 els_cmd = (struct fc_els_cmd_s *) (fchs + 1);
804 bfa_trc(itnim->fcs, els_cmd->els_code);
806 switch (els_cmd->els_code) {
H A Dfabric.c1066 struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1); local
1067 struct fc_logi_s *flogi = (struct fc_logi_s *) els_cmd;
1078 && (els_cmd->els_code == FC_ELS_FLOGI)
1097 bfa_trc(fabric->fcs, els_cmd->els_code);
1098 if (els_cmd->els_code == FC_ELS_AUTH) {
1099 bfa_trc(fabric->fcs, els_cmd->els_code);
1100 fabric->auth.response = (u8 *) els_cmd;
1119 bfa_trc(fabric->fcs, els_cmd->els_code);
1130 struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1); local
1132 bfa_trc(fabric->fcs, els_cmd
[all...]
H A Dscn.c234 struct fc_els_cmd_s *els_cmd; local
248 els_cmd = (struct fc_els_cmd_s *) BFA_FCXP_RSP_PLD(fcxp);
250 switch (els_cmd->els_code) {
H A Dms.c658 struct fc_els_cmd_s *els_cmd; local
674 els_cmd = (struct fc_els_cmd_s *) BFA_FCXP_RSP_PLD(fcxp);
676 switch (els_cmd->els_code) {
701 bfa_trc(port->fcs, els_cmd->els_code);
H A Dns.c682 struct fc_els_cmd_s *els_cmd; local
698 els_cmd = (struct fc_els_cmd_s *) BFA_FCXP_RSP_PLD(fcxp);
700 switch (els_cmd->els_code) {
726 bfa_trc(port->fcs, els_cmd->els_code);
H A Drport_ftrs.c344 if (rpsc2_acc->els_cmd == FC_ELS_ACC) {
H A Drport.c1450 if (plogi_rsp->els_cmd.els_code != FC_ELS_ACC) {
1588 bfa_trc(rport->fcs, ls_rjt->els_cmd.els_code);
2546 struct fc_els_cmd_s *els_cmd; local
2555 els_cmd = (struct fc_els_cmd_s *) (fchs + 1);
2557 bfa_trc(rport->fcs, els_cmd->els_code);
2559 switch (els_cmd->els_code) {
H A Dfcbuild.h190 u16 fc_ls_acc_build(struct fchs_s *fchs, struct fc_els_cmd_s *els_cmd,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_exch.c930 * @els_cmd: The ELS command to be sent
935 static void fc_seq_els_rsp_send(struct fc_frame *fp, enum fc_els_cmd els_cmd, argument
938 switch (els_cmd) {
952 FC_LPORT_DBG(fr_dev(fp), "Invalid ELS CMD:%x\n", els_cmd); local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c507 struct lpfc_iocbq *cmdiocb, uint32_t els_cmd)
521 if (els_cmd == ELS_CMD_PRLO)
506 lpfc_rcv_logo(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, struct lpfc_iocbq *cmdiocb, uint32_t els_cmd) argument

Completed in 168 milliseconds