iPXE
|
A send queue. More...
#include <thunderx.h>
Data Fields | |
unsigned int | prod |
Producer counter. More... | |
unsigned int | cons |
Consumer counter. More... | |
userptr_t | sqe |
Send queue entries. More... | |
A send queue.
Definition at line 185 of file thunderx.h.
unsigned int txnic_sq::prod |
Producer counter.
Definition at line 187 of file thunderx.h.
Referenced by txnic_create_sq(), txnic_diag(), and txnic_send().
unsigned int txnic_sq::cons |
Consumer counter.
Definition at line 189 of file thunderx.h.
Referenced by txnic_complete_sqe(), txnic_create_sq(), txnic_diag(), and txnic_send().
userptr_t txnic_sq::sqe |
Send queue entries.
Definition at line 191 of file thunderx.h.
Referenced by txnic_alloc(), txnic_create_sq(), txnic_free(), and txnic_send().