FreeBSD kernel CXGB device code
tx_sw_desc Struct Reference

Data Fields

struct mbuf * m
 
bus_dmamap_t map
 
int flags
 

Detailed Description

Definition at line 179 of file cxgb_sge.c.

Field Documentation

◆ flags

int tx_sw_desc::flags

Definition at line 182 of file cxgb_sge.c.

Referenced by t3_free_tx_desc().

◆ m

struct mbuf* tx_sw_desc::m

Definition at line 180 of file cxgb_sge.c.

Referenced by t3_encap(), and t3_free_tx_desc().

◆ map

bus_dmamap_t tx_sw_desc::map

Definition at line 181 of file cxgb_sge.c.

Referenced by t3_encap(), and t3_free_tx_desc().


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