iPXE
Data Fields
linda_send_work_queue Struct Reference

A Linda send work queue. More...

Data Fields

uint8_tsend_buf
 Send buffer usage. More...
 
unsigned int prod
 Producer index. More...
 
unsigned int cons
 Consumer index. More...
 

Detailed Description

A Linda send work queue.

Definition at line 48 of file linda.c.

Field Documentation

◆ send_buf

uint8_t* linda_send_work_queue::send_buf

Send buffer usage.

Definition at line 50 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().

◆ prod

unsigned int linda_send_work_queue::prod

Producer index.

Definition at line 52 of file linda.c.

Referenced by linda_create_send_wq(), and linda_post_send().

◆ cons

unsigned int linda_send_work_queue::cons

Consumer index.

Definition at line 54 of file linda.c.

Referenced by linda_create_send_wq(), and linda_poll_send_wq().


The documentation for this struct was generated from the following file: