Lines Matching refs:tx_flags
82 u32 tx_flags = le32_to_cpu(tx_cmd->tx_flags); in iwl_mvm_set_tx_cmd() local
87 tx_flags |= TX_CMD_FLG_ACK; in iwl_mvm_set_tx_cmd()
89 tx_flags &= ~TX_CMD_FLG_ACK; in iwl_mvm_set_tx_cmd()
92 tx_flags |= TX_CMD_FLG_TSF; in iwl_mvm_set_tx_cmd()
95 tx_flags |= TX_CMD_FLG_MORE_FRAG; in iwl_mvm_set_tx_cmd()
100 tx_flags &= ~TX_CMD_FLG_SEQ_CTL; in iwl_mvm_set_tx_cmd()
105 tx_flags |= TX_CMD_FLG_ACK | TX_CMD_FLG_BAR; in iwl_mvm_set_tx_cmd()
113 tx_flags |= TX_CMD_FLG_SEQ_CTL; in iwl_mvm_set_tx_cmd()
115 tx_flags &= ~TX_CMD_FLG_SEQ_CTL; in iwl_mvm_set_tx_cmd()
124 tx_flags |= iwl_mvm_bt_coex_tx_prio(mvm, hdr, info, ac) << in iwl_mvm_set_tx_cmd()
145 tx_flags |= TX_CMD_FLG_PROT_REQUIRE; in iwl_mvm_set_tx_cmd()
150 tx_flags |= TX_CMD_FLG_WRITE_TX_POWER; in iwl_mvm_set_tx_cmd()
152 tx_cmd->tx_flags = cpu_to_le32(tx_flags); in iwl_mvm_set_tx_cmd()
192 tx_cmd->tx_flags |= cpu_to_le32(TX_CMD_FLG_STA_RATE); in iwl_mvm_set_tx_cmd_rate()
195 tx_cmd->tx_flags |= in iwl_mvm_set_tx_cmd_rate()
256 tx_cmd->tx_flags |= cpu_to_le32(TX_CMD_FLG_CCMP_AGG); in iwl_mvm_set_tx_cmd_crypto()