Searched refs:tcb_desc (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/staging/rtl8192e/
H A Drtllib_tx.c267 struct cb_desc *tcb_desc)
283 if (tcb_desc->bdhcp || ieee->CntAfterLink < 2)
301 } else if (tcb_desc->bdhcp == 1) {
315 tcb_desc->ampdu_enable = true;
316 tcb_desc->ampdu_factor = ht_info->current_ampdu_factor;
317 tcb_desc->ampdu_density = ht_info->current_mpdu_density;
323 struct cb_desc *tcb_desc)
325 tcb_desc->bUseShortPreamble = false;
326 if (tcb_desc->data_rate == 2)
330 tcb_desc
265 rtllib_tx_query_agg_cap(struct rtllib_device *ieee, struct sk_buff *skb, struct cb_desc *tcb_desc) argument
322 rtllib_query_ShortPreambleMode(struct rtllib_device *ieee, struct cb_desc *tcb_desc) argument
333 rtllib_query_HTCapShortGI(struct rtllib_device *ieee, struct cb_desc *tcb_desc) argument
349 rtllib_query_BandwidthMode(struct rtllib_device *ieee, struct cb_desc *tcb_desc) argument
369 rtllib_query_protectionmode(struct rtllib_device *ieee, struct cb_desc *tcb_desc, struct sk_buff *skb) argument
453 rtllib_txrate_selectmode(struct rtllib_device *ieee, struct cb_desc *tcb_desc) argument
540 struct cb_desc *tcb_desc; local
[all...]
H A Drtllib_crypt_wep.c65 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + local
105 if (!tcb_desc->bHwSec) {
134 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + local
158 if (!tcb_desc->bHwSec) {
H A Drtllib_crypt_ccmp.c156 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + local
185 if (!tcb_desc->bHwSec) {
223 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + local
268 if (!tcb_desc->bHwSec) {
H A Drtllib_softmac.c189 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + 8); local
197 tcb_desc->queue_index = BEACON_QUEUE;
199 tcb_desc->queue_index = MGNT_QUEUE;
202 tcb_desc->queue_index = HIGH_QUEUE;
204 tcb_desc->data_rate = mgnt_query_mgnt_frame_tx_rate(ieee);
205 tcb_desc->ratr_index = 7;
206 tcb_desc->tx_dis_rate_fallback = 1;
207 tcb_desc->tx_use_drv_assinged_rate = 1;
238 tcb_desc->queue_index) ||
239 skb_queue_len(&ieee->skb_waitq[tcb_desc
266 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + 8); local
1804 struct cb_desc *tcb_desc = NULL; local
[all...]
H A Drtllib_crypt_tkip.c259 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + local
271 if (!tcb_desc->bHwSec) {
288 if (tcb_desc->bHwSec) {
304 if (!tcb_desc->bHwSec) {
322 if (!tcb_desc->bHwSec)
334 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + local
374 if (!tcb_desc->bHwSec || (skb->cb[0] == 1)) {
H A Drtllib_rx.c282 struct cb_desc *tcb_desc = (struct cb_desc *) local
285 tcb_desc->bHwSec = 1;
288 tcb_desc->bHwSec = 0;
321 struct cb_desc *tcb_desc = (struct cb_desc *) local
324 tcb_desc->bHwSec = 1;
327 tcb_desc->bHwSec = 0;
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_cmdpkt.c18 struct cb_desc *tcb_desc; local
43 tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE);
44 tcb_desc->queue_index = TXCMD_QUEUE;
45 tcb_desc->bCmdOrInit = type;
46 tcb_desc->bLastIniPkt = bLastIniPkt;
49 tcb_desc->pkt_size = frag_length;
56 tcb_desc->txbuf_size = frag_length;
H A Drtl_core.c836 struct cb_desc *tcb_desc = NULL; local
861 tcb_desc = (struct cb_desc *)(skb->cb +
863 tcb_desc->nStuckCount++;
865 if (tcb_desc->nStuckCount > 1)
867 "%s: QueueID=%d tcb_desc->nStuckCount=%d\n",
869 tcb_desc->nStuckCount);
1136 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + local
1138 u8 queue_index = tcb_desc->queue_index;
1167 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + local
1169 u8 queue_index = tcb_desc
1228 struct cb_desc *tcb_desc; local
1250 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb + local
[all...]
H A Dr8192E_dev.c858 static u8 _rtl92e_query_is_short(u8 TxHT, u8 TxRate, struct cb_desc *tcb_desc) argument
862 tmp_Short = (TxHT == 1) ? ((tcb_desc->bUseShortGI) ? 1 : 0) :
863 ((tcb_desc->bUseShortPreamble) ? 1 : 0);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.c347 u8 hw_queue, struct rtl_tcb_desc *tcb_desc)
386 rtl_get_tcb_desc(hw, info, sta, skb, tcb_desc);
397 set_tx_desc_tx_rate(pdesc, tcb_desc->hw_rate);
399 if (tcb_desc->use_shortgi || tcb_desc->use_shortpreamble)
408 set_tx_desc_rts_enable(pdesc, ((tcb_desc->rts_enable &&
409 !tcb_desc->
412 ((tcb_desc->rts_enable
413 || tcb_desc->cts_enable) ? 1 : 0));
414 set_tx_desc_cts2self(pdesc, ((tcb_desc
342 rtl92ce_tx_fill_desc(struct ieee80211_hw *hw, struct ieee80211_hdr *hdr, u8 *pdesc8, u8 *pbd_desc_tx, struct ieee80211_tx_info *info, struct ieee80211_sta *sta, struct sk_buff *skb, u8 hw_queue, struct rtl_tcb_desc *tcb_desc) argument
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dbase.c599 struct rtl_tcb_desc *tcb_desc,
605 tcb_desc->use_shortpreamble = false;
608 if (tcb_desc->hw_rate == rtlpriv->cfg->maps[RTL_RC_CCK_RATE1M])
611 tcb_desc->use_shortpreamble = true;
618 struct rtl_tcb_desc *tcb_desc,
626 tcb_desc->use_shortgi = false;
654 tcb_desc->use_shortgi = true;
656 tcb_desc->use_shortgi = false;
659 tcb_desc->use_shortgi = true;
661 tcb_desc
598 _rtl_qurey_shortpreamble_mode(struct ieee80211_hw *hw, struct rtl_tcb_desc *tcb_desc, struct ieee80211_tx_info *info) argument
616 _rtl_query_shortgi(struct ieee80211_hw *hw, struct ieee80211_sta *sta, struct rtl_tcb_desc *tcb_desc, struct ieee80211_tx_info *info) argument
668 _rtl_query_protection_mode(struct ieee80211_hw *hw, struct rtl_tcb_desc *tcb_desc, struct ieee80211_tx_info *info) argument
767 _rtl_txrate_selectmode(struct ieee80211_hw *hw, struct ieee80211_sta *sta, struct rtl_tcb_desc *tcb_desc) argument
854 _rtl_query_bandwidth_mode(struct ieee80211_hw *hw, struct ieee80211_sta *sta, struct rtl_tcb_desc *tcb_desc) argument
1222 rtl_get_tcb_desc(struct ieee80211_hw *hw, struct ieee80211_tx_info *info, struct ieee80211_sta *sta, struct sk_buff *skb, struct rtl_tcb_desc *tcb_desc) argument
2432 struct rtl_tcb_desc tcb_desc; local
[all...]
H A Dbase.h119 struct sk_buff *skb, struct rtl_tcb_desc *tcb_desc);
H A Dpci.c392 struct rtl_tcb_desc *tcb_desc, u8 tid)
405 tcb_desc->empkt_num = 0;
412 tcb_desc->empkt_len[tcb_desc->empkt_num] =
414 tcb_desc->empkt_num++;
423 if (tcb_desc->empkt_num >= rtlhal->max_earlymode_num)
452 struct rtl_tcb_desc tcb_desc; local
454 memset(&tcb_desc, 0, sizeof(struct rtl_tcb_desc));
473 &tcb_desc, tid);
475 rtlpriv->intf_ops->adapter_tx(hw, NULL, skb, &tcb_desc);
390 _rtl_update_earlymode_info(struct ieee80211_hw *hw, struct sk_buff *skb, struct rtl_tcb_desc *tcb_desc, u8 tid) argument
1036 struct rtl_tcb_desc tcb_desc; local
[all...]
H A Dcore.c192 struct rtl_tcb_desc tcb_desc; local
194 memset(&tcb_desc, 0, sizeof(struct rtl_tcb_desc));
203 rtlpriv->intf_ops->adapter_tx(hw, control->sta, skb, &tcb_desc);
992 struct rtl_tcb_desc tcb_desc; local
995 memset(&tcb_desc, 0, sizeof(struct rtl_tcb_desc));
996 rtlpriv->intf_ops->adapter_tx(hw, NULL, skb, &tcb_desc);
H A Dusb.c862 struct rtl_tcb_desc tcb_desc; local
867 memset(&tcb_desc, 0, sizeof(struct rtl_tcb_desc));
886 hw_queue, &tcb_desc);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dtrx.c480 struct rtl_tcb_desc *tcb_desc)
499 rtl_get_tcb_desc(hw, info, sta, skb, tcb_desc);
507 set_tx_desc_tx_rate(txdesc, tcb_desc->hw_rate);
508 if (tcb_desc->use_shortgi || tcb_desc->use_shortpreamble)
523 tcb_desc->rts_enable = 1;
524 tcb_desc->rts_rate = DESC_RATE24M;
530 ((tcb_desc->rts_enable &&
531 !tcb_desc->cts_enable) ? 1 : 0));
533 ((tcb_desc
474 rtl92cu_tx_fill_desc(struct ieee80211_hw *hw, struct ieee80211_hdr *hdr, u8 *pdesc_tx, u8 *pbd_desc_tx, struct ieee80211_tx_info *info, struct ieee80211_sta *sta, struct sk_buff *skb, u8 queue_index, struct rtl_tcb_desc *tcb_desc) argument
[all...]
H A Dtrx.h393 struct rtl_tcb_desc *tcb_desc);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dfw.c138 struct rtl_tcb_desc *tcb_desc; local
171 tcb_desc = (struct rtl_tcb_desc *)(skb->cb);
172 tcb_desc->queue_index = TXCMD_QUEUE;
173 tcb_desc->cmd_or_init = DESC_PACKET_TYPE_INIT;
174 tcb_desc->last_inipkt = last_inipkt;
H A Dtrx.c500 struct rtl_tcb_desc *tcb_desc = (struct rtl_tcb_desc *)(skb->cb); local
515 if (tcb_desc->cmd_or_init == DESC_PACKET_TYPE_INIT) {
517 set_tx_desc_linip(pdesc, tcb_desc->last_inipkt);

Completed in 191 milliseconds