iPXE
Data Fields
netvsc_rx_establish_buffer_completion Struct Reference

NetVSC establish receive data buffer completion. More...

#include <netvsc.h>

Data Fields

struct netvsc_header header
 Message header. More...
 
uint32_t status
 Status. More...
 
uint32_t count
 Number of sections (must be 1) More...
 
struct netvsc_rx_buffer_section section [1]
 Section descriptors. More...
 

Detailed Description

NetVSC establish receive data buffer completion.

Definition at line 178 of file netvsc.h.

Field Documentation

◆ header

struct netvsc_header netvsc_rx_establish_buffer_completion::header

Message header.

Definition at line 180 of file netvsc.h.

Referenced by netvsc_rx_established_buffer().

◆ status

uint32_t netvsc_rx_establish_buffer_completion::status

Status.

Definition at line 182 of file netvsc.h.

Referenced by netvsc_rx_established_buffer().

◆ count

uint32_t netvsc_rx_establish_buffer_completion::count

Number of sections (must be 1)

Definition at line 184 of file netvsc.h.

◆ section

struct netvsc_rx_buffer_section netvsc_rx_establish_buffer_completion::section[1]

Section descriptors.

Definition at line 186 of file netvsc.h.


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