iPXE
|
#include <mac.h>
Data Fields | |
u32 | ds_link |
u32 | ds_data |
u32 | ds_ctl0 |
u32 | ds_ctl1 |
union { | |
struct { | |
u32 ctl2 | |
u32 ctl3 | |
u32 ctl4 | |
u32 ctl5 | |
u32 ctl6 | |
u32 ctl7 | |
u32 ctl8 | |
u32 ctl9 | |
u32 ctl10 | |
u32 ctl11 | |
u32 status0 | |
u32 status1 | |
u32 status2 | |
u32 status3 | |
u32 status4 | |
u32 status5 | |
u32 status6 | |
u32 status7 | |
u32 status8 | |
u32 status9 | |
} tx | |
struct { | |
u32 status0 | |
u32 status1 | |
u32 status2 | |
u32 status3 | |
u32 status4 | |
u32 status5 | |
u32 status6 | |
u32 status7 | |
u32 status8 | |
} rx | |
} | u |
u32 ar5416_desc::ds_data |
Definition at line 278 of file mac.h.
Referenced by ar9002_hw_fill_txdesc().
u32 ar5416_desc::ds_ctl0 |
Definition at line 279 of file mac.h.
Referenced by ar9002_hw_fill_txdesc(), ar9002_hw_set11n_ratescenario(), ar9002_hw_set11n_txdesc(), and ar9002_hw_set_clrdmask().
u32 ar5416_desc::ds_ctl1 |
Definition at line 280 of file mac.h.
Referenced by ar9002_hw_clr11n_aggr(), ar9002_hw_fill_txdesc(), ar9002_hw_set11n_aggr_first(), ar9002_hw_set11n_aggr_last(), ar9002_hw_set11n_aggr_middle(), ar9002_hw_set11n_txdesc(), and ath9k_hw_setuprxdesc().
u32 ar5416_desc::ctl6 |
Definition at line 287 of file mac.h.
Referenced by ar9002_hw_set11n_aggr_middle().
struct { ... } ar5416_desc::tx |
struct { ... } ar5416_desc::rx |
Referenced by ath9k_hw_rxprocdesc().
union { ... } ar5416_desc::u |
Referenced by ath9k_hw_rxprocdesc(), and ath9k_hw_setuprxdesc().