Searched refs:foe_flow (Results 1 – 4 of 4) sorted by relevance
691 hlist_add_head(&entry->list, &ppe->foe_flow[hash / soc->hash_offset]); in mtk_foe_entry_commit() 716 &ppe->foe_flow[hash / soc->hash_offset]); in mtk_foe_entry_commit_subflow() 741 struct hlist_head *head = &ppe->foe_flow[hash / soc->hash_offset]; in __mtk_ppe_check_skb() 912 sizeof(*ppe->foe_flow); in mtk_ppe_init() 913 ppe->foe_flow = devm_kzalloc(dev, foe_flow_size, GFP_KERNEL); in mtk_ppe_init() 914 if (!ppe->foe_flow) in mtk_ppe_init()
339 struct hlist_head *foe_flow; member
729 hlist_for_each_entry_safe(e, n, &ppe->foe_flow[index], list) { in airoha_ppe_foe_insert_entry() 795 hlist_add_head(&e->list, &ppe->foe_flow[hash]); in airoha_ppe_foe_flow_commit_entry() 1320 ppe->foe_flow = devm_kzalloc(eth->dev, in airoha_ppe_init() 1321 PPE_NUM_ENTRIES * sizeof(*ppe->foe_flow), in airoha_ppe_init() 1323 if (!ppe->foe_flow) in airoha_ppe_init()
545 struct hlist_head *foe_flow; member