Searched refs:tx_ctrl (Results 1 – 2 of 2) sorted by relevance
1544 struct ocb_tx_ctrl_hdr_t *tx_ctrl = in htt_fill_ocb_ext_header() local1547 if (tx_ctrl->all_flags == 0) in htt_fill_ocb_ext_header()1556 local_desc_ext->valid_pwr = tx_ctrl->valid_pwr; in htt_fill_ocb_ext_header()1557 local_desc_ext->valid_mcs_mask = tx_ctrl->valid_datarate; in htt_fill_ocb_ext_header()1558 local_desc_ext->valid_retries = tx_ctrl->valid_retries; in htt_fill_ocb_ext_header()1559 local_desc_ext->valid_expire_tsf = tx_ctrl->valid_expire_tsf; in htt_fill_ocb_ext_header()1560 local_desc_ext->valid_chainmask = tx_ctrl->valid_chain_mask; in htt_fill_ocb_ext_header()1562 local_desc_ext->pwr = tx_ctrl->pwr; in htt_fill_ocb_ext_header()1563 if (tx_ctrl->valid_datarate && in htt_fill_ocb_ext_header()1564 tx_ctrl->datarate <= htt_ofdm_datarate_max) in htt_fill_ocb_ext_header()[all …]
330 struct ocb_tx_ctrl_hdr_t *tx_ctrl) in parse_ocb_tx_header() argument348 if (tx_ctrl) in parse_ocb_tx_header()349 qdf_mem_copy(tx_ctrl, tx_ctrl_hdr, in parse_ocb_tx_header()362 struct ocb_tx_ctrl_hdr_t *tx_ctrl) in parse_ocb_tx_header() argument481 struct ocb_tx_ctrl_hdr_t tx_ctrl; local497 qdf_mem_zero(&tx_ctrl, sizeof(tx_ctrl));570 if (!parse_ocb_tx_header(msdu, &tx_ctrl)) {589 &tx_ctrl,