Home
last modified time | relevance | path

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

/Linux-v4.19/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()
504 stat.un.b.lsRjtRsnCodeExp = LSEXP_NOTHING_MORE; in lpfc_rcv_plogi()
517 stat.un.b.lsRjtRsnCodeExp = LSEXP_OUT_OF_RESOURCE; in lpfc_rcv_plogi()
626 stat.un.b.lsRjtRsnCodeExp = LSEXP_SPARM_OPTIONS; in lpfc_rcv_padisc()
764 stat.un.b.lsRjtRsnCodeExp = LSEXP_REQ_UNSUPPORTED; in lpfc_rcv_prli_support_check()
1020 stat.un.b.lsRjtRsnCodeExp = LSEXP_CMD_IN_PROGRESS; in lpfc_rcv_plogi_plogi_issue()
1054 stat.un.b.lsRjtRsnCodeExp = LSEXP_NOTHING_MORE; in lpfc_rcv_prli_plogi_issue()
1610 stat.un.b.lsRjtRsnCodeExp = LSEXP_NOTHING_MORE; in lpfc_rcv_prli_reglogin_issue()
[all …]
Dlpfc_els.c3417 if (stat.un.b.lsRjtRsnCodeExp == in lpfc_els_retry()
3426 if (stat.un.b.lsRjtRsnCodeExp == in lpfc_els_retry()
3443 (stat.un.b.lsRjtRsnCodeExp == LSEXP_OUT_OF_RESOURCE)){ in lpfc_els_retry()
3474 stat.un.b.lsRjtRsnCodeExp == LSEXP_PORT_LOGIN_REQ) { in lpfc_els_retry()
3479 stat.un.b.lsRjtRsnCodeExp == in lpfc_els_retry()
3493 ((stat.un.b.lsRjtRsnCodeExp == LSEXP_INVALID_PNAME) || in lpfc_els_retry()
3494 (stat.un.b.lsRjtRsnCodeExp == LSEXP_INVALID_NPORT_ID)) in lpfc_els_retry()
3516 if (stat.un.b.lsRjtRsnCodeExp == in lpfc_els_retry()
5605 stat.un.b.lsRjtRsnCodeExp = rjt_expl; in lpfc_els_rcv_rdp()
6528 stat.un.b.lsRjtRsnCodeExp = LSEXP_CANT_GIVE_DATA; in lpfc_els_rcv_rnid()
[all …]
Dlpfc_hw.h667 uint8_t lsRjtRsnCodeExp; /* FC Word 0, bit 8:15 */ member