Searched refs:ls_rjt (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Drport_ftrs.c329 struct fc_ls_rjt_s *ls_rjt; local
370 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp);
371 bfa_trc(rport->fcs, ls_rjt->reason_code);
372 bfa_trc(rport->fcs, ls_rjt->reason_code_expl);
374 if (ls_rjt->reason_code == FC_LS_RJT_RSN_CMD_NOT_SUPP)
H A Dscn.c235 struct fc_ls_rjt_s *ls_rjt; local
258 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp);
260 bfa_trc(port->fcs, ls_rjt->reason_code);
261 bfa_trc(port->fcs, ls_rjt->reason_code_expl);
H A Dfcpim.c450 struct fc_ls_rjt_s *ls_rjt; local
499 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp);
501 bfa_trc(itnim->fcs, ls_rjt->reason_code);
502 bfa_trc(itnim->fcs, ls_rjt->reason_code_expl);
H A Dms.c659 struct fc_ls_rjt_s *ls_rjt; local
690 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp);
692 bfa_trc(port->fcs, ls_rjt->reason_code);
693 bfa_trc(port->fcs, ls_rjt->reason_code_expl);
H A Dfcbuild.c184 struct fc_ls_rjt_s *ls_rjt = (struct fc_ls_rjt_s *) els_cmd; local
190 if (ls_rjt->reason_code == FC_LS_RJT_RSN_LOGICAL_BUSY)
335 struct fc_ls_rjt_s *ls_rjt; local
339 ls_rjt = (struct fc_ls_rjt_s *) (fchs + 1);
340 if (ls_rjt->reason_code == FC_LS_RJT_RSN_LOGICAL_BUSY)
618 fc_ls_rjt_build(struct fchs_s *fchs, struct fc_ls_rjt_s *ls_rjt, u32 d_id, argument
623 memset(ls_rjt, 0, sizeof(struct fc_ls_rjt_s));
625 ls_rjt->els_cmd.els_code = FC_ELS_LS_RJT;
626 ls_rjt->reason_code = reason_code;
627 ls_rjt
[all...]
H A Dns.c683 struct fc_ls_rjt_s *ls_rjt; local
714 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp);
716 bfa_trc(port->fcs, ls_rjt->reason_code);
717 bfa_trc(port->fcs, ls_rjt->reason_code_expl);
H A Drport.c1429 struct fc_ls_rjt_s *ls_rjt; local
1451 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp);
1453 bfa_trc(rport->fcs, ls_rjt->reason_code);
1454 bfa_trc(rport->fcs, ls_rjt->reason_code_expl);
1570 struct fc_ls_rjt_s *ls_rjt; local
1587 ls_rjt = pld;
1588 bfa_trc(rport->fcs, ls_rjt->els_cmd.els_code);
1589 bfa_trc(rport->fcs, ls_rjt->reason_code);
1590 bfa_trc(rport->fcs, ls_rjt->reason_code_expl);
H A Dfcbuild.h187 u16 fc_ls_rjt_build(struct fchs_s *fchs, struct fc_ls_rjt_s *ls_rjt,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c268 struct ls_rjt stat;
271 memset(&stat, 0, sizeof (struct ls_rjt));
456 struct ls_rjt stat;
794 struct ls_rjt stat;
797 memset(&stat, 0, sizeof (struct ls_rjt));
840 struct ls_rjt stat;
842 memset(&stat, 0, sizeof (struct ls_rjt));
1862 struct ls_rjt stat;
1864 memset(&stat, 0, sizeof (struct ls_rjt));
H A Dlpfc_els.c2705 struct ls_rjt stat;
3295 uint32_t ls_rjt = 0; local
3312 ls_rjt = 1;
3426 if (ls_rjt)
4551 struct ls_rjt stat;
4653 struct ls_rjt stat;
4701 struct ls_rjt stat;
4855 struct ls_rjt stat;
5000 struct ls_rjt stat;
5470 struct ls_rjt sta
[all...]
H A Dlpfc_hw.h583 struct ls_rjt { /* Structure is in Big Endian format */ struct
917 struct ls_rjt lsRjt; /* Payload for LS_RJT ELS response */

Completed in 316 milliseconds