Home
last modified time | relevance | path

Searched full:in_hw (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac5.c409 if (entry->in_hw) in dwmac5_rxp_get_next_entry()
454 entry->in_hw = false; in dwmac5_rxp_config()
479 entry->in_hw = true; in dwmac5_rxp_config()
481 if (frag && !frag->in_hw) { in dwmac5_rxp_config()
486 frag->in_hw = true; in dwmac5_rxp_config()
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dport_range_scale.sh58 jq "[.[] | select(.options.in_hw == true)] | length")
H A Dtc_police_scale.sh64 jq "[.[] | select(.options.in_hw == true)] | length")
H A Dtc_flower_scale.sh100 .options | .in_hw ]' | jq .[] | wc -l)
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c574 flow_pay->in_hw = false; in nfp_flower_allocate_new()
1086 merge_flow->in_hw = true; in nfp_flower_merge_offloaded_flows()
1087 sub_flow1->in_hw = false; in nfp_flower_merge_offloaded_flows()
1429 flow_pay->in_hw = true; in nfp_flower_add_offload()
1494 origin->in_hw = true; in nfp_flower_remove_merge_flow()
1589 if (!nfp_flow->in_hw) { in nfp_flower_del_offload()
H A Dmain.h445 bool in_hw; member
H A Dconntrack.c1153 if (!flow_pay->in_hw) { in nfp_fl_ct_del_offload()
/linux/tools/testing/selftests/net/
H A Dbpf_offload.py457 flags = ["skip_sw", "skip_hw", "in_hw"]
791 fail(not fltr["in_hw"], "Filter not offloaded by default")
801 fail(not fltr["in_hw"], "Bytecode not offloaded by default")
881 fail(not fltr["in_hw"], "TC does not report 'in_hw' for offloaded filter")
/linux/drivers/net/ethernet/sfc/
H A Dtc.c175 struct efx_tc_action_set *act, bool in_hw) in efx_tc_free_action_set() argument
177 /* Failure paths calling this on the 'cursor' action set in_hw=false, in efx_tc_free_action_set()
181 if (in_hw) { in efx_tc_free_action_set()
183 /* in_hw is true iff we are on an acts.list; make sure to in efx_tc_free_action_set()
208 bool in_hw) in efx_tc_free_action_set_list() argument
212 /* Failure paths set in_hw=false, because usually the acts didn't get in efx_tc_free_action_set_list()
216 if (in_hw) in efx_tc_free_action_set_list()
218 /* Any act that's on the list will be in_hw even if the list isn't */ in efx_tc_free_action_set_list()