Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_filter.h41 void clear_filter(struct adapter *adap, struct filter_entry *f);
46 int writable_filter(struct filter_entry *f);
Dcxgb4_filter.c182 struct filter_entry *f = &adapter->tids.ftid_tab[fidx]; in del_filter_wr()
212 struct filter_entry *f = &adapter->tids.ftid_tab[fidx]; in set_filter_wr()
319 int writable_filter(struct filter_entry *f) in writable_filter()
335 struct filter_entry *f; in delete_filter()
354 void clear_filter(struct adapter *adap, struct filter_entry *f) in clear_filter()
377 struct filter_entry *f = &adapter->tids.ftid_tab[0]; in clear_all_filters()
446 struct filter_entry *f; in __cxgb4_set_filter()
580 struct filter_entry *f; in __cxgb4_del_filter()
659 struct filter_entry *f = NULL; in filter_rpl()
Dcxgb4_uld.h110 struct filter_entry *ftid_tab;
Dcxgb4.h1087 struct filter_entry { struct
Dcxgb4_main.c1319 t->ftid_tab = (struct filter_entry *)&t->stid_bmap[stid_bmap_size]; in tid_init()
2315 struct filter_entry *f; in cxgb4_create_server_filter()
2383 struct filter_entry *f; in cxgb4_remove_server_filter()
/drivers/tty/hvc/
Dhvc_iucv.c744 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()
/drivers/staging/irda/include/net/irda/
Dirlan_common.h161 int filter_entry; member