FreeBSD kernel MSK device code
msk_txdesc Struct Reference

#include <if_mskreg.h>

Collaboration diagram for msk_txdesc:

Data Fields

struct mbuf * tx_m
 
bus_dmamap_t tx_dmamap
 
struct msk_tx_desctx_le
 

Detailed Description

Definition at line 2363 of file if_mskreg.h.

Field Documentation

◆ tx_dmamap

bus_dmamap_t msk_txdesc::tx_dmamap

Definition at line 2365 of file if_mskreg.h.

Referenced by msk_encap(), msk_stop(), msk_txeof(), msk_txrx_dma_alloc(), and msk_txrx_dma_free().

◆ tx_le

struct msk_tx_desc* msk_txdesc::tx_le

Definition at line 2366 of file if_mskreg.h.

Referenced by msk_init_tx_ring().

◆ tx_m

struct mbuf* msk_txdesc::tx_m

Definition at line 2364 of file if_mskreg.h.

Referenced by msk_encap(), msk_init_tx_ring(), msk_stop(), msk_txeof(), and msk_txrx_dma_alloc().


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