Home
last modified time | relevance | path

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

/drivers/scsi/lpfc/
Dlpfc_nportdisc.c307 stat.un.b.lsRjtRsnCodeExp = LSEXP_INVALID_PNAME; in lpfc_rcv_plogi()
316 stat.un.b.lsRjtRsnCodeExp = LSEXP_INVALID_NNAME; in lpfc_rcv_plogi()
326 stat.un.b.lsRjtRsnCodeExp = LSEXP_SPARM_OPTIONS; in lpfc_rcv_plogi()
507 stat.un.b.lsRjtRsnCodeExp = LSEXP_NOTHING_MORE; in lpfc_rcv_plogi()
520 stat.un.b.lsRjtRsnCodeExp = LSEXP_OUT_OF_RESOURCE; in lpfc_rcv_plogi()
629 stat.un.b.lsRjtRsnCodeExp = LSEXP_SPARM_OPTIONS; in lpfc_rcv_padisc()
767 stat.un.b.lsRjtRsnCodeExp = LSEXP_REQ_UNSUPPORTED; in lpfc_rcv_prli_support_check()
1059 stat.un.b.lsRjtRsnCodeExp = LSEXP_CMD_IN_PROGRESS; in lpfc_rcv_plogi_plogi_issue()
1093 stat.un.b.lsRjtRsnCodeExp = LSEXP_NOTHING_MORE; in lpfc_rcv_prli_plogi_issue()
1649 stat.un.b.lsRjtRsnCodeExp = LSEXP_NOTHING_MORE; in lpfc_rcv_prli_reglogin_issue()
[all …]
Dlpfc_els.c3749 if (stat.un.b.lsRjtRsnCodeExp == in lpfc_els_retry()
3758 if (stat.un.b.lsRjtRsnCodeExp == in lpfc_els_retry()
3775 (stat.un.b.lsRjtRsnCodeExp == LSEXP_OUT_OF_RESOURCE)){ in lpfc_els_retry()
3806 stat.un.b.lsRjtRsnCodeExp == LSEXP_PORT_LOGIN_REQ) { in lpfc_els_retry()
3811 stat.un.b.lsRjtRsnCodeExp == in lpfc_els_retry()
3825 ((stat.un.b.lsRjtRsnCodeExp == LSEXP_INVALID_PNAME) || in lpfc_els_retry()
3826 (stat.un.b.lsRjtRsnCodeExp == LSEXP_INVALID_NPORT_ID)) in lpfc_els_retry()
3848 if (stat.un.b.lsRjtRsnCodeExp == in lpfc_els_retry()
5954 stat.un.b.lsRjtRsnCodeExp = rjt_expl; in lpfc_els_rcv_rdp()
6054 stat->un.b.lsRjtRsnCodeExp = LSEXP_CMD_IN_PROGRESS; in lpfc_els_lcb_rsp()
[all …]
Dlpfc_hw.h674 uint8_t lsRjtRsnCodeExp; /* FC Word 0, bit 8:15 */ member