Home
last modified time | relevance | path

Searched refs:l2_node (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/arch/arm/mach-qcom/
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()
/Linux-v6.1/drivers/net/ethernet/broadcom/bnxt/
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_KERNEL); in bnxt_tc_get_l2_node()
977 if (!l2_node) { in bnxt_tc_get_l2_node()
982 l2_node->key = *l2_key; in bnxt_tc_get_l2_node()
[all …]
Dbnxt_tc.h201 struct bnxt_tc_l2_node *l2_node; member
/Linux-v6.1/drivers/net/ethernet/mediatek/
Dmtk_ppe.c19 .head_offset = offsetof(struct mtk_flow_entry, l2_node),
425 rhashtable_remove_fast(&ppe->l2_flows, &entry->l2_node, in __mtk_foe_entry_clear()
565 return rhashtable_insert_fast(&ppe->l2_flows, &entry->l2_node, in mtk_foe_entry_commit_l2()
Dmtk_ppe.h267 struct rhash_head l2_node; member