Searched refs:filter_entry (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_filter.h | 46 void clear_filter(struct adapter *adap, struct filter_entry *f); 51 int writable_filter(struct filter_entry *f);
|
D | cxgb4_filter.c | 56 static int set_tcb_field(struct adapter *adap, struct filter_entry *f, in set_tcb_field() 82 static int set_tcb_tflag(struct adapter *adap, struct filter_entry *f, in set_tcb_tflag() 120 static void mk_set_tcb_ulp(struct filter_entry *f, in mk_set_tcb_ulp() 143 static int configure_filter_smac(struct adapter *adap, struct filter_entry *f) in configure_filter_smac() 164 static void set_nat_params(struct adapter *adap, struct filter_entry *f, in set_nat_params() 357 struct filter_entry *f; in get_filter_count() 515 struct filter_entry *f = &adapter->tids.ftid_tab[fidx]; in del_filter_wr() 546 struct filter_entry *f = &adapter->tids.ftid_tab[fidx]; in set_filter_wr() 680 int writable_filter(struct filter_entry *f) in writable_filter() 696 struct filter_entry *f; in delete_filter() [all …]
|
D | cxgb4_uld.h | 110 struct filter_entry *ftid_tab;
|
D | cxgb4.h | 1212 struct filter_entry { struct
|
D | cxgb4_main.c | 1351 t->ftid_tab = (struct filter_entry *)&t->stid_bmap[stid_bmap_size]; in tid_init() 2362 struct filter_entry *f; in cxgb4_create_server_filter() 2430 struct filter_entry *f; in cxgb4_remove_server_filter()
|
/Linux-v4.19/tools/perf/ |
D | builtin-ftrace.c | 41 struct filter_entry { struct 216 struct filter_entry *pos; in __set_tracing_filter() 418 struct filter_entry *entry; in parse_filter_func() 432 struct filter_entry *pos, *tmp; in delete_filter_func()
|
/Linux-v4.19/drivers/tty/hvc/ |
D | hvc_iucv.c | 744 const char *wildcard, *filter_entry; in hvc_iucv_filter_connreq() local 752 filter_entry = hvc_iucv_filter + (8 * i); in hvc_iucv_filter_connreq() 759 wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR); in hvc_iucv_filter_connreq() 760 len = (wildcard) ? wildcard - filter_entry : 8; in hvc_iucv_filter_connreq() 761 if (0 == memcmp(ipvmid, filter_entry, len)) in hvc_iucv_filter_connreq()
|