Searched refs:filter_entry (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A 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() 362 struct filter_entry *f; in get_filter_count() 448 struct filter_entry *prev_tab, *next_tab, *prev_fe, *next_fe; in cxgb4_filter_prio_in_range() 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() [all …]
|
| 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_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 | 1623 static struct filter_entry *cxgb4_get_filter_entry(struct adapter *adap, in cxgb4_get_filter_entry() 1702 struct filter_entry *f; in cxgb4_ntuple_get_filter() 1816 struct filter_entry *f; in cxgb4_ntuple_del_filter()
|
| H A D | cxgb4_main.c | 1867 t->hpftid_tab = (struct filter_entry *)&t->stid_bmap[stid_bmap_size]; in tid_init() 1869 t->ftid_tab = (struct filter_entry *)&t->hpftid_bmap[hpftid_bmap_size]; in tid_init() 2920 struct filter_entry *f; in cxgb4_create_server_filter() 2988 struct filter_entry *f; in cxgb4_remove_server_filter()
|
| H A D | cxgb4.h | 1460 struct filter_entry { struct
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-ftrace.c | 56 struct filter_entry { struct 368 struct filter_entry *pos; in __set_tracing_filter() 761 struct filter_entry *entry; in parse_filter_func() 775 struct filter_entry *pos, *tmp; in delete_filter_func()
|
| /OK3568_Linux_fs/kernel/drivers/tty/hvc/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_sta_ioctl.c | 4446 filter_entry *entry = MNULL; in wlan_ipaddr_arp_filter() 4463 arpfilter->len = wlan_cpu_to_le16(sizeof(filter_entry) * 3); in wlan_ipaddr_arp_filter() 4464 entry = (filter_entry *)(buf + sizeof(arpfilter_header)); in wlan_ipaddr_arp_filter()
|
| H A D | mlan_fw.h | 3243 } MLAN_PACK_END filter_entry; typedef
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_sta_ioctl.c | 4719 filter_entry *entry = MNULL; in wlan_ipaddr_arp_filter() 4736 arpfilter->len = wlan_cpu_to_le16(sizeof(filter_entry) * 3); in wlan_ipaddr_arp_filter() 4737 entry = (filter_entry *)(buf + sizeof(arpfilter_header)); in wlan_ipaddr_arp_filter()
|
| H A D | mlan_fw.h | 2523 } MLAN_PACK_END filter_entry; typedef
|