arbel_post_send() has been observed to transmit a packet!

This commit is contained in:
Michael Brown
2007-09-15 02:53:05 +01:00
parent 8b27da9de1
commit 970951666f
3 changed files with 56 additions and 23 deletions

View File

@@ -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 */