Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Dixl_pf_main.c639 struct ixl_ftl_head to_del; in ixl_del_multi() local
646 LIST_INIT(&to_del); in ixl_del_multi()
654 LIST_INSERT_HEAD(&to_del, f, ftle); in ixl_del_multi()
659 ixl_del_hw_filters(vsi, &to_del, mcnt); in ixl_del_multi()
1248 struct ixl_ftl_head to_del; in ixl_add_filter() local
1261 LIST_INIT(&to_del); in ixl_add_filter()
1262 LIST_INSERT_HEAD(&to_del, tmp, ftle); in ixl_add_filter()
1263 ixl_del_hw_filters(vsi, &to_del, 1); in ixl_add_filter()
1380 struct ixl_ftl_head to_del; in ixl_del_all_vlan_filters() local
1383 LIST_INIT(&to_del); in ixl_del_all_vlan_filters()
[all …]