Home
last modified time | relevance | path

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

/linux-6.15/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.c1628 static struct filter_entry *cxgb4_get_filter_entry(struct adapter *adap, in cxgb4_get_filter_entry()
1707 struct filter_entry *f; in cxgb4_ntuple_get_filter()
1821 struct filter_entry *f; in cxgb4_ntuple_del_filter()
H A Dcxgb4_main.c1869 t->hpftid_tab = (struct filter_entry *)&t->stid_bmap[stid_bmap_size]; in tid_init()
1871 t->ftid_tab = (struct filter_entry *)&t->hpftid_bmap[hpftid_bmap_size]; in tid_init()
2910 struct filter_entry *f; in cxgb4_create_server_filter()
2978 struct filter_entry *f; in cxgb4_remove_server_filter()
H A Dcxgb4.h1457 struct filter_entry { struct
/linux-6.15/tools/perf/util/
H A Dbpf_ftrace.c24 struct filter_entry *func; in perf_ftrace__latency_prepare_bpf()
32 func = list_first_entry(&ftrace->filters, struct filter_entry, list); in perf_ftrace__latency_prepare_bpf()
H A Dftrace.h39 struct filter_entry { struct
/linux-6.15/drivers/tty/hvc/
H 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()
/linux-6.15/tools/perf/
H A Dbuiltin-ftrace.c388 struct filter_entry *pos; in __set_tracing_filter()
1457 struct filter_entry *entry; in parse_filter_func()
1471 struct filter_entry *pos, *tmp; in delete_filter_func()