Lines Matching refs:mcdi_flags
4221 u32 mcdi_flags = 0; in efx_ef10_filter_mcdi_flags_from_spec() local
4227 mcdi_flags |= \ in efx_ef10_filter_mcdi_flags_from_spec()
4251 mcdi_flags |= in efx_ef10_filter_mcdi_flags_from_spec()
4253 mcdi_flags |= (1 << MC_CMD_FILTER_OP_EXT_IN_MATCH_IP_PROTO_LBN); in efx_ef10_filter_mcdi_flags_from_spec()
4264 mcdi_flags |= in efx_ef10_filter_mcdi_flags_from_spec()
4273 return mcdi_flags; in efx_ef10_filter_mcdi_flags_from_spec()
4279 u32 mcdi_flags = efx_ef10_filter_mcdi_flags_from_spec(spec); in efx_ef10_filter_pri() local
4285 if (table->rx_match_mcdi_flags[match_pri] == mcdi_flags) in efx_ef10_filter_pri()
4819 static int efx_ef10_filter_match_flags_from_mcdi(bool encap, u32 mcdi_flags) in efx_ef10_filter_match_flags_from_mcdi() argument
4824 u32 old_mcdi_flags = mcdi_flags; \ in efx_ef10_filter_match_flags_from_mcdi()
4825 mcdi_flags &= ~(1 << MC_CMD_FILTER_OP_EXT_IN_MATCH_ ## \ in efx_ef10_filter_match_flags_from_mcdi()
4827 if (mcdi_flags != old_mcdi_flags) \ in efx_ef10_filter_match_flags_from_mcdi()
4835 mcdi_flags &= in efx_ef10_filter_match_flags_from_mcdi()
4837 mcdi_flags &= in efx_ef10_filter_match_flags_from_mcdi()
4870 if (mcdi_flags) in efx_ef10_filter_match_flags_from_mcdi()
4937 u32 mcdi_flags = in efx_ef10_filter_table_probe_matches() local
4942 rc = efx_ef10_filter_match_flags_from_mcdi(encap, mcdi_flags); in efx_ef10_filter_table_probe_matches()
4946 __func__, mcdi_flags, pd_match_pri); in efx_ef10_filter_table_probe_matches()
4950 __func__, mcdi_flags, pd_match_pri, in efx_ef10_filter_table_probe_matches()
4952 table->rx_match_mcdi_flags[table->rx_match_count] = mcdi_flags; in efx_ef10_filter_table_probe_matches()
5042 u32 mcdi_flags; in efx_ef10_filter_table_restore() local
5062 mcdi_flags = efx_ef10_filter_mcdi_flags_from_spec(spec); in efx_ef10_filter_table_restore()
5065 table->rx_match_mcdi_flags[match_pri] != mcdi_flags) in efx_ef10_filter_table_restore()