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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DcpqfcTScontrol.c269 fcChip->ERQ->producerIndex = 0L;
270 writel( fcChip->ERQ->producerIndex,
303 // NOTE: TachLite DMAs to the producerIndex host address
306 ulAddr = ((unsigned long)&fcChip->IMQ->producerIndex -
594 ULONG PI = fcChip->IMQ->producerIndex; // snapshot of IMQ indexes
731 if( fcChip->IMQ->producerIndex != fcChip->IMQ->consumerIndex )
737 fcChip->IMQ->producerIndex,fcChip->IMQ->consumerIndex,
924 fcChip->SFQ->producerIndex = (USHORT)
948 (USHORT)fcChip->SFQ->producerIndex, // SFQ producer ndx
1193 if( fcChip->ERQ->producerIndex !
[all...]
H A DcpqfcTSstructs.h335 ULONG producerIndex; // IMQ Producer Index register member in struct:__anon2277
367 ULONG producerIndex; // IMQ Producer Index register member in struct:__anon2279
409 ULONG producerIndex; // ERQ Producer Index register member in struct:__anon2282
H A DcpqfcTSworker.c5597 producer = (USHORT)fcChip->ERQ->producerIndex; // copies for logical arith.
5608 ErqIndex = (USHORT)fcChip->ERQ->producerIndex;
5609 fcChip->ERQ->producerIndex = producer; // this is written to Tachyon
5753 writel( fcChip->ERQ->producerIndex,

Completed in 65 milliseconds