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

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c362 struct ls_rjt stat;
367 memset(&stat, 0, sizeof (struct ls_rjt));
736 struct ls_rjt stat;
954 struct ls_rjt stat;
986 memset(&stat, 0, sizeof(struct ls_rjt));
1272 struct ls_rjt stat;
1275 memset(&stat, 0, sizeof (struct ls_rjt));
1316 struct ls_rjt stat;
1318 memset(&stat, 0, sizeof (struct ls_rjt));
1849 struct ls_rjt sta
[all...]
H A Dlpfc_els.c4621 struct ls_rjt stat;
7068 struct ls_rjt *stat;
7203 stat = (struct ls_rjt *)(pcmd + sizeof(uint32_t));
7412 struct ls_rjt stat;
7498 struct ls_rjt *stat;
7604 stat = (struct ls_rjt *)(pcmd + sizeof(uint32_t));
7723 struct ls_rjt stat;
8502 struct ls_rjt stat;
8571 struct ls_rjt stat;
8739 struct ls_rjt sta
[all...]
H A Dlpfc_hw.h663 struct ls_rjt { /* Structure is in Big Endian format */ struct
1045 struct ls_rjt lsRjt; /* Payload for LS_RJT ELS response */
/linux-master/drivers/scsi/bfa/
H A Dbfa_fcbuild.c323 struct fc_ls_rjt_s *ls_rjt; local
327 ls_rjt = (struct fc_ls_rjt_s *) (fchs + 1);
328 if (ls_rjt->reason_code == FC_LS_RJT_RSN_LOGICAL_BUSY)
602 fc_ls_rjt_build(struct fchs_s *fchs, struct fc_ls_rjt_s *ls_rjt, u32 d_id, argument
607 memset(ls_rjt, 0, sizeof(struct fc_ls_rjt_s));
609 ls_rjt->els_cmd.els_code = FC_ELS_LS_RJT;
610 ls_rjt->reason_code = reason_code;
611 ls_rjt->reason_code_expl = reason_code_expl;
612 ls_rjt->vendor_unique = 0x00;
H A Dbfa_fcs_fcpim.c499 struct fc_ls_rjt_s *ls_rjt; local
549 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp);
551 bfa_trc(itnim->fcs, ls_rjt->reason_code);
552 bfa_trc(itnim->fcs, ls_rjt->reason_code_expl);
555 if (ls_rjt->reason_code == FC_LS_RJT_RSN_CMD_NOT_SUPP) {
H A Dbfa_fcs_rport.c1749 struct fc_ls_rjt_s *ls_rjt; local
1771 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp);
1773 bfa_trc(rport->fcs, ls_rjt->reason_code);
1774 bfa_trc(rport->fcs, ls_rjt->reason_code_expl);
1776 if ((ls_rjt->reason_code == FC_LS_RJT_RSN_UNABLE_TO_PERF_CMD) &&
1777 (ls_rjt->reason_code_expl == FC_LS_RJT_EXP_INSUFF_RES)) {
1901 struct fc_ls_rjt_s *ls_rjt; local
1918 ls_rjt = pld;
1919 bfa_trc(rport->fcs, ls_rjt->els_cmd.els_code);
1920 bfa_trc(rport->fcs, ls_rjt
3400 struct fc_ls_rjt_s *ls_rjt; local
[all...]
H A Dbfa_fcbuild.h205 u16 fc_ls_rjt_build(struct fchs_s *fchs, struct fc_ls_rjt_s *ls_rjt,
H A Dbfa_fcs_lport.c3423 struct fc_ls_rjt_s *ls_rjt; local
3454 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp);
3456 bfa_trc(port->fcs, ls_rjt->reason_code);
3457 bfa_trc(port->fcs, ls_rjt->reason_code_expl);
4370 struct fc_ls_rjt_s *ls_rjt; local
4401 ls_rjt = (struct fc_ls_rjt_s *) BFA_FCXP_RSP_PLD(fcxp);
4403 bfa_trc(port->fcs, ls_rjt->reason_code);
4404 bfa_trc(port->fcs, ls_rjt->reason_code_expl);
5354 struct fc_ls_rjt_s *ls_rjt; local
5377 ls_rjt
[all...]

Completed in 255 milliseconds