Lines Matching refs:to_del
639 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()
1391 LIST_INSERT_HEAD(&to_del, f, ftle); in ixl_del_all_vlan_filters()
1399 ixl_del_hw_filters(vsi, &to_del, to_del_cnt); in ixl_del_all_vlan_filters()
1526 ixl_del_hw_filters(struct ixl_vsi *vsi, struct ixl_ftl_head *to_del, int cnt) in ixl_del_hw_filters() argument
1549 LIST_FOREACH_SAFE(f, to_del, ftle, f_temp) { in ixl_del_hw_filters()
1569 if (j != cnt || !LIST_EMPTY(to_del)) { in ixl_del_hw_filters()
1574 ixl_free_filters(to_del); in ixl_del_hw_filters()