FreeBSD kernel BXE device code
bxe_dma Struct Reference

#include <bxe.h>

Collaboration diagram for bxe_dma:

Data Fields

struct bxe_softcsc
 
bus_addr_t paddr
 
void * vaddr
 
bus_dma_tag_t tag
 
bus_dmamap_t map
 
bus_dma_segment_t seg
 
bus_size_t size
 
int nseg
 
char msg [32]
 

Detailed Description

Definition at line 473 of file bxe.h.

Field Documentation

◆ map

bus_dmamap_t bxe_dma::map

Definition at line 478 of file bxe.h.

Referenced by bxe_dma_alloc(), and bxe_dma_free().

◆ msg

char bxe_dma::msg[32]

Definition at line 482 of file bxe.h.

Referenced by bxe_dma_alloc(), and bxe_dma_map_addr().

◆ nseg

int bxe_dma::nseg

Definition at line 481 of file bxe.h.

Referenced by bxe_dma_map_addr().

◆ paddr

◆ sc

◆ seg

bus_dma_segment_t bxe_dma::seg

Definition at line 479 of file bxe.h.

◆ size

bus_size_t bxe_dma::size

Definition at line 480 of file bxe.h.

Referenced by bxe_dma_alloc(), and bxe_dma_free().

◆ tag

bus_dma_tag_t bxe_dma::tag

Definition at line 477 of file bxe.h.

Referenced by bxe_dma_alloc(), and bxe_dma_free().

◆ vaddr

void* bxe_dma::vaddr

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