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

/linux-master/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.c56 static int set_tcb_field(struct adapter *adap, struct filter_entry *f,
82 static int set_tcb_tflag(struct adapter *adap, struct filter_entry *f,
120 static void mk_set_tcb_ulp(struct filter_entry *f,
143 static int configure_filter_smac(struct adapter *adap, struct filter_entry *f)
164 static void set_nat_params(struct adapter *adap, struct filter_entry *f,
362 struct filter_entry *f;
448 struct filter_entry *prev_tab, *next_tab, *prev_fe, *next_fe;
552 struct filter_entry *f;
761 struct filter_entry *f;
796 struct filter_entry *
[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;
H A Dcxgb4_ethtool.c1633 static struct filter_entry *cxgb4_get_filter_entry(struct adapter *adap,
1712 struct filter_entry *f;
1730 /* Fetch filter_entry */
1826 struct filter_entry *f;
H A Dcxgb4.h1456 struct filter_entry { struct
H A Dcxgb4_main.c1866 t->hpftid_tab = (struct filter_entry *)&t->stid_bmap[stid_bmap_size];
1868 t->ftid_tab = (struct filter_entry *)&t->hpftid_bmap[hpftid_bmap_size];
2919 struct filter_entry *f;
2987 struct filter_entry *f;
/linux-master/tools/perf/util/
H A Dftrace.h30 struct filter_entry { struct
H A Dbpf_ftrace.c23 struct filter_entry *func;
31 func = list_first_entry(&ftrace->filters, struct filter_entry, list);
/linux-master/drivers/tty/hvc/
H A Dhvc_iucv.c741 const char *wildcard, *filter_entry; local
749 filter_entry = hvc_iucv_filter + (8 * i);
756 wildcard = strnchr(filter_entry, 8, FILTER_WILDCARD_CHAR);
757 len = (wildcard) ? wildcard - filter_entry : 8;
758 if (0 == memcmp(ipvmid, filter_entry, len))
/linux-master/tools/perf/
H A Dbuiltin-ftrace.c346 struct filter_entry *pos;
1017 struct filter_entry *entry;
1031 struct filter_entry *pos, *tmp;

Completed in 172 milliseconds