FreeBSD kernel MSK device code
msk_ring_data Struct Reference

#include <if_mskreg.h>

Collaboration diagram for msk_ring_data:

Data Fields

struct msk_tx_descmsk_tx_ring
 
bus_addr_t msk_tx_ring_paddr
 
struct msk_rx_descmsk_rx_ring
 
bus_addr_t msk_rx_ring_paddr
 
struct msk_rx_descmsk_jumbo_rx_ring
 
bus_addr_t msk_jumbo_rx_ring_paddr
 

Detailed Description

Definition at line 2403 of file if_mskreg.h.

Field Documentation

◆ msk_jumbo_rx_ring

struct msk_rx_desc* msk_ring_data::msk_jumbo_rx_ring

Definition at line 2408 of file if_mskreg.h.

Referenced by msk_init_jumbo_rx_ring(), msk_rx_dma_jalloc(), and msk_rx_dma_jfree().

◆ msk_jumbo_rx_ring_paddr

bus_addr_t msk_ring_data::msk_jumbo_rx_ring_paddr

Definition at line 2409 of file if_mskreg.h.

Referenced by msk_init_locked(), msk_rx_dma_jalloc(), and msk_rx_dma_jfree().

◆ msk_rx_ring

struct msk_rx_desc* msk_ring_data::msk_rx_ring

Definition at line 2406 of file if_mskreg.h.

Referenced by msk_init_rx_ring(), msk_txrx_dma_alloc(), and msk_txrx_dma_free().

◆ msk_rx_ring_paddr

bus_addr_t msk_ring_data::msk_rx_ring_paddr

Definition at line 2407 of file if_mskreg.h.

Referenced by msk_init_locked(), msk_txrx_dma_alloc(), and msk_txrx_dma_free().

◆ msk_tx_ring

struct msk_tx_desc* msk_ring_data::msk_tx_ring

◆ msk_tx_ring_paddr

bus_addr_t msk_ring_data::msk_tx_ring_paddr

Definition at line 2405 of file if_mskreg.h.

Referenced by msk_init_locked(), msk_txrx_dma_alloc(), and msk_txrx_dma_free().


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