Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
trx.c File Reference
#include "../wifi.h"
#include "../pci.h"
#include "../base.h"
#include "reg.h"
#include "def.h"
#include "phy.h"
#include "fw.h"
#include "trx.h"
#include "led.h"

Go to the source code of this file.

Functions

bool rtl92se_rx_query_desc (struct ieee80211_hw *hw, struct rtl_stats *stats, struct ieee80211_rx_status *rx_status, u8 *pdesc, struct sk_buff *skb)
 
void rtl92se_tx_fill_desc (struct ieee80211_hw *hw, struct ieee80211_hdr *hdr, u8 *pdesc_tx, struct ieee80211_tx_info *info, struct ieee80211_sta *sta, struct sk_buff *skb, u8 hw_queue, struct rtl_tcb_desc *ptcb_desc)
 
void rtl92se_tx_fill_cmddesc (struct ieee80211_hw *hw, u8 *pdesc, bool firstseg, bool lastseg, struct sk_buff *skb)
 
void rtl92se_set_desc (u8 *pdesc, bool istx, u8 desc_name, u8 *val)
 
u32 rtl92se_get_desc (u8 *desc, bool istx, u8 desc_name)
 
void rtl92se_tx_polling (struct ieee80211_hw *hw, u8 hw_queue)
 

Function Documentation

u32 rtl92se_get_desc ( u8 desc,
bool  istx,
u8  desc_name 
)

Definition at line 855 of file trx.c.

bool rtl92se_rx_query_desc ( struct ieee80211_hw hw,
struct rtl_stats stats,
struct ieee80211_rx_status rx_status,
u8 pdesc,
struct sk_buff skb 
)

Definition at line 512 of file trx.c.

void rtl92se_set_desc ( u8 pdesc,
bool  istx,
u8  desc_name,
u8 val 
)

Definition at line 816 of file trx.c.

void rtl92se_tx_fill_cmddesc ( struct ieee80211_hw hw,
u8 pdesc,
bool  firstseg,
bool  lastseg,
struct sk_buff skb 
)

Definition at line 764 of file trx.c.

void rtl92se_tx_fill_desc ( struct ieee80211_hw hw,
struct ieee80211_hdr hdr,
u8 pdesc_tx,
struct ieee80211_tx_info info,
struct ieee80211_sta sta,
struct sk_buff skb,
u8  hw_queue,
struct rtl_tcb_desc ptcb_desc 
)

Definition at line 592 of file trx.c.

void rtl92se_tx_polling ( struct ieee80211_hw hw,
u8  hw_queue 
)

Definition at line 889 of file trx.c.