Home
last modified time | relevance | path

Searched refs:LOGICAL_ERROR (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSworker.c1085 ls_reject_code = LS_RJT_REASON(LOGICAL_ERROR, INVALID_PORT_NAME); in ProcessELS_Request()
1142 ls_reject_code = LS_RJT_REASON(LOGICAL_ERROR, NO_LOGIN_RESOURCES); in ProcessELS_Request()
3189 *reject_explain = LS_RJT_REASON(LOGICAL_ERROR, OPTIONS_ERROR); in verify_PLOGI()
3190 return LOGICAL_ERROR; in verify_PLOGI()
3195 *reject_explain = LS_RJT_REASON(LOGICAL_ERROR, DATA_FIELD_SIZE_ERROR); in verify_PLOGI()
3196 return LOGICAL_ERROR; in verify_PLOGI()
3201 *reject_explain = LS_RJT_REASON(LOGICAL_ERROR, INVALID_CSP); in verify_PLOGI()
3202 return LOGICAL_ERROR; in verify_PLOGI()
3205 *reject_explain = LS_RJT_REASON(LOGICAL_ERROR, INITIATOR_CTL_ERROR); in verify_PLOGI()
3206 return LOGICAL_ERROR; in verify_PLOGI()
[all …]
DcpqfcTSstructs.h1356 #define LOGICAL_ERROR 0x03 macro