Searched refs:filter_entry (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_filter.h | 46 void clear_filter(struct adapter *adap, struct filter_entry *f); 51 int writable_filter(struct filter_entry *f);
|
H A D | cxgb4_filter.c | 362 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 D | cxgb4_uld.h | 122 struct filter_entry *hpftid_tab; 127 struct filter_entry *ftid_tab;
|
H A D | cxgb4_tc_u32.c | 358 struct filter_entry *f; in cxgb4_delete_knode()
|
H A D | cxgb4_ethtool.c | 1631 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 D | cxgb4_main.c | 1866 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 D | cxgb4.h | 1456 struct filter_entry { struct
|
/openbmc/linux/tools/perf/util/ |
H A D | bpf_ftrace.c | 23 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 D | ftrace.h | 30 struct filter_entry { struct
|
/openbmc/linux/drivers/tty/hvc/ |
H A D | hvc_iucv.c | 741 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 D | builtin-ftrace.c | 346 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()
|