Lines Matching refs:txdesc

37 	__le32 *txdesc = (__le32 *)skb->data;  in rtw_tx_fill_tx_desc()  local
39 SET_TX_DESC_TXPKTSIZE(txdesc, pkt_info->tx_pkt_size); in rtw_tx_fill_tx_desc()
40 SET_TX_DESC_OFFSET(txdesc, pkt_info->offset); in rtw_tx_fill_tx_desc()
41 SET_TX_DESC_PKT_OFFSET(txdesc, pkt_info->pkt_offset); in rtw_tx_fill_tx_desc()
42 SET_TX_DESC_QSEL(txdesc, pkt_info->qsel); in rtw_tx_fill_tx_desc()
43 SET_TX_DESC_BMC(txdesc, pkt_info->bmc); in rtw_tx_fill_tx_desc()
44 SET_TX_DESC_RATE_ID(txdesc, pkt_info->rate_id); in rtw_tx_fill_tx_desc()
45 SET_TX_DESC_DATARATE(txdesc, pkt_info->rate); in rtw_tx_fill_tx_desc()
46 SET_TX_DESC_DISDATAFB(txdesc, pkt_info->dis_rate_fallback); in rtw_tx_fill_tx_desc()
47 SET_TX_DESC_USE_RATE(txdesc, pkt_info->use_rate); in rtw_tx_fill_tx_desc()
48 SET_TX_DESC_SEC_TYPE(txdesc, pkt_info->sec_type); in rtw_tx_fill_tx_desc()
49 SET_TX_DESC_DATA_BW(txdesc, pkt_info->bw); in rtw_tx_fill_tx_desc()
50 SET_TX_DESC_SW_SEQ(txdesc, pkt_info->seq); in rtw_tx_fill_tx_desc()
51 SET_TX_DESC_MAX_AGG_NUM(txdesc, pkt_info->ampdu_factor); in rtw_tx_fill_tx_desc()
52 SET_TX_DESC_AMPDU_DENSITY(txdesc, pkt_info->ampdu_density); in rtw_tx_fill_tx_desc()
53 SET_TX_DESC_DATA_STBC(txdesc, pkt_info->stbc); in rtw_tx_fill_tx_desc()
54 SET_TX_DESC_DATA_LDPC(txdesc, pkt_info->ldpc); in rtw_tx_fill_tx_desc()
55 SET_TX_DESC_AGG_EN(txdesc, pkt_info->ampdu_en); in rtw_tx_fill_tx_desc()
56 SET_TX_DESC_LS(txdesc, pkt_info->ls); in rtw_tx_fill_tx_desc()
57 SET_TX_DESC_DATA_SHORT(txdesc, pkt_info->short_gi); in rtw_tx_fill_tx_desc()
58 SET_TX_DESC_SPE_RPT(txdesc, pkt_info->report); in rtw_tx_fill_tx_desc()
59 SET_TX_DESC_SW_DEFINE(txdesc, pkt_info->sn); in rtw_tx_fill_tx_desc()
60 SET_TX_DESC_USE_RTS(txdesc, pkt_info->rts); in rtw_tx_fill_tx_desc()
62 SET_TX_DESC_RTSRATE(txdesc, DESC_RATE24M); in rtw_tx_fill_tx_desc()
63 SET_TX_DESC_DATA_RTS_SHORT(txdesc, 1); in rtw_tx_fill_tx_desc()
65 SET_TX_DESC_DISQSELSEQ(txdesc, pkt_info->dis_qselseq); in rtw_tx_fill_tx_desc()
66 SET_TX_DESC_EN_HWSEQ(txdesc, pkt_info->en_hwseq); in rtw_tx_fill_tx_desc()
67 SET_TX_DESC_HW_SSN_SEL(txdesc, pkt_info->hw_ssn_sel); in rtw_tx_fill_tx_desc()
68 SET_TX_DESC_NAVUSEHDR(txdesc, pkt_info->nav_use_hdr); in rtw_tx_fill_tx_desc()
69 SET_TX_DESC_BT_NULL(txdesc, pkt_info->bt_null); in rtw_tx_fill_tx_desc()