|
iPXE
|
A Linda send work queue. More...
Data Fields | |
| uint8_t * | send_buf |
| Send buffer usage. More... | |
| unsigned int | prod |
| Producer index. More... | |
| unsigned int | cons |
| Consumer index. More... | |
| uint8_t* linda_send_work_queue::send_buf |
Send buffer usage.
Definition at line 51 of file linda.c.
Referenced by linda_complete_send(), linda_create_send_wq(), linda_destroy_send_wq(), linda_poll_send_wq(), and linda_post_send().
| unsigned int linda_send_work_queue::prod |
Producer index.
Definition at line 53 of file linda.c.
Referenced by linda_create_send_wq(), and linda_post_send().
| unsigned int linda_send_work_queue::cons |
Consumer index.
Definition at line 55 of file linda.c.
Referenced by linda_create_send_wq(), and linda_poll_send_wq().
1.8.15