Lines Matching refs:filter_entry

54 struct filter_entry {  struct
55 LIST_ENTRY(filter_entry) link_4t;
56 LIST_ENTRY(filter_entry) link_tid;
68 static void free_filter_resources(struct filter_entry *); argument
74 static int configure_hashfilter_tcb(struct adapter *, struct filter_entry *);
140 struct filter_entry *f, *ftmp; in free_hftid_hash()
141 LIST_HEAD(, filter_entry) *head; in free_hftid_hash()
186 insert_hf(struct adapter *sc, struct filter_entry *f, uint32_t hash) in insert_hf()
189 LIST_HEAD(, filter_entry) *head = t->hftid_hash_4t; in insert_hf()
199 insert_hftid(struct adapter *sc, struct filter_entry *f) in insert_hftid()
202 LIST_HEAD(, filter_entry) *head = t->hftid_hash_tid; in insert_hftid()
261 static struct filter_entry *
265 LIST_HEAD(, filter_entry) *head = t->hftid_hash_4t; in lookup_hf()
266 struct filter_entry *f; in lookup_hf()
282 static struct filter_entry *
286 LIST_HEAD(, filter_entry) *head = t->hftid_hash_tid; in lookup_hftid()
287 struct filter_entry *f; in lookup_hftid()
303 remove_hf(struct adapter *sc, struct filter_entry *f) in remove_hf()
314 remove_hftid(struct adapter *sc, struct filter_entry *f) in remove_hftid()
636 struct filter_entry *f; in set_tcamfilter()
999 ti->hpftid_tab = malloc(sizeof(struct filter_entry) * in set_filter()
1014 ti->ftid_tab = malloc(sizeof(struct filter_entry) * ti->nftids, in set_filter()
1074 struct filter_entry *f; in del_tcamfilter()
1173 free_filter_resources(struct filter_entry *f) in free_filter_resources()
1228 struct filter_entry *f; in t4_filter_rpl()
1301 struct filter_entry *f = lookup_atid(sc, atid); in t4_hashfilter_ao_rpl()
1349 struct filter_entry *f; in t4_hashfilter_tcb_rpl()
1384 struct filter_entry *f; in t4_del_hashfilter_rpl()
1413 struct filter_entry *f; in get_tcamfilter()
1470 struct filter_entry *f; in get_hashfilter()
1506 mk_act_open_req6(struct adapter *sc, struct filter_entry *f, int atid, in mk_act_open_req6()
1550 mk_act_open_req(struct adapter *sc, struct filter_entry *f, int atid, in mk_act_open_req()
1624 struct filter_entry *f; in set_hashfilter()
1794 struct filter_entry *f; in del_hashfilter()
1858 set_nat_params(struct adapter *sc, struct filter_entry *f, const bool dip, in set_nat_params()
1930 configure_hashfilter_tcb(struct adapter *sc, struct filter_entry *f) in configure_hashfilter_tcb()