Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
DcpqfcTSworker.c126 static int verify_PLOGI(PTACHYON fcChip, TachFCHDR_GCMND * fchs, u32 * reject_explain);
1038 if (!verify_PLOGI(fcChip, fchs, &ls_reject_code)) // valid payload? in ProcessELS_Request()
1117 if (!verify_PLOGI(fcChip, fchs, &ls_reject_code)) // valid payload? in ProcessELS_Request()
1384 if (!verify_PLOGI(fcChip, fchs, &ls_reject_code)) { in ProcessELS_Reply()
1442 if (!verify_PLOGI(fcChip, fchs, &ls_reject_code)) { in ProcessELS_Reply()
3177 int verify_PLOGI(PTACHYON fcChip, TachFCHDR_GCMND * fchs, u32 * reject_explain) in verify_PLOGI() function