Lines Matching refs:mcdi_flags
4218 u32 mcdi_flags = 0; in efx_ef10_filter_mcdi_flags_from_spec() local
4224 mcdi_flags |= \ in efx_ef10_filter_mcdi_flags_from_spec()
4248 mcdi_flags |= in efx_ef10_filter_mcdi_flags_from_spec()
4250 mcdi_flags |= (1 << MC_CMD_FILTER_OP_EXT_IN_MATCH_IP_PROTO_LBN); in efx_ef10_filter_mcdi_flags_from_spec()
4261 mcdi_flags |= in efx_ef10_filter_mcdi_flags_from_spec()
4270 return mcdi_flags; in efx_ef10_filter_mcdi_flags_from_spec()
4276 u32 mcdi_flags = efx_ef10_filter_mcdi_flags_from_spec(spec); in efx_ef10_filter_pri() local
4282 if (table->rx_match_mcdi_flags[match_pri] == mcdi_flags) in efx_ef10_filter_pri()
4816 static int efx_ef10_filter_match_flags_from_mcdi(bool encap, u32 mcdi_flags) in efx_ef10_filter_match_flags_from_mcdi() argument
4821 u32 old_mcdi_flags = mcdi_flags; \ in efx_ef10_filter_match_flags_from_mcdi()
4822 mcdi_flags &= ~(1 << MC_CMD_FILTER_OP_EXT_IN_MATCH_ ## \ in efx_ef10_filter_match_flags_from_mcdi()
4824 if (mcdi_flags != old_mcdi_flags) \ in efx_ef10_filter_match_flags_from_mcdi()
4832 mcdi_flags &= in efx_ef10_filter_match_flags_from_mcdi()
4834 mcdi_flags &= in efx_ef10_filter_match_flags_from_mcdi()
4867 if (mcdi_flags) in efx_ef10_filter_match_flags_from_mcdi()
4934 u32 mcdi_flags = in efx_ef10_filter_table_probe_matches() local
4939 rc = efx_ef10_filter_match_flags_from_mcdi(encap, mcdi_flags); in efx_ef10_filter_table_probe_matches()
4943 __func__, mcdi_flags, pd_match_pri); in efx_ef10_filter_table_probe_matches()
4947 __func__, mcdi_flags, pd_match_pri, in efx_ef10_filter_table_probe_matches()
4949 table->rx_match_mcdi_flags[table->rx_match_count] = mcdi_flags; in efx_ef10_filter_table_probe_matches()
5039 u32 mcdi_flags; in efx_ef10_filter_table_restore() local
5059 mcdi_flags = efx_ef10_filter_mcdi_flags_from_spec(spec); in efx_ef10_filter_table_restore()
5062 table->rx_match_mcdi_flags[match_pri] != mcdi_flags) in efx_ef10_filter_table_restore()