/linux-2.6.39/Documentation/trace/ |
D | events.txt | 107 find the field names that can be used in event filters (see section 5). 179 The field-names available for use in filters can be found in the 196 5.2 Setting filters 228 5.3 Clearing filters 234 To clear the filters for all events in a subsystem, write a '0' to the 237 5.3 Subsystem filters 240 For convenience, filters for every event in a subsystem can be set or 246 result in an unintended mixture of filters which could lead to 247 confusing (to the user who might think different filters are in 248 effect) trace output. Only filters that reference just the common [all …]
|
D | ftrace.txt | 1548 Perhaps this is not enough. The filters also allow simple wild 1604 To rewrite the filters, use '>' 1605 To append to the filters, use '>>'
|
/linux-2.6.39/net/sched/ |
D | cls_flow.c | 33 struct list_head filters; member 369 list_for_each_entry(f, &head->filters, list) { in flow_classify() 567 list_add_tail(&f->list, &head->filters); in flow_change() 607 INIT_LIST_HEAD(&head->filters); in flow_init() 617 list_for_each_entry_safe(f, next, &head->filters, list) { in flow_destroy() 629 list_for_each_entry(f, &head->filters, list) in flow_get() 698 list_for_each_entry(f, &head->filters, list) { in flow_walk()
|
D | sch_cbq.c | 139 int filters; member 1681 WARN_ON(cl->filters); in cbq_destroy_class() 1932 if (cl->filters || cl->children || cl == &q->link) in cbq_delete() 1993 cl->filters++; in cbq_bind_filter() 2003 cl->filters--; in cbq_unbind_filter()
|
/linux-2.6.39/drivers/media/dvb/dvb-usb/ |
D | m920x.h | 64 u16 filters[M9206_MAX_ADAPTERS][M9206_MAX_FILTERS]; member
|
D | m920x.c | 294 if (m->filters[adap->id][i] == 8192) in m920x_update_filters() 308 if (m->filters[adap->id][i] == 0) in m920x_update_filters() 311 if ((ret = m920x_set_filter(adap->dev, ep, filter + 2, m->filters[adap->id][i])) != 0) in m920x_update_filters() 334 m->filters[adap->id][index] = onoff ? pid : 0; in m920x_pid_filter()
|
/linux-2.6.39/Documentation/networking/ |
D | filter.txt | 16 creating filters. 24 You can also detach filters from your socket via the
|
D | multicast.txt | 12 IP-Multicast Multicast hardware filters really help 13 IP-MRoute AllMulti hardware filters are of no help
|
D | can.txt | 38 6.3 CAN controller hardware filters 385 - The filters are set to exactly one filter receiving everything 397 by defining 0 .. n filters with the CAN_RAW_FILTER socket option. 413 contrast to CAN controller hardware filters the user may set 0 .. n 414 receive filters for each open socket separately: 429 To set the filters to zero filters is quite obsolete as not read 512 receive lists, their filters and the count of filter matches can be 531 rcvlist_fil - list for mask/value filters 532 rcvlist_inv - list for mask/value filters (inverse semantic) 591 6.3 CAN controller hardware filters [all …]
|
D | multiqueue.txt | 69 The behavior of tc filters remains the same. However a new tc action,
|
/linux-2.6.39/Documentation/ |
D | xz.txt | 9 algorithm (filter) is LZMA2. Additional filters can be used to improve 10 compression ratio even further. E.g. Branch/Call/Jump (BCJ) filters 14 the LZMA2 filter and optionally also BCJ filters. CRC32 is supported
|
D | debugging-via-ohci1394.txt | 12 PCI-Bus master DMA after applying filters defined by the OHCI-1394 driver.
|
D | dynamic-debug-howto.txt | 59 You can also apply standard Unix text manipulation filters to this
|
/linux-2.6.39/Documentation/hwmon/ |
D | adt7411 | 36 fast_sampling - Sample at 22.5 kHz instead of 1.4 kHz, but drop filters
|
/linux-2.6.39/lib/xz/ |
D | Kconfig | 5 LZMA2 compression algorithm and BCJ filters are supported using
|
/linux-2.6.39/drivers/net/vmxnet3/ |
D | vmxnet3_drv.c | 3154 pmConf->filters[i].patternSize = ETH_ALEN; in vmxnet3_suspend() 3155 pmConf->filters[i].maskSize = 1; in vmxnet3_suspend() 3156 memcpy(pmConf->filters[i].pattern, netdev->dev_addr, ETH_ALEN); in vmxnet3_suspend() 3157 pmConf->filters[i].mask[0] = 0x3F; /* LSB ETH_ALEN bits */ in vmxnet3_suspend() 3172 pmConf->filters[i].patternSize = ETH_HLEN + /* Ethernet header*/ in vmxnet3_suspend() 3176 pmConf->filters[i].maskSize = in vmxnet3_suspend() 3177 (pmConf->filters[i].patternSize - 1) / 8 + 1; in vmxnet3_suspend() 3180 ehdr = (struct ethhdr *)pmConf->filters[i].pattern; in vmxnet3_suspend() 3184 ahdr = (struct arphdr *)&pmConf->filters[i].pattern[ETH_HLEN]; in vmxnet3_suspend() 3193 pmConf->filters[i].mask[0] = 0x00; in vmxnet3_suspend() [all …]
|
D | vmxnet3_defs.h | 544 struct Vmxnet3_PM_PktFilter filters[VMXNET3_PM_MAX_FILTERS]; member
|
/linux-2.6.39/drivers/net/wireless/wl12xx/ |
D | main.c | 1333 wl->filters = 0; in __wl1271_op_remove_interface() 1371 static void wl1271_configure_filters(struct wl1271 *wl, unsigned int filters) in wl1271_configure_filters() argument 1376 filters = wl->filters | filters; in wl1271_configure_filters() 1380 if (filters & FIF_PROMISC_IN_BSS) { in wl1271_configure_filters() 1385 if (filters & FIF_BCN_PRBRESP_PROMISC) { in wl1271_configure_filters() 1390 if (filters & FIF_OTHER_BSS) { in wl1271_configure_filters() 1394 if (filters & FIF_CONTROL) { in wl1271_configure_filters() 1398 if (filters & FIF_FCSFAIL) { in wl1271_configure_filters() 1754 wl->filters = *total; in wl1271_op_configure_filter()
|
D | wl12xx.h | 474 unsigned int filters; member
|
/linux-2.6.39/Documentation/input/ |
D | ntrig.txt | 23 The following parameters are used to configure filters to reduce noise: 104 I don't know what the optimal values are for these filters. If the defaults
|
/linux-2.6.39/drivers/gpu/drm/nouveau/ |
D | nv17_tv_modes.c | 321 uint32_t (*filters[])[4][7] = {&tv_enc->state.hfilter, in tv_setup_filter() local 348 (*filters[k])[j][i] = (c + id5/2) >> 39 in tv_setup_filter()
|
/linux-2.6.39/tools/perf/Documentation/ |
D | perf-probe.txt | 85 If several filters are specified, only the last filter is used.
|
/linux-2.6.39/Documentation/power/ |
D | power_supply_class.txt | 179 with things like differential equations and Kalman filters. This is
|
/linux-2.6.39/Documentation/crypto/ |
D | descore-readme.txt | 56 since i was interested in fast des filters rather than crypt(3) 328 e.g., encryption filters, etc.
|
/linux-2.6.39/drivers/net/bnx2x/ |
D | bnx2x_main.c | 2279 static void bnx2x_rxq_set_mac_filters(struct bnx2x *bp, u16 cl_id, u32 filters) in bnx2x_rxq_set_mac_filters() argument 2288 if (filters & BNX2X_ACCEPT_UNMATCHED_UCAST) in bnx2x_rxq_set_mac_filters() 2291 if (filters & BNX2X_PROMISCUOUS_MODE) { in bnx2x_rxq_set_mac_filters() 2304 if (filters & BNX2X_ACCEPT_UNICAST) { in bnx2x_rxq_set_mac_filters() 2308 if (filters & BNX2X_ACCEPT_MULTICAST) in bnx2x_rxq_set_mac_filters() 2312 if (filters & BNX2X_ACCEPT_ALL_UNICAST) { in bnx2x_rxq_set_mac_filters() 2317 if (filters & BNX2X_ACCEPT_ALL_MULTICAST) { in bnx2x_rxq_set_mac_filters() 2322 if (filters & BNX2X_ACCEPT_BROADCAST) { in bnx2x_rxq_set_mac_filters()
|