Searched refs:to_del (Results 1 – 1 of 1) sorted by relevance
639 struct ixl_ftl_head to_del; in ixl_del_multi() local646 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() local1261 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() local1383 LIST_INIT(&to_del); in ixl_del_all_vlan_filters()[all …]