Home
last modified time | relevance | path

Searched refs:in_hw (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac5.c388 if (entry->in_hw) in dwmac5_rxp_get_next_entry()
433 entry->in_hw = false; in dwmac5_rxp_config()
458 entry->in_hw = true; in dwmac5_rxp_config()
460 if (frag && !frag->in_hw) { in dwmac5_rxp_config()
465 frag->in_hw = true; in dwmac5_rxp_config()
H A Dstmmac.h102 bool in_hw; member
H A Ddwxgmac2_core.c1040 if (entry->in_hw) in dwxgmac3_rxp_get_next_entry()
1086 entry->in_hw = false; in dwxgmac3_rxp_config()
1111 entry->in_hw = true; in dwxgmac3_rxp_config()
1113 if (frag && !frag->in_hw) { in dwxgmac3_rxp_config()
1118 frag->in_hw = true; in dwxgmac3_rxp_config()
/kernel/linux/linux-6.6/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()
H A Ddwxgmac2_core.c1086 if (entry->in_hw) in dwxgmac3_rxp_get_next_entry()
1132 entry->in_hw = false; in dwxgmac3_rxp_config()
1157 entry->in_hw = true; in dwxgmac3_rxp_config()
1159 if (frag && !frag->in_hw) { in dwxgmac3_rxp_config()
1164 frag->in_hw = true; in dwxgmac3_rxp_config()
H A Dstmmac.h138 bool in_hw; member
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c572 flow_pay->in_hw = false; in nfp_flower_allocate_new()
1090 merge_flow->in_hw = true; in nfp_flower_merge_offloaded_flows()
1091 sub_flow1->in_hw = false; in nfp_flower_merge_offloaded_flows()
1358 flow_pay->in_hw = true; in nfp_flower_add_offload()
1423 origin->in_hw = true; in nfp_flower_remove_merge_flow()
1509 if (!nfp_flow->in_hw) { in nfp_flower_del_offload()
H A Dmain.h329 bool in_hw; member
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c570 flow_pay->in_hw = false; in nfp_flower_allocate_new()
1082 merge_flow->in_hw = true; in nfp_flower_merge_offloaded_flows()
1083 sub_flow1->in_hw = false; in nfp_flower_merge_offloaded_flows()
1425 flow_pay->in_hw = true; in nfp_flower_add_offload()
1490 origin->in_hw = true; in nfp_flower_remove_merge_flow()
1585 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtc.c175 struct efx_tc_action_set *act, bool in_hw) in efx_tc_free_action_set()
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()
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()
174 efx_tc_free_action_set(struct efx_nic *efx, struct efx_tc_action_set *act, bool in_hw) efx_tc_free_action_set() argument
206 efx_tc_free_action_set_list(struct efx_nic *efx, struct efx_tc_action_set_list *acts, bool in_hw) efx_tc_free_action_set_list() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c1611 mid->in_hw = true; in mlxsw_sp_mc_write_mdb_entry()
1618 if (!mid->in_hw) in mlxsw_sp_mc_remove_mdb_entry()
1622 mid->in_hw = false; in mlxsw_sp_mc_remove_mdb_entry()
1646 mid->in_hw = false; in __mlxsw_sp_mc_alloc()
H A Dspectrum.h111 bool in_hw; member

Completed in 29 milliseconds