Lines Matching full:ring
74 Controls how the transmit ring is serviced.
75 If set to zero, when a frame is submitted to the transmission ring, the same
76 task that is submitting it will service the ring unless there's already a
77 task servicing the TX ring.
79 the transmit ring is being serviced.
82 ring is serviced by a different task.
122 Number of consumer abdications in the MP ring for this queue.
123 An abdication occurs on every ring submission when tx_abdicate is true.
125 Number of consumer restarts in the MP ring for this queue.
126 A restart occurs when an attempt to drain a non-empty ring fails,
127 and the ring is already in the STALLED state.
129 Number of consumer stalls in the MP ring for this queue.
130 A stall occurs when an attempt to drain a non-empty ring fails.
132 Number of normal consumer starts in the MP ring for this queue.
133 A start occurs when the MP ring transitions from IDLE to BUSY.
135 Number of drops in the MP ring for this queue.
136 A drop occurs when there is an attempt to add an entry to an MP ring with
139 Number of entries which have been enqueued to the MP ring for this queue.
141 MP (soft) ring state.
142 This provides a snapshot of the current MP ring state, including the producer
174 Number of times a descriptor couldn't be added to the transmit ring because
175 the transmit ring was full.
199 Credits currently available in the receive ring.
201 Current receive ring consumer index.
203 Current receive ring producer index.