Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c385 stat.un.b.lsRjtRsnCodeExp = LSEXP_INVALID_PNAME; in lpfc_rcv_plogi()
394 stat.un.b.lsRjtRsnCodeExp = LSEXP_INVALID_NNAME; in lpfc_rcv_plogi()
404 stat.un.b.lsRjtRsnCodeExp = LSEXP_SPARM_OPTIONS; in lpfc_rcv_plogi()
635 stat.un.b.lsRjtRsnCodeExp = LSEXP_NOTHING_MORE; in lpfc_rcv_plogi()
684 stat.un.b.lsRjtRsnCodeExp = LSEXP_OUT_OF_RESOURCE; in lpfc_rcv_plogi()
816 stat.un.b.lsRjtRsnCodeExp = LSEXP_SPARM_OPTIONS; in lpfc_rcv_padisc()
983 stat.un.b.lsRjtRsnCodeExp = LSEXP_REQ_UNSUPPORTED; in lpfc_rcv_prli_support_check()
1274 stat.un.b.lsRjtRsnCodeExp = LSEXP_CMD_IN_PROGRESS; in lpfc_rcv_plogi_plogi_issue()
1304 stat.un.b.lsRjtRsnCodeExp = LSEXP_NOTHING_MORE; in lpfc_rcv_prli_plogi_issue()
1835 stat.un.b.lsRjtRsnCodeExp = LSEXP_NOTHING_MORE; in lpfc_rcv_prli_reglogin_issue()
[all …]
H A Dlpfc_els.c4814 stat.un.b.lsRjtRsnCodeExp); in lpfc_els_retry()
4816 switch (stat.un.b.lsRjtRsnCodeExp) { in lpfc_els_retry()
4849 (stat.un.b.lsRjtRsnCodeExp == LSEXP_OUT_OF_RESOURCE)){ in lpfc_els_retry()
4860 rsn_code_exp = stat.un.b.lsRjtRsnCodeExp; in lpfc_els_retry()
4891 stat.un.b.lsRjtRsnCodeExp == LSEXP_PORT_LOGIN_REQ) { in lpfc_els_retry()
4896 stat.un.b.lsRjtRsnCodeExp == in lpfc_els_retry()
4905 rsn_code_exp = stat.un.b.lsRjtRsnCodeExp; in lpfc_els_retry()
4924 ((stat.un.b.lsRjtRsnCodeExp == LSEXP_INVALID_PNAME) || in lpfc_els_retry()
4925 (stat.un.b.lsRjtRsnCodeExp == LSEXP_INVALID_NPORT_ID)) in lpfc_els_retry()
4947 if (stat.un.b.lsRjtRsnCodeExp == in lpfc_els_retry()
[all …]
H A Dlpfc_hw.h725 uint8_t lsRjtRsnCodeExp; /* FC Word 0, bit 8:15 */ member