Searched refs:tfd_queue_msk (Results 1 – 11 of 11) sorted by relevance
165 add_sta_cmd.tfd_queue_msk |= in iwm_sta_send_to_fw()272 uint32_t tfd_queue_msk = 0; in iwm_rm_sta() local280 tfd_queue_msk |= htole32(1 << iwm_ac_to_tx_fifo[ac]); in iwm_rm_sta()282 ret = iwm_flush_tx_path(sc, tfd_queue_msk, IWM_CMD_SYNC); in iwm_rm_sta()287 mvm_sta->tfd_queue_msk); in iwm_rm_sta()326 cmd.tfd_queue_msk = htole32(sta->tfd_queue_msk); in iwm_add_int_sta_common()357 sc->sc_aux_sta.tfd_queue_msk = (1 << IWM_AUX_QUEUE); in iwm_add_aux_sta()
336 uint32_t tfd_queue_msk;335 uint32_t tfd_queue_msk; global() member
6369 * @tfd_queue_msk: tfd queues used by this station6397 uint32_t tfd_queue_msk;6433 * @tfd_queue_msk: tfd queues used by this station.6467 uint32_t tfd_queue_msk;6393 uint32_t tfd_queue_msk; global() member 6463 uint32_t tfd_queue_msk; global() member
262 __le32 tfd_queue_msk; member349 __le32 tfd_queue_msk; member
155 add_sta_cmd.tfd_queue_msk = in iwl_mvm_sta_send_to_fw()156 cpu_to_le32(mvm_sta->tfd_queue_msk); in iwl_mvm_sta_send_to_fw()342 cmd.tfd_queue_msk = cpu_to_le32(mvmsta->tfd_queue_msk); in iwl_mvm_invalidate_sta_queue()532 mvmsta->tfd_queue_msk &= ~BIT(queue); /* Don't use this queue anymore */ in iwl_mvm_remove_sta_queue_marking()1109 cmd.tfd_queue_msk = cpu_to_le32(mvmsta->tfd_queue_msk); in iwl_mvm_unshare_queue()1352 tfd_queue_mask = mvmsta->tfd_queue_msk; in iwl_mvm_sta_alloc_queue()1457 mvmsta->tfd_queue_msk |= BIT(queue); in iwl_mvm_sta_alloc_queue()1721 cmd.tfd_queue_msk = cpu_to_le32(sta->tfd_queue_msk); in iwl_mvm_add_int_sta_common()2111 mvm_sta->tfd_queue_msk); in iwl_mvm_rm_sta()2117 u32 q_mask = mvm_sta->tfd_queue_msk; in iwl_mvm_rm_sta()[all …]
420 u32 tfd_queue_msk; member474 u32 tfd_queue_msk; member
738 u32 tfd_queue_msk = 0; in iwl_mvm_mac_ctxt_cmd_listener() local759 tfd_queue_msk = BIT(mvm->snif_queue); in iwl_mvm_mac_ctxt_cmd_listener()762 ret = iwl_mvm_allocate_int_sta(mvm, &mvm->snif_sta, tfd_queue_msk, in iwl_mvm_mac_ctxt_cmd_listener()
81 mvmvif->deflink.bcast_sta.tfd_queue_msk); in iwl_mvm_cleanup_roc()115 mvm->aux_sta.tfd_queue_msk); in iwl_mvm_cleanup_roc()
357 iwl_mvm_flush_sta(mvm, int_sta->sta_id, int_sta->tfd_queue_msk); in iwl_mvm_mld_rm_int_sta()
5909 mvmsta->tfd_queue_msk)) in iwl_mvm_mac_flush()5915 msk |= mvmsta->tfd_queue_msk; in iwl_mvm_mac_flush()5948 mvmsta->tfd_queue_msk)) in iwl_mvm_mac_flush_sta()
7467 uint32_t tfd_queue_msk; member