Home
last modified time | relevance | path

Searched refs:defrag_lh (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/
H A Dnpc.h206 struct list_head defrag_lh; member
H A Ddebugfs.c237 list_for_each_entry(node, &npc_priv->defrag_lh, list) in npc_defrag_show()
H A Dnpc.c3614 list_add_tail(&node->list, &npc_priv.defrag_lh); in npc_defrag_add_2_show_list()
3879 list_for_each_entry_safe(node, next, &npc_priv.defrag_lh, list) { in npc_defrag_list_clear()
4565 INIT_LIST_HEAD(&npc_priv.defrag_lh); in npc_priv_init()