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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A DBusLogic.c330 ReplyLength bytes of ReplyData; any excess reply data is received but
345 static int BusLogic_Command(struct BusLogic_HostAdapter *HostAdapter, enum BusLogic_OperationCode OperationCode, void *ParameterData, int ParameterLength, void *ReplyData, int ReplyLength) argument
348 unsigned char *ReplyPointer = (unsigned char *) ReplyData;
358 memset(ReplyData, 0, ReplyLength);
494 BusLogic_Notice(" %02X", HostAdapter, ((unsigned char *) ReplyData)[i]);

Completed in 47 milliseconds