Searched refs:filter_entry (Results 1 – 7 of 7) sorted by relevance
41 void clear_filter(struct adapter *adap, struct filter_entry *f);46 int writable_filter(struct filter_entry *f);
182 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()
110 struct filter_entry *ftid_tab;
1087 struct filter_entry { struct
1319 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()
744 const char *wildcard, *filter_entry; in hvc_iucv_filter_connreq() local752 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()
161 int filter_entry; member