From 970951666fe478399b79bdc4b66c015b06fff563 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 15 Sep 2007 02:53:05 +0100 Subject: arbel_post_send() has been observed to transmit a packet! --- src/include/gpxe/infiniband.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/include/gpxe') diff --git a/src/include/gpxe/infiniband.h b/src/include/gpxe/infiniband.h index 8b3a2f7c0..9337af353 100644 --- a/src/include/gpxe/infiniband.h +++ b/src/include/gpxe/infiniband.h @@ -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 */ -- cgit v1.2.3-55-g7522