Home
last modified time | relevance | path

Searched refs:match_crit (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/sfc/
Dmae.c431 static int efx_mae_populate_match_criteria(MCDI_DECLARE_STRUCT_PTR(match_crit), in efx_mae_populate_match_criteria() argument
437 MCDI_STRUCT_SET_DWORD(match_crit, in efx_mae_populate_match_criteria()
441 MCDI_STRUCT_SET_DWORD(match_crit, MAE_FIELD_MASK_VALUE_PAIRS_V2_INGRESS_MPORT_SELECTOR_MASK, in efx_mae_populate_match_criteria()
443 MCDI_STRUCT_SET_BYTE(match_crit, MAE_FIELD_MASK_VALUE_PAIRS_V2_RECIRC_ID, in efx_mae_populate_match_criteria()
445 MCDI_STRUCT_SET_BYTE(match_crit, MAE_FIELD_MASK_VALUE_PAIRS_V2_RECIRC_ID_MASK, in efx_mae_populate_match_criteria()
455 MCDI_DECLARE_STRUCT_PTR(match_crit); in efx_mae_insert_rule()
463 match_crit = _MCDI_DWORD(inbuf, MAE_ACTION_RULE_INSERT_IN_MATCH_CRITERIA); in efx_mae_insert_rule()
476 rc = efx_mae_populate_match_criteria(match_crit, match); in efx_mae_insert_rule()