Searched refs:PopThresholdLevel (Results 1 – 1 of 1) sorted by relevance
95 ….WithValueField(0x10, 9, out packetFifos[idx].PopThresholdLevel, name: queueNames[idx] + "_pop_thr… in DefineRegisters()106 ….WithValueField(0x10, 13, out packetFifos[3].PopThresholdLevel, name: queueNames[3] + "_pop_thresh… in DefineRegisters()196 public IValueRegisterField PopThresholdLevel; field in Antmicro.Renode.Peripherals.Miscellaneous.EOSS3_PacketFIFO.PacketFifoBase254 if(fifo.Count - 1 <= (int)PopThresholdLevel.Value) in DequeueCallback()367 if(pf3BufferMode.Count - 1 <= (int)PopThresholdLevel.Value) in DequeueCallback()388 if(pf3QueueMode.Count - 1 <= (int)PopThresholdLevel.Value) in DequeueCallback()