Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_filter.c362 struct filter_entry *f; in get_filter_count()
552 struct filter_entry *f; in cxgb4_get_free_ftid()
761 struct filter_entry *f; in del_filter_wr()
796 struct filter_entry *f; in set_filter_wr()
955 struct filter_entry *f; in delete_filter()
1033 struct filter_entry *f; in clear_all_filters()
1376 struct filter_entry *f; in cxgb4_set_hash_filter()
1744 struct filter_entry *f; in cxgb4_del_hash_filter()
1806 struct filter_entry *f; in __cxgb4_del_filter()
1974 struct filter_entry *f; in hash_del_filter_rpl()
[all …]
A Dcxgb4_filter.h46 void clear_filter(struct adapter *adap, struct filter_entry *f);
51 int writable_filter(struct filter_entry *f);
A Dcxgb4_uld.h122 struct filter_entry *hpftid_tab;
127 struct filter_entry *ftid_tab;
A Dcxgb4_tc_u32.c358 struct filter_entry *f; in cxgb4_delete_knode()
A Dcxgb4_ethtool.c1627 static struct filter_entry *cxgb4_get_filter_entry(struct adapter *adap, in cxgb4_get_filter_entry()
1706 struct filter_entry *f; in cxgb4_ntuple_get_filter()
1820 struct filter_entry *f; in cxgb4_ntuple_del_filter()
A Dcxgb4_main.c1867 t->hpftid_tab = (struct filter_entry *)&t->stid_bmap[stid_bmap_size]; in tid_init()
1869 t->ftid_tab = (struct filter_entry *)&t->hpftid_bmap[hpftid_bmap_size]; in tid_init()
2920 struct filter_entry *f; in cxgb4_create_server_filter()
2988 struct filter_entry *f; in cxgb4_remove_server_filter()
A Dcxgb4.h1458 struct filter_entry { struct
/linux/tools/perf/
A Dbuiltin-ftrace.c56 struct filter_entry { struct
368 struct filter_entry *pos; in __set_tracing_filter()
760 struct filter_entry *entry; in parse_filter_func()
774 struct filter_entry *pos, *tmp; in delete_filter_func()
/linux/drivers/tty/hvc/
A Dhvc_iucv.c742 const char *wildcard, *filter_entry; in hvc_iucv_filter_connreq() local
750 filter_entry = hvc_iucv_filter + (8 * i); in hvc_iucv_filter_connreq()
757 wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR); in hvc_iucv_filter_connreq()
758 len = (wildcard) ? wildcard - filter_entry : 8; in hvc_iucv_filter_connreq()
759 if (0 == memcmp(ipvmid, filter_entry, len)) in hvc_iucv_filter_connreq()

Completed in 44 milliseconds