Searched refs:tcb_desc (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/ |
| H A D | trx.c | 67 struct rtl_tcb_desc *tcb_desc) in rtl92du_tx_fill_desc() argument 84 rtl_get_tcb_desc(hw, info, sta, skb, tcb_desc); in rtl92du_tx_fill_desc() 95 if (tcb_desc->hw_rate < DESC_RATE6M) in rtl92du_tx_fill_desc() 96 tcb_desc->hw_rate = DESC_RATE6M; in rtl92du_tx_fill_desc() 98 set_tx_desc_tx_rate(txdesc, tcb_desc->hw_rate); in rtl92du_tx_fill_desc() 99 if (tcb_desc->use_shortgi || tcb_desc->use_shortpreamble) in rtl92du_tx_fill_desc() 103 tcb_desc->hw_rate == DESC_RATEMCS7) in rtl92du_tx_fill_desc() 118 tcb_desc->rts_enable = 1; in rtl92du_tx_fill_desc() 119 tcb_desc->rts_rate = DESC_RATE24M; in rtl92du_tx_fill_desc() 126 rts_en = tcb_desc->rts_enable && !tcb_desc->cts_enable; in rtl92du_tx_fill_desc() [all …]
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
| H A D | trx.c | 347 u8 hw_queue, struct rtl_tcb_desc *tcb_desc) in rtl92ce_tx_fill_desc() argument 386 rtl_get_tcb_desc(hw, info, sta, skb, tcb_desc); in rtl92ce_tx_fill_desc() 397 set_tx_desc_tx_rate(pdesc, tcb_desc->hw_rate); in rtl92ce_tx_fill_desc() 399 if (tcb_desc->use_shortgi || tcb_desc->use_shortpreamble) in rtl92ce_tx_fill_desc() 408 set_tx_desc_rts_enable(pdesc, ((tcb_desc->rts_enable && in rtl92ce_tx_fill_desc() 409 !tcb_desc-> in rtl92ce_tx_fill_desc() 412 ((tcb_desc->rts_enable in rtl92ce_tx_fill_desc() 413 || tcb_desc->cts_enable) ? 1 : 0)); in rtl92ce_tx_fill_desc() 414 set_tx_desc_cts2self(pdesc, ((tcb_desc->cts_enable) ? 1 : 0)); in rtl92ce_tx_fill_desc() 415 set_tx_desc_rts_stbc(pdesc, ((tcb_desc->rts_stbc) ? 1 : 0)); in rtl92ce_tx_fill_desc() [all …]
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| H A D | trx.c | 480 struct rtl_tcb_desc *tcb_desc) in rtl92cu_tx_fill_desc() argument 499 rtl_get_tcb_desc(hw, info, sta, skb, tcb_desc); in rtl92cu_tx_fill_desc() 507 set_tx_desc_tx_rate(txdesc, tcb_desc->hw_rate); in rtl92cu_tx_fill_desc() 508 if (tcb_desc->use_shortgi || tcb_desc->use_shortpreamble) in rtl92cu_tx_fill_desc() 524 tcb_desc->rts_enable = 1; in rtl92cu_tx_fill_desc() 525 tcb_desc->rts_rate = DESC_RATE24M; in rtl92cu_tx_fill_desc() 531 ((tcb_desc->rts_enable && in rtl92cu_tx_fill_desc() 532 !tcb_desc->cts_enable) ? 1 : 0)); in rtl92cu_tx_fill_desc() 534 ((tcb_desc->rts_enable || in rtl92cu_tx_fill_desc() 535 tcb_desc->cts_enable) ? 1 : 0)); in rtl92cu_tx_fill_desc() [all …]
|
| H A D | trx.h | 393 struct rtl_tcb_desc *tcb_desc);
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
| H A D | fw.c | 138 struct rtl_tcb_desc *tcb_desc; in _rtl92s_firmware_downloadcode() local 171 tcb_desc = (struct rtl_tcb_desc *)(skb->cb); in _rtl92s_firmware_downloadcode() 172 tcb_desc->queue_index = TXCMD_QUEUE; in _rtl92s_firmware_downloadcode() 173 tcb_desc->cmd_or_init = DESC_PACKET_TYPE_INIT; in _rtl92s_firmware_downloadcode() 174 tcb_desc->last_inipkt = last_inipkt; in _rtl92s_firmware_downloadcode()
|
| H A D | trx.c | 500 struct rtl_tcb_desc *tcb_desc = (struct rtl_tcb_desc *)(skb->cb); in rtl92se_tx_fill_cmddesc() local 515 if (tcb_desc->cmd_or_init == DESC_PACKET_TYPE_INIT) { in rtl92se_tx_fill_cmddesc() 517 set_tx_desc_linip(pdesc, tcb_desc->last_inipkt); in rtl92se_tx_fill_cmddesc()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | pci.c | 362 struct rtl_tcb_desc *tcb_desc, u8 tid) in _rtl_update_earlymode_info() argument 375 tcb_desc->empkt_num = 0; in _rtl_update_earlymode_info() 382 tcb_desc->empkt_len[tcb_desc->empkt_num] = in _rtl_update_earlymode_info() 384 tcb_desc->empkt_num++; in _rtl_update_earlymode_info() 393 if (tcb_desc->empkt_num >= rtlhal->max_earlymode_num) in _rtl_update_earlymode_info() 422 struct rtl_tcb_desc tcb_desc; in _rtl_pci_tx_chk_waitq() local 424 memset(&tcb_desc, 0, sizeof(struct rtl_tcb_desc)); in _rtl_pci_tx_chk_waitq() 443 &tcb_desc, tid); in _rtl_pci_tx_chk_waitq() 445 rtlpriv->intf_ops->adapter_tx(hw, NULL, skb, &tcb_desc); in _rtl_pci_tx_chk_waitq() 1015 struct rtl_tcb_desc tcb_desc; in _rtl_pci_prepare_bcn_tasklet() local [all …]
|
| H A D | core.c | 181 struct rtl_tcb_desc tcb_desc; in rtl_op_tx() local 183 memset(&tcb_desc, 0, sizeof(struct rtl_tcb_desc)); in rtl_op_tx() 192 rtlpriv->intf_ops->adapter_tx(hw, control->sta, skb, &tcb_desc); in rtl_op_tx() 981 struct rtl_tcb_desc tcb_desc; in send_beacon_frame() local 984 memset(&tcb_desc, 0, sizeof(struct rtl_tcb_desc)); in send_beacon_frame() 985 rtlpriv->intf_ops->adapter_tx(hw, NULL, skb, &tcb_desc); in send_beacon_frame()
|