Searched refs:acts_id (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mae.c | 2224 u32 prio, u32 acts_id, u32 *id) in efx_mae_insert_rule() argument 2238 if (efx_mae_asl_id(acts_id)) { in efx_mae_insert_rule() 2239 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_ASL_ID, acts_id); in efx_mae_insert_rule() 2246 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_AS_ID, acts_id); in efx_mae_insert_rule() 2263 int efx_mae_update_rule(struct efx_nic *efx, u32 acts_id, u32 id) in efx_mae_update_rule() argument 2272 if (efx_mae_asl_id(acts_id)) { in efx_mae_update_rule() 2273 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_ASL_ID, acts_id); in efx_mae_update_rule() 2280 MCDI_STRUCT_SET_DWORD(response, MAE_ACTION_RULE_RESPONSE_AS_ID, acts_id); in efx_mae_update_rule()
|
| H A D | tc.c | 2080 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()
|