Searched refs:producerIndex (Results 1 – 3 of 3) sorted by relevance
235 fcChip->ERQ->producerIndex = 0L; in CpqTsCreateTachLiteQues()236 writel(fcChip->ERQ->producerIndex, (fcChip->Registers.ReMapMemBase + TL_MEM_ERQ_PRODUCER_INDEX)); in CpqTsCreateTachLiteQues()266 …ulAddr = ((unsigned long) &fcChip->IMQ->producerIndex - (unsigned long) fcChip->IMQ) + (unsigned l… in CpqTsCreateTachLiteQues()530 u32 PI = fcChip->IMQ->producerIndex; // snapshot of IMQ indexes in PeekIMQEntry()659 if (fcChip->IMQ->producerIndex != fcChip->IMQ->consumerIndex) { // need to process message in CpqTsProcessIMQEntry()663 …printk("PI %X, CI %X type: %X\n", fcChip->IMQ->producerIndex, fcChip->IMQ->consumerIndex, fcChip-… in CpqTsProcessIMQEntry()839 fcChip->SFQ->producerIndex = (u16) in CpqTsProcessIMQEntry()860 (u16) fcChip->SFQ->producerIndex, // SFQ producer ndx in CpqTsProcessIMQEntry()1088 if (fcChip->ERQ->producerIndex != fcChip->ERQ->consumerIndex) { in CpqTsProcessIMQEntry()1091 fcChip->ERQ->producerIndex = fcChip->ERQ->consumerIndex = 0; in CpqTsProcessIMQEntry()[all …]
329 __u32 producerIndex; // IMQ Producer Index register member361 __u32 producerIndex; // IMQ Producer Index register member403 __u32 producerIndex; // ERQ Producer Index register member
4557 producer = (u16) fcChip->ERQ->producerIndex; // copies for logical arith. in cpqfcTSStartExchange()4568 ErqIndex = (u16) fcChip->ERQ->producerIndex; in cpqfcTSStartExchange()4569 fcChip->ERQ->producerIndex = producer; // this is written to Tachyon in cpqfcTSStartExchange()4704 writel(fcChip->ERQ->producerIndex, fcChip->Registers.ERQproducerIndex.address); in cpqfcTSStartExchange()