Lines Matching refs:cpu_to_le32
26 cmd->id_and_color = cpu_to_le32(mvmvif->id);
27 cmd->action = cpu_to_le32(action);
29 cmd->mac_type = cpu_to_le32(iwl_mvm_get_mac_type(vif));
40 cpu_to_le32(!iwl_mvm_is_nic_ack_enabled(mvm, vif));
55 cmd->eht_support = cpu_to_le32(1);
75 cmd->eht_support = cpu_to_le32(1);
110 cmd.filter_flags |= cpu_to_le32(MAC_CFG_FILTER_ACCEPT_GRP);
133 cmd.filter_flags |= cpu_to_le32(MAC_CFG_FILTER_ACCEPT_BEACON);
150 cmd.filter_flags |= cpu_to_le32(MAC_CFG_FILTER_ACCEPT_PROBE_REQ);
169 cmd.filter_flags = cpu_to_le32(MAC_CFG_FILTER_PROMISC |
188 cmd.filter_flags = cpu_to_le32(MAC_CFG_FILTER_ACCEPT_BEACON |
212 cmd.filter_flags = cpu_to_le32(MAC_CFG_FILTER_ACCEPT_CONTROL_AND_MGMT);
305 .action = cpu_to_le32(FW_CTXT_ACTION_REMOVE),
306 .id_and_color = cpu_to_le32(mvmvif->id),