FreeBSD kernel IXGBE device code
ixgbe_legacy_rx_desc Struct Reference

#include <ixgbe_type.h>

Data Fields

__le64 buffer_addr
 
__le16 length
 
__le16 csum
 
u8 status
 
u8 errors
 
__le16 vlan
 

Detailed Description

Definition at line 3327 of file ixgbe_type.h.

Field Documentation

◆ buffer_addr

__le64 ixgbe_legacy_rx_desc::buffer_addr

Definition at line 3328 of file ixgbe_type.h.

◆ csum

__le16 ixgbe_legacy_rx_desc::csum

Definition at line 3330 of file ixgbe_type.h.

◆ errors

u8 ixgbe_legacy_rx_desc::errors

Definition at line 3332 of file ixgbe_type.h.

◆ length

__le16 ixgbe_legacy_rx_desc::length

Definition at line 3329 of file ixgbe_type.h.

◆ status

u8 ixgbe_legacy_rx_desc::status

Definition at line 3331 of file ixgbe_type.h.

◆ vlan

__le16 ixgbe_legacy_rx_desc::vlan

Definition at line 3333 of file ixgbe_type.h.


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