Home
last modified time | relevance | path

Searched refs:l2_node (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-qcom/
H A Dplatsmp.c160 struct device_node *cpu_node, *l2_node, *acc_node, *saw_node; in kpssv2_release_secondary() local
175 l2_node = of_parse_phandle(cpu_node, "next-level-cache", 0); in kpssv2_release_secondary()
176 if (!l2_node) { in kpssv2_release_secondary()
181 saw_node = of_parse_phandle(l2_node, "qcom,saw", 0); in kpssv2_release_secondary()
248 of_node_put(l2_node); in kpssv2_release_secondary()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c940 struct bnxt_tc_l2_node *l2_node = flow_node->l2_node; in bnxt_tc_put_l2_node() local
946 if (--l2_node->refcount == 0) { in bnxt_tc_put_l2_node()
947 rc = rhashtable_remove_fast(&tc_info->l2_table, &l2_node->node, in bnxt_tc_put_l2_node()
953 kfree_rcu(l2_node, rcu); in bnxt_tc_put_l2_node()
963 struct bnxt_tc_l2_node *l2_node; in bnxt_tc_get_l2_node() local
966 l2_node = rhashtable_lookup_fast(l2_table, l2_key, ht_params); in bnxt_tc_get_l2_node()
967 if (!l2_node) { in bnxt_tc_get_l2_node()
968 l2_node = kzalloc(sizeof(*l2_node), GFP_KERNE in bnxt_tc_get_l2_node()
999 struct bnxt_tc_l2_node *l2_node; bnxt_tc_get_ref_flow_handle() local
[all...]
H A Dbnxt_tc.h201 struct bnxt_tc_l2_node *l2_node; member
202 /* for the shared_flows list maintained in l2_node */
212 /* for the shared_flows list maintained in tunnel decap l2_node */
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c948 struct bnxt_tc_l2_node *l2_node = flow_node->l2_node; in bnxt_tc_put_l2_node() local
954 if (--l2_node->refcount == 0) { in bnxt_tc_put_l2_node()
955 rc = rhashtable_remove_fast(&tc_info->l2_table, &l2_node->node, in bnxt_tc_put_l2_node()
961 kfree_rcu(l2_node, rcu); in bnxt_tc_put_l2_node()
971 struct bnxt_tc_l2_node *l2_node; in bnxt_tc_get_l2_node() local
974 l2_node = rhashtable_lookup_fast(l2_table, l2_key, ht_params); in bnxt_tc_get_l2_node()
975 if (!l2_node) { in bnxt_tc_get_l2_node()
976 l2_node = kzalloc(sizeof(*l2_node), GFP_KERNE in bnxt_tc_get_l2_node()
1007 struct bnxt_tc_l2_node *l2_node; bnxt_tc_get_ref_flow_handle() local
[all...]
H A Dbnxt_tc.h201 struct bnxt_tc_l2_node *l2_node; member
202 /* for the shared_flows list maintained in l2_node */
212 /* for the shared_flows list maintained in tunnel decap l2_node */
/kernel/linux/linux-6.6/arch/arm/mach-qcom/
H A Dplatsmp.c217 struct device_node *cpu_node, *l2_node, *acc_node, *saw_node; in kpssv2_release_secondary() local
232 l2_node = of_parse_phandle(cpu_node, "next-level-cache", 0); in kpssv2_release_secondary()
233 if (!l2_node) { in kpssv2_release_secondary()
238 saw_node = of_parse_phandle(l2_node, "qcom,saw", 0); in kpssv2_release_secondary()
305 of_node_put(l2_node); in kpssv2_release_secondary()
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.c20 .head_offset = offsetof(struct mtk_flow_entry, l2_node),
505 rhashtable_remove_fast(&ppe->l2_flows, &entry->l2_node, in __mtk_foe_entry_clear()
665 prev = rhashtable_lookup_get_insert_fast(&ppe->l2_flows, &entry->l2_node, in mtk_foe_entry_commit_l2()
673 return rhashtable_replace_fast(&ppe->l2_flows, &prev->l2_node, in mtk_foe_entry_commit_l2()
674 &entry->l2_node, mtk_flow_l2_ht_params); in mtk_foe_entry_commit_l2()
H A Dmtk_ppe.h291 struct rhash_head l2_node; member

Completed in 10 milliseconds