Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtim_filter.h44 struct filter_entry { struct
56 struct filter_entry entries[NUM_FILTER_ENTRIES]; argument
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_filter.c158 static int writable_filter(struct filter_entry *f) in writable_filter()
296 static void clear_filter(struct filter_entry *f) in clear_filter()
420 struct filter_entry *f; in cxgbe_del_hash_filter()
601 struct filter_entry *f; in cxgbe_set_hash_filter()
933 struct filter_entry *f; in cxgbe_del_filter()
1005 struct filter_entry *f; in cxgbe_set_filter()
1168 struct filter_entry *f; in cxgbe_hash_filter_rpl()
1244 struct filter_entry *f = NULL; in cxgbe_filter_rpl()
1310 struct filter_entry *f; in cxgbe_get_filter_count()
1395 struct filter_entry *f = NULL; in cxgbe_clear_filter_count()
[all …]
H A Dcxgbe_flow.h26 struct filter_entry *f;
H A Dcxgbe_ofld.h52 struct filter_entry *ftid_tab; /* Normal filters */
H A Dcxgbe_flow.c531 static int cxgbe_validate_fidxondel(struct filter_entry *f, unsigned int fidx) in cxgbe_validate_fidxondel()
1211 struct filter_entry *f = flow->f; in __cxgbe_flow_destroy()
1284 struct filter_entry *f; in cxgbe_flow_query()
1391 cxgbe_check_n_destroy(struct filter_entry *f, struct rte_eth_dev *dev) in cxgbe_check_n_destroy()
1408 struct filter_entry *f = &adap->tids.ftid_tab[0]; in cxgbe_flow_flush()
1424 struct filter_entry *f; in cxgbe_flow_flush()
1427 f = (struct filter_entry *)adap->tids.tid_tab[i]; in cxgbe_flow_flush()
H A Dcxgbe_filter.h178 struct filter_entry { struct
H A Dcxgbe_main.c495 t->ftid_tab = (struct filter_entry *)&t->atid_tab[t->natids]; in tid_init()