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

/freebsd-13-stable/sys/dev/ixl/
H A Dixl_pf_main.c573 struct ixl_ftl_head to_del; local
580 LIST_INIT(&to_del);
588 LIST_INSERT_HEAD(&to_del, f, ftle);
593 ixl_del_hw_filters(vsi, &to_del, mcnt);
1174 struct ixl_ftl_head to_del; local
1187 LIST_INIT(&to_del);
1188 LIST_INSERT_HEAD(&to_del, tmp, ftle);
1189 ixl_del_hw_filters(vsi, &to_del, 1);
1306 struct ixl_ftl_head to_del; local
1309 LIST_INIT(&to_del);
1447 ixl_del_hw_filters(struct ixl_vsi *vsi, struct ixl_ftl_head *to_del, int cnt) argument
[all...]

Completed in 109 milliseconds