Searched refs:efx_tc_lhs_rule (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | mae.h | 122 int efx_mae_insert_lhs_rule(struct efx_nic *efx, struct efx_tc_lhs_rule *rule, 124 int efx_mae_remove_lhs_rule(struct efx_nic *efx, struct efx_tc_lhs_rule *rule);
|
D | tc.h | 207 struct efx_tc_lhs_rule { struct
|
D | tc.c | 112 .key_offset = offsetof(struct efx_tc_lhs_rule, cookie), 113 .head_offset = offsetof(struct efx_tc_lhs_rule, linkage), 971 struct efx_tc_lhs_rule *rule) in efx_tc_flower_handle_lhs_actions() 1459 struct efx_tc_lhs_rule *rule, *old; in efx_tc_flower_replace_foreign_lhs_ar() 1563 struct efx_tc_lhs_rule *rule, *old; in efx_tc_flower_replace_foreign_lhs() 1999 struct efx_tc_lhs_rule *rule, *old; in efx_tc_flower_replace_lhs() 2557 struct efx_tc_lhs_rule *lhs_rule; in efx_tc_flower_destroy() 2945 struct efx_tc_lhs_rule *rule = ptr; in efx_tc_lhs_free()
|
D | mae.c | 1691 struct efx_tc_lhs_rule *rule, u32 prio) in efx_mae_insert_lhs_outer_rule() 1744 struct efx_tc_lhs_rule *rule, in efx_mae_insert_lhs_action_rule() 1789 int efx_mae_insert_lhs_rule(struct efx_nic *efx, struct efx_tc_lhs_rule *rule, in efx_mae_insert_lhs_rule() 1798 struct efx_tc_lhs_rule *rule) in efx_mae_remove_lhs_outer_rule() 1825 int efx_mae_remove_lhs_rule(struct efx_nic *efx, struct efx_tc_lhs_rule *rule) in efx_mae_remove_lhs_rule()
|