Lines Matching refs:cb_desc

1154 static u8 _rtl92e_query_is_short(u8 TxHT, u8 TxRate, struct cb_desc *tcb_desc)  in _rtl92e_query_is_short()
1167 struct cb_desc *cb_desc, struct sk_buff *skb) in rtl92e_fill_tx_desc() argument
1175 pTxFwInfo->TxHT = (cb_desc->data_rate & 0x80) ? 1 : 0; in rtl92e_fill_tx_desc()
1176 pTxFwInfo->TxRate = _rtl92e_rate_mgn_to_hw((u8)cb_desc->data_rate); in rtl92e_fill_tx_desc()
1177 pTxFwInfo->EnableCPUDur = cb_desc->bTxEnableFwCalcDur; in rtl92e_fill_tx_desc()
1179 pTxFwInfo->TxRate, cb_desc); in rtl92e_fill_tx_desc()
1181 if (cb_desc->bAMPDUEnable) { in rtl92e_fill_tx_desc()
1183 pTxFwInfo->RxMF = cb_desc->ampdu_factor; in rtl92e_fill_tx_desc()
1184 pTxFwInfo->RxAMD = cb_desc->ampdu_density; in rtl92e_fill_tx_desc()
1191 pTxFwInfo->RtsEnable = (cb_desc->bRTSEnable) ? 1 : 0; in rtl92e_fill_tx_desc()
1192 pTxFwInfo->CtsEnable = (cb_desc->bCTSEnable) ? 1 : 0; in rtl92e_fill_tx_desc()
1193 pTxFwInfo->RtsSTBC = (cb_desc->bRTSSTBC) ? 1 : 0; in rtl92e_fill_tx_desc()
1194 pTxFwInfo->RtsHT = (cb_desc->rts_rate&0x80) ? 1 : 0; in rtl92e_fill_tx_desc()
1195 pTxFwInfo->RtsRate = _rtl92e_rate_mgn_to_hw((u8)cb_desc->rts_rate); in rtl92e_fill_tx_desc()
1197 pTxFwInfo->RtsSubcarrier = cb_desc->RTSSC; in rtl92e_fill_tx_desc()
1199 (cb_desc->bRTSUseShortPreamble ? 1 : 0) : in rtl92e_fill_tx_desc()
1200 (cb_desc->bRTSUseShortGI ? 1 : 0); in rtl92e_fill_tx_desc()
1202 if (cb_desc->bPacketBW) { in rtl92e_fill_tx_desc()
1229 pdesc->RATid = cb_desc->RATRIndex; in rtl92e_fill_tx_desc()
1234 if (cb_desc->bHwSec) { in rtl92e_fill_tx_desc()
1265 cb_desc->queue_index, in rtl92e_fill_tx_desc()
1266 cb_desc->priority); in rtl92e_fill_tx_desc()
1269 pdesc->DISFB = cb_desc->bTxDisableRateFallBack; in rtl92e_fill_tx_desc()
1270 pdesc->USERATE = cb_desc->bTxUseDriverAssingedRate; in rtl92e_fill_tx_desc()
1280 struct cb_desc *cb_desc, struct sk_buff *skb) in rtl92e_fill_tx_cmd_desc() argument
1289 entry->LINIP = cb_desc->bLastIniPkt; in rtl92e_fill_tx_cmd_desc()
1292 if (cb_desc->bCmdOrInit == DESC_PACKET_TYPE_INIT) { in rtl92e_fill_tx_cmd_desc()
1299 entry_tmp->PktSize = (u16)(cb_desc->pkt_size + in rtl92e_fill_tx_cmd_desc()