Searched refs:reject_explain (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | cpqfcTSworker.c | 126 static int verify_PLOGI(PTACHYON fcChip, TachFCHDR_GCMND * fchs, u32 * reject_explain); 127 static int verify_PRLI(TachFCHDR_GCMND * fchs, u32 * reject_explain); 3177 int verify_PLOGI(PTACHYON fcChip, TachFCHDR_GCMND * fchs, u32 * reject_explain) in verify_PLOGI() argument 3189 *reject_explain = LS_RJT_REASON(LOGICAL_ERROR, OPTIONS_ERROR); in verify_PLOGI() 3195 *reject_explain = LS_RJT_REASON(LOGICAL_ERROR, DATA_FIELD_SIZE_ERROR); in verify_PLOGI() 3201 *reject_explain = LS_RJT_REASON(LOGICAL_ERROR, INVALID_CSP); in verify_PLOGI() 3205 *reject_explain = LS_RJT_REASON(LOGICAL_ERROR, INITIATOR_CTL_ERROR); in verify_PLOGI() 3212 int verify_PRLI(TachFCHDR_GCMND * fchs, u32 * reject_explain) in verify_PRLI() argument 3221 *reject_explain = LS_RJT_REASON(LOGICAL_ERROR, OPTIONS_ERROR); in verify_PRLI()
|