Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/sfc/
H A Dmae.h129 u32 prio, u32 acts_id, u32 *id);
130 int efx_mae_update_rule(struct efx_nic *efx, u32 acts_id, u32 id);
H A Dmae.c2220 u32 prio, u32 acts_id, u32 *id) in efx_mae_insert_rule() argument
2234 if (efx_mae_asl_id(acts_id)) { in efx_mae_insert_rule()
2235 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_ASL_ID, acts_id); in efx_mae_insert_rule()
2242 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_AS_ID, acts_id); in efx_mae_insert_rule()
2259 int efx_mae_update_rule(struct efx_nic *efx, u32 acts_id, u32 id) in efx_mae_update_rule() argument
2268 if (efx_mae_asl_id(acts_id)) { in efx_mae_update_rule()
2269 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_ASL_ID, acts_id); in efx_mae_update_rule()
2276 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_AS_ID, acts_id); in efx_mae_update_rule()
H A Dtc.c2080 u32 acts_id; in efx_tc_flower_replace() local
2518 acts_id = rule->fallback->fw_id; in efx_tc_flower_replace()
2521 acts_id = rule->acts.fw_id; in efx_tc_flower_replace()
2524 acts_id, &rule->fw_id); in efx_tc_flower_replace()