Searched refs:acts_id (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/sfc/ |
D | mae.h | 130 u32 prio, u32 acts_id, u32 *id); 131 int efx_mae_update_rule(struct efx_nic *efx, u32 acts_id, u32 id);
|
D | mae.c | 2175 u32 prio, u32 acts_id, u32 *id) in efx_mae_insert_rule() argument 2189 if (efx_mae_asl_id(acts_id)) { in efx_mae_insert_rule() 2190 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_ASL_ID, acts_id); in efx_mae_insert_rule() 2197 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_AS_ID, acts_id); in efx_mae_insert_rule() 2214 int efx_mae_update_rule(struct efx_nic *efx, u32 acts_id, u32 id) in efx_mae_update_rule() argument 2223 if (efx_mae_asl_id(acts_id)) { in efx_mae_update_rule() 2224 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_ASL_ID, acts_id); in efx_mae_update_rule() 2231 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_AS_ID, acts_id); in efx_mae_update_rule()
|
D | tc.c | 1763 u32 acts_id; in efx_tc_flower_replace() local 2193 acts_id = rule->fallback->fw_id; in efx_tc_flower_replace() 2196 acts_id = rule->acts.fw_id; in efx_tc_flower_replace() 2199 acts_id, &rule->fw_id); in efx_tc_flower_replace()
|