FreeBSD kernel BXE device code
eth_tx_bd Struct Reference

#include <ecore_hsi.h>

Data Fields

uint32_t addr_lo
 
uint32_t addr_hi
 
uint16_t total_pkt_bytes
 
uint16_t nbytes
 
uint8_t reserved [4]
 

Detailed Description

Definition at line 7550 of file ecore_hsi.h.

Field Documentation

◆ addr_hi

uint32_t eth_tx_bd::addr_hi

Definition at line 7553 of file ecore_hsi.h.

Referenced by bxe_tx_encap().

◆ addr_lo

uint32_t eth_tx_bd::addr_lo

Definition at line 7552 of file ecore_hsi.h.

Referenced by bxe_tx_encap().

◆ nbytes

uint16_t eth_tx_bd::nbytes

Definition at line 7555 of file ecore_hsi.h.

Referenced by bxe_tx_encap().

◆ reserved

uint8_t eth_tx_bd::reserved[4]

Definition at line 7556 of file ecore_hsi.h.

◆ total_pkt_bytes

uint16_t eth_tx_bd::total_pkt_bytes

Definition at line 7554 of file ecore_hsi.h.

Referenced by bxe_tx_encap().


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