Searched refs:ReplyLength (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.c323 ReplyLength bytes of ReplyData; any excess reply data is received but
338 static int BusLogic_Command(struct BusLogic_HostAdapter *HostAdapter, enum BusLogic_OperationCode OperationCode, void *ParameterData, int ParameterLength, void *ReplyData, int ReplyLength) argument
350 if (ReplyLength > 0)
351 memset(ReplyData, 0, ReplyLength);
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;
486 for (i = 0; i < ReplyLength; i++)

Completed in 51 milliseconds