Home
last modified time | relevance | path

Searched refs:exact_match (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/samples/bpf/
Dxdp_router_ipv4_kern.c70 struct bpf_map_def SEC("maps") exact_match = {
145 direct_entry = bpf_map_lookup_elem(&exact_match, &dest_ip); in xdp_router_ipv4_prog()
/Linux-v5.4/include/linux/
Dmod_devicetable.h558 unsigned char exact_match:1; member
577 #define DMI_EXACT_MATCH(a, b) { .slot = a, .substr = b, .exact_match = 1 }
/Linux-v5.4/drivers/net/ethernet/cavium/liquidio/
Docteon_console.c196 u32 exact_match) in __cvmx_bootmem_check_version() argument
217 (exact_match && major_version != exact_match)) { in __cvmx_bootmem_check_version()
/Linux-v5.4/fs/
Dchar_dev.c457 static struct kobject *exact_match(dev_t dev, int *part, void *data) in exact_match() function
487 exact_match, exact_lock, p); in cdev_add()
/Linux-v5.4/drivers/hwmon/
Dadm1031.c289 int first_match = -1, exact_match = -1; in get_fan_auto_nearest() local
301 exact_match = i; in get_fan_auto_nearest()
313 if (exact_match >= 0) in get_fan_auto_nearest()
314 return exact_match; in get_fan_auto_nearest()
/Linux-v5.4/kernel/dma/
Ddebug.c266 static bool exact_match(struct dma_debug_entry *a, struct dma_debug_entry *b) in exact_match() function
341 return __hash_bucket_find(bucket, ref, exact_match); in bucket_find_exact()
1302 if (!exact_match(&ref, entry)) in debug_dma_mapping_error()
/Linux-v5.4/net/ipv6/
Dip6_fib.c1587 bool exact_match) in fib6_locate_1() argument
1628 if (exact_match) in fib6_locate_1()
1637 bool exact_match) in fib6_locate() argument
1643 exact_match); in fib6_locate()
1654 exact_match); in fib6_locate()
/Linux-v5.4/include/net/
Dip6_fib.h415 bool exact_match);
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h553 __u8 exact_match:1; member
555 __u8 exact_match:1; member
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c3732 list_for_each_entry(elem, &o->registry.exact_match.macs, link) { in bnx2x_mcast_handle_restore_cmd_e1()
3844 if (!list_empty(&o->registry.exact_match.macs)) in bnx2x_mcast_refresh_registry_e1()
3862 &o->registry.exact_match.macs); in bnx2x_mcast_refresh_registry_e1()
3865 elem = list_first_entry(&o->registry.exact_match.macs, in bnx2x_mcast_refresh_registry_e1()
3869 INIT_LIST_HEAD(&o->registry.exact_match.macs); in bnx2x_mcast_refresh_registry_e1()
3956 return o->registry.exact_match.num_macs_set; in bnx2x_mcast_get_registry_size_exact()
3967 o->registry.exact_match.num_macs_set = n; in bnx2x_mcast_set_registry_size_exact()
4110 INIT_LIST_HEAD(&mcast_obj->registry.exact_match.macs); in bnx2x_init_mcast_obj()
Dbnx2x_sp.h571 } exact_match; member
/Linux-v5.4/drivers/ide/
Dide-probe.c932 static struct kobject *exact_match(dev_t dev, int *part, void *data) in exact_match() function
951 disk->minors, NULL, exact_match, exact_lock, disk); in ide_register_region()
/Linux-v5.4/block/
Dgenhd.c580 static struct kobject *exact_match(dev_t devt, int *partno, void *data) in exact_match() function
743 exact_match, exact_lock, disk); in __device_add_disk()
/Linux-v5.4/drivers/firmware/
Ddmi_scan.c808 if (dmi->matches[i].exact_match) { in dmi_matches()