Lines Matching full:element
95 [Read Pointer (RP)] ----------->[Ring Element] } TD
96 [Write Pointer (WP)]- [Ring Element]
97 - [Ring Element]
98 --------->[Ring Element]
99 [Ring Element]
108 * RP indicates the next element to be serviced by the device.
109 * When the host has a new buffer to send, it updates the ring element with
110 buffer information, increments the WP to the next element and rings the
122 [Read Pointer (RP)] ----------->[Ring Element] } ED
123 [Write Pointer (WP)]- [Ring Element]
124 - [Ring Element]
125 --------->[Ring Element]
126 [Ring Element]
137 pointed by RP, increments the RP to the next element and triggers the
140 Ring Element
143 A Ring Element is a data structure used to transfer a single block
144 of data between the host and the device. Transfer ring element types contain a
146 information. Other ring element types may only contain control and status
148 single element. For large multi-buffer operations (such as scatter and gather),