Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dmae.c437 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()
466 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_ASL_ID, acts_id); in efx_mae_insert_rule()
467 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_AS_ID, in efx_mae_insert_rule()
471 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_ASL_ID, in efx_mae_insert_rule()
473 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_AS_ID, acts_id); in efx_mae_insert_rule()
Dmcdi.h229 #define MCDI_STRUCT_SET_DWORD(_buf, _field, _value) \ macro