FreeBSD kernel BXE device code
bxe_sw_tx_bd Struct Reference

#include <bxe.h>

Data Fields

struct mbuf * m
 
bus_dmamap_t m_map
 
uint16_t first_bd
 
uint8_t flags
 

Detailed Description

Definition at line 512 of file bxe.h.

Field Documentation

◆ first_bd

uint16_t bxe_sw_tx_bd::first_bd

Definition at line 515 of file bxe.h.

Referenced by bxe_free_tx_pkt(), and bxe_tx_encap().

◆ flags

uint8_t bxe_sw_tx_bd::flags

Definition at line 516 of file bxe.h.

Referenced by bxe_tx_encap().

◆ m

struct mbuf* bxe_sw_tx_bd::m

Definition at line 513 of file bxe.h.

Referenced by bxe_free_tx_pkt(), and bxe_tx_encap().

◆ m_map

bus_dmamap_t bxe_sw_tx_bd::m_map

Definition at line 514 of file bxe.h.

Referenced by bxe_alloc_hsi_mem(), bxe_free_hsi_mem(), bxe_free_tx_pkt(), and bxe_tx_encap().


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