Searched refs:efx_tc_flow_rule (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | tc.h | 198 struct efx_tc_flow_rule { struct 328 struct efx_tc_flow_rule pf; 329 struct efx_tc_flow_rule wire; 346 struct efx_tc_flow_rule *rule);
|
D | tc_encap_actions.h | 91 struct efx_tc_flow_rule; 92 bool efx_tc_check_ready(struct efx_nic *efx, struct efx_tc_flow_rule *rule);
|
D | ef100_rep.h | 54 struct efx_tc_flow_rule dflt;
|
D | tc_encap_actions.c | 432 struct efx_tc_flow_rule *rule; in efx_tc_update_encap() 442 rule = container_of(acts, struct efx_tc_flow_rule, acts); in efx_tc_update_encap() 490 rule = container_of(acts, struct efx_tc_flow_rule, acts); in efx_tc_update_encap() 585 bool efx_tc_check_ready(struct efx_nic *efx, struct efx_tc_flow_rule *rule) in efx_tc_check_ready()
|
D | tc.c | 106 .key_offset = offsetof(struct efx_tc_flow_rule, cookie), 107 .head_offset = offsetof(struct efx_tc_flow_rule, linkage), 743 static void efx_tc_delete_rule(struct efx_nic *efx, struct efx_tc_flow_rule *rule) in efx_tc_delete_rule() 1674 struct efx_tc_flow_rule *rule = NULL, *old = NULL; in efx_tc_flower_replace_foreign() 2074 struct efx_tc_flow_rule *rule = NULL, *old; in efx_tc_flower_replace() 2558 struct efx_tc_flow_rule *rule; in efx_tc_flower_destroy() 2666 u32 eg_port, struct efx_tc_flow_rule *rule) in efx_tc_configure_default_rule() 2705 struct efx_tc_flow_rule *rule = &efx->tc->dflt.pf; in efx_tc_configure_default_rule_pf() 2715 struct efx_tc_flow_rule *rule = &efx->tc->dflt.wire; in efx_tc_configure_default_rule_wire() 2725 struct efx_tc_flow_rule *rule = &efv->dflt; in efx_tc_configure_default_rule_rep() [all …]
|