Searched refs:ParameterLength (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.c329 providing ParameterLength bytes of ParameterData and receiving at most
345 static int BusLogic_Command(struct BusLogic_HostAdapter *HostAdapter, enum BusLogic_OperationCode OperationCode, void *ParameterData, int ParameterLength, void *ReplyData, int ReplyLength) argument
392 while (ParameterLength > 0 && --TimeoutCounter >= 0) {
417 ParameterLength--;
525 if (ParameterLength > 0) {

Completed in 92 milliseconds