Home
last modified time | relevance | path

Searched refs:lsRjtRsnCodeExp (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c372 stat.un.b.lsRjtRsnCodeExp = LSEXP_INVALID_PNAME; in lpfc_rcv_plogi()
381 stat.un.b.lsRjtRsnCodeExp = LSEXP_INVALID_NNAME; in lpfc_rcv_plogi()
391 stat.un.b.lsRjtRsnCodeExp = LSEXP_SPARM_OPTIONS; in lpfc_rcv_plogi()
633 stat.un.b.lsRjtRsnCodeExp = LSEXP_NOTHING_MORE; in lpfc_rcv_plogi()
814 stat.un.b.lsRjtRsnCodeExp = LSEXP_SPARM_OPTIONS; in lpfc_rcv_padisc()
1302 stat.un.b.lsRjtRsnCodeExp = LSEXP_NOTHING_MORE; in lpfc_rcv_prli_plogi_issue()
2377 stat.un.b.lsRjtRsnCodeExp = LSEXP_NOTHING_MORE; in lpfc_rcv_plogi_logo_issue()
2391 stat.un.b.lsRjtRsnCodeExp = LSEXP_NOTHING_MORE; in lpfc_rcv_prli_logo_issue()
2416 stat.un.b.lsRjtRsnCodeExp = LSEXP_NOTHING_MORE; in lpfc_rcv_padisc_logo_issue()
2430 stat.un.b.lsRjtRsnCodeExp = LSEXP_NOTHING_MORE; in lpfc_rcv_prlo_logo_issue()
[all …]
H A Dlpfc_els.c4739 stat.un.b.lsRjtRsnCodeExp); in lpfc_els_retry()
4741 switch (stat.un.b.lsRjtRsnCodeExp) { in lpfc_els_retry()
4785 rsn_code_exp = stat.un.b.lsRjtRsnCodeExp; in lpfc_els_retry()
4821 stat.un.b.lsRjtRsnCodeExp == in lpfc_els_retry()
4830 rsn_code_exp = stat.un.b.lsRjtRsnCodeExp; in lpfc_els_retry()
4872 if (stat.un.b.lsRjtRsnCodeExp == in lpfc_els_retry()
7419 stat.un.b.lsRjtRsnCodeExp = rjt_expl; in lpfc_els_rcv_rdp()
8517 stat.un.b.lsRjtRsnCodeExp = LSEXP_CANT_GIVE_DATA; in lpfc_els_rcv_lirr()
8713 stat.un.b.lsRjtRsnCodeExp = LSEXP_CANT_GIVE_DATA; in lpfc_els_rcv_rls()
8823 stat.un.b.lsRjtRsnCodeExp = LSEXP_CANT_GIVE_DATA; in lpfc_els_rcv_rtv()
[all …]
H A Dlpfc_hw.h701 uint8_t lsRjtRsnCodeExp; /* FC Word 0, bit 8:15 */ member