FreeBSD kernel iwm device code
iwm_tx_data Struct Reference

#include <if_iwmvar.h>

Collaboration diagram for iwm_tx_data:

Data Fields

bus_dmamap_t map
 
bus_addr_t cmd_paddr
 
bus_addr_t scratch_paddr
 
struct mbuf * m
 
struct iwm_nodein
 
int done
 

Detailed Description

Definition at line 267 of file if_iwmvar.h.

Field Documentation

◆ cmd_paddr

bus_addr_t iwm_tx_data::cmd_paddr

Definition at line 269 of file if_iwmvar.h.

Referenced by iwm_alloc_tx_ring(), iwm_send_cmd(), and iwm_tx().

◆ done

int iwm_tx_data::done

Definition at line 273 of file if_iwmvar.h.

Referenced by iwm_rx_tx_cmd(), and iwm_tx().

◆ in

struct iwm_node* iwm_tx_data::in

Definition at line 272 of file if_iwmvar.h.

Referenced by iwm_rx_tx_cmd(), and iwm_tx().

◆ m

struct mbuf* iwm_tx_data::m

◆ map

bus_dmamap_t iwm_tx_data::map

◆ scratch_paddr

bus_addr_t iwm_tx_data::scratch_paddr

Definition at line 270 of file if_iwmvar.h.

Referenced by iwm_alloc_tx_ring(), and iwm_tx().


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