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 "trx.h"
#include "led.h"

Go to the source code of this file.

Functions

bool rtl92ce_rx_query_desc (struct ieee80211_hw *hw, struct rtl_stats *stats, struct ieee80211_rx_status *rx_status, u8 *p_desc, struct sk_buff *skb)
 
void rtl92ce_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 *tcb_desc)
 
void rtl92ce_tx_fill_cmddesc (struct ieee80211_hw *hw, u8 *pdesc, bool firstseg, bool lastseg, struct sk_buff *skb)
 
void rtl92ce_set_desc (u8 *pdesc, bool istx, u8 desc_name, u8 *val)
 
u32 rtl92ce_get_desc (u8 *p_desc, bool istx, u8 desc_name)
 
void rtl92ce_tx_polling (struct ieee80211_hw *hw, u8 hw_queue)
 

Function Documentation

u32 rtl92ce_get_desc ( u8 p_desc,
bool  istx,
u8  desc_name 
)

Definition at line 867 of file trx.c.

bool rtl92ce_rx_query_desc ( struct ieee80211_hw hw,
struct rtl_stats stats,
struct ieee80211_rx_status rx_status,
u8 p_desc,
struct sk_buff skb 
)

Definition at line 530 of file trx.c.

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

Definition at line 828 of file trx.c.

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

Definition at line 770 of file trx.c.

void rtl92ce_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 tcb_desc 
)

Definition at line 597 of file trx.c.

void rtl92ce_tx_polling ( struct ieee80211_hw hw,
u8  hw_queue 
)

Definition at line 902 of file trx.c.