FreeBSD kernel usb device Code
zyd_tx_data Struct Reference

#include <if_zydreg.h>

Collaboration diagram for zyd_tx_data:

Public Member Functions

 STAILQ_ENTRY (zyd_tx_data) next
 

Data Fields

struct zyd_softcsc
 
struct zyd_tx_desc desc
 
struct mbuf * m
 
struct ieee80211_node * ni
 
int rate
 

Detailed Description

Definition at line 1165 of file if_zydreg.h.

Member Function Documentation

◆ STAILQ_ENTRY()

zyd_tx_data::STAILQ_ENTRY ( zyd_tx_data  )

Field Documentation

◆ desc

struct zyd_tx_desc zyd_tx_data::desc

Definition at line 1168 of file if_zydreg.h.

◆ m

struct mbuf* zyd_tx_data::m

Definition at line 1169 of file if_zydreg.h.

◆ ni

struct ieee80211_node* zyd_tx_data::ni

Definition at line 1170 of file if_zydreg.h.

◆ rate

int zyd_tx_data::rate

Definition at line 1171 of file if_zydreg.h.

◆ sc

struct zyd_softc* zyd_tx_data::sc

Definition at line 1167 of file if_zydreg.h.

Referenced by zyd_setup_tx_list(), and zyd_unsetup_tx_list().


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