mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
arbel_post_send() has been observed to transmit a packet!
This commit is contained in:
@@ -68,11 +68,12 @@ struct ibhdr {
|
||||
struct ib_work_queue {
|
||||
/** Number of work queue entries */
|
||||
unsigned int num_wqes;
|
||||
/** Posted index
|
||||
/** Next work queue entry index
|
||||
*
|
||||
* This is the index of the most recently posted entry.
|
||||
* This is the index of the next entry to be filled (i.e. the
|
||||
* first empty entry).
|
||||
*/
|
||||
unsigned int posted;
|
||||
unsigned int next_idx;
|
||||
/** I/O buffers assigned to work queue */
|
||||
struct io_buffer **iobufs;
|
||||
/** Driver private data */
|
||||
|
||||
Reference in New Issue
Block a user