Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.h46 void clear_filter(struct adapter *adap, struct filter_entry *f);
51 int writable_filter(struct filter_entry *f);
H 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()
1377 struct filter_entry *f; in cxgb4_set_hash_filter()
1745 struct filter_entry *f; in cxgb4_del_hash_filter()
1807 struct filter_entry *f; in __cxgb4_del_filter()
1975 struct filter_entry *f; in hash_del_filter_rpl()
[all …]
H A Dcxgb4_uld.h122 struct filter_entry *hpftid_tab;
127 struct filter_entry *ftid_tab;
H A Dcxgb4_tc_u32.c358 struct filter_entry *f; in cxgb4_delete_knode()
H A Dcxgb4_ethtool.c1631 static struct filter_entry *cxgb4_get_filter_entry(struct adapter *adap, in cxgb4_get_filter_entry()
1710 struct filter_entry *f; in cxgb4_ntuple_get_filter()
1824 struct filter_entry *f; in cxgb4_ntuple_del_filter()
H A Dcxgb4_main.c1866 t->hpftid_tab = (struct filter_entry *)&t->stid_bmap[stid_bmap_size]; in tid_init()
1868 t->ftid_tab = (struct filter_entry *)&t->hpftid_bmap[hpftid_bmap_size]; in tid_init()
2919 struct filter_entry *f; in cxgb4_create_server_filter()
2987 struct filter_entry *f; in cxgb4_remove_server_filter()
H A Dcxgb4.h1456 struct filter_entry { struct
/openbmc/linux/tools/perf/util/
H A Dbpf_ftrace.c23 struct filter_entry *func; in perf_ftrace__latency_prepare_bpf()
31 func = list_first_entry(&ftrace->filters, struct filter_entry, list); in perf_ftrace__latency_prepare_bpf()
H A Dftrace.h30 struct filter_entry { struct
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_iucv.c741 const char *wildcard, *filter_entry; in hvc_iucv_filter_connreq() local
749 filter_entry = hvc_iucv_filter + (8 * i); in hvc_iucv_filter_connreq()
756 wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR); in hvc_iucv_filter_connreq()
757 len = (wildcard) ? wildcard - filter_entry : 8; in hvc_iucv_filter_connreq()
758 if (0 == memcmp(ipvmid, filter_entry, len)) in hvc_iucv_filter_connreq()
/openbmc/linux/tools/perf/
H A Dbuiltin-ftrace.c346 struct filter_entry *pos; in __set_tracing_filter()
1017 struct filter_entry *entry; in parse_filter_func()
1031 struct filter_entry *pos, *tmp; in delete_filter_func()