FreeBSD kernel IXGBE device code
ixgbe_adv_tx_desc Union Reference

#include <ixgbe_type.h>

Data Fields

struct {
   __le64   buffer_addr
 
   __le32   cmd_type_len
 
   __le32   olinfo_status
 
read
 
struct {
   __le64   rsvd
 
   __le32   nxtseq_seed
 
   __le32   status
 
wb
 

Detailed Description

Definition at line 3313 of file ixgbe_type.h.

Field Documentation

◆ buffer_addr

__le64 ixgbe_adv_tx_desc::buffer_addr

Definition at line 3315 of file ixgbe_type.h.

Referenced by ixgbe_isc_txd_encap().

◆ cmd_type_len

__le32 ixgbe_adv_tx_desc::cmd_type_len

Definition at line 3316 of file ixgbe_type.h.

Referenced by ixgbe_isc_txd_encap().

◆ nxtseq_seed

__le32 ixgbe_adv_tx_desc::nxtseq_seed

Definition at line 3321 of file ixgbe_type.h.

◆ olinfo_status

__le32 ixgbe_adv_tx_desc::olinfo_status

Definition at line 3317 of file ixgbe_type.h.

Referenced by ixgbe_isc_txd_encap().

◆ 

struct { ... } ixgbe_adv_tx_desc::read

Referenced by ixgbe_isc_txd_encap().

◆ rsvd

__le64 ixgbe_adv_tx_desc::rsvd

Definition at line 3320 of file ixgbe_type.h.

◆ status

__le32 ixgbe_adv_tx_desc::status

Definition at line 3322 of file ixgbe_type.h.

Referenced by ixgbe_isc_txd_credits_update().

◆ 

struct { ... } ixgbe_adv_tx_desc::wb

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