Searched refs:ReplyBytes (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DBusLogic.c345 int ReplyBytes = 0, Result; local
460 if (++ReplyBytes <= ReplyLength)
483 BusLogic_Notice("BusLogic_Command(%02X) Status = %02X: %2d ==> %2d:", HostAdapter, OperationCode, StatusRegister.All, ReplyLength, ReplyBytes);
484 if (ReplyLength > ReplyBytes)
485 ReplyLength = ReplyBytes;
527 Result = ReplyBytes;

Completed in 45 milliseconds