Searched refs:ReplyData (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
341 unsigned char *ReplyPointer = (unsigned char *) ReplyData;
351 memset(ReplyData, 0, ReplyLength);
487 BusLogic_Notice(" %02X", HostAdapter, ((unsigned char *) ReplyData)[i]);

Completed in 24 milliseconds