FreeBSD kernel BXE device code
eth_tx_bd_types Union Reference

#include <ecore_hsi.h>

Collaboration diagram for eth_tx_bd_types:

Data Fields

struct eth_tx_start_bd start_bd
 
struct eth_tx_bd reg_bd
 
struct eth_tx_parse_bd_e1x parse_bd_e1x
 
struct eth_tx_parse_bd_e2 parse_bd_e2
 
struct eth_tx_parse_2nd_bd parse_2nd_bd
 
struct eth_tx_next_bd next_bd
 

Detailed Description

Definition at line 7732 of file ecore_hsi.h.

Field Documentation

◆ next_bd

struct eth_tx_next_bd eth_tx_bd_types::next_bd

Definition at line 7739 of file ecore_hsi.h.

Referenced by bxe_alloc_hsi_mem().

◆ parse_2nd_bd

struct eth_tx_parse_2nd_bd eth_tx_bd_types::parse_2nd_bd

Definition at line 7738 of file ecore_hsi.h.

◆ parse_bd_e1x

struct eth_tx_parse_bd_e1x eth_tx_bd_types::parse_bd_e1x

Definition at line 7736 of file ecore_hsi.h.

Referenced by bxe_tx_encap().

◆ parse_bd_e2

struct eth_tx_parse_bd_e2 eth_tx_bd_types::parse_bd_e2

Definition at line 7737 of file ecore_hsi.h.

Referenced by bxe_tx_encap().

◆ reg_bd

struct eth_tx_bd eth_tx_bd_types::reg_bd

Definition at line 7735 of file ecore_hsi.h.

Referenced by bxe_tx_encap().

◆ start_bd

struct eth_tx_start_bd eth_tx_bd_types::start_bd

Definition at line 7734 of file ecore_hsi.h.

Referenced by bxe_free_tx_pkt(), and bxe_tx_encap().


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