Searched refs:exact_match (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_console.c | 254 u32 exact_match) in __cvmx_bootmem_check_version() argument 270 (exact_match && major_version != exact_match)) { in __cvmx_bootmem_check_version()
|
/linux-4.4.14/include/linux/ |
D | mod_devicetable.h | 474 unsigned char exact_match:1; member 493 #define DMI_EXACT_MATCH(a, b) { .slot = a, .substr = b, .exact_match = 1 }
|
/linux-4.4.14/fs/ |
D | char_dev.c | 430 static struct kobject *exact_match(dev_t dev, int *part, void *data) in exact_match() function 460 exact_match, exact_lock, p); in cdev_add()
|
/linux-4.4.14/drivers/hwmon/ |
D | adm1031.c | 302 int first_match = -1, exact_match = -1; in get_fan_auto_nearest() local 314 exact_match = i; in get_fan_auto_nearest() 326 if (exact_match >= 0) in get_fan_auto_nearest() 327 return exact_match; in get_fan_auto_nearest()
|
/linux-4.4.14/drivers/firmware/ |
D | dmi_scan.c | 747 if (!dmi->matches[i].exact_match && in dmi_matches() 750 else if (dmi->matches[i].exact_match && in dmi_matches()
|
/linux-4.4.14/lib/ |
D | dma-debug.c | 276 static bool exact_match(struct dma_debug_entry *a, struct dma_debug_entry *b) in exact_match() function 351 return __hash_bucket_find(bucket, ref, exact_match); in bucket_find_exact() 1318 if (!exact_match(&ref, entry)) in debug_dma_mapping_error()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 3515 list_for_each_entry(elem, &o->registry.exact_match.macs, link) { in bnx2x_mcast_handle_restore_cmd_e1() 3626 if (!list_empty(&o->registry.exact_match.macs)) in bnx2x_mcast_refresh_registry_e1() 3644 &o->registry.exact_match.macs); in bnx2x_mcast_refresh_registry_e1() 3647 elem = list_first_entry(&o->registry.exact_match.macs, in bnx2x_mcast_refresh_registry_e1() 3651 INIT_LIST_HEAD(&o->registry.exact_match.macs); in bnx2x_mcast_refresh_registry_e1() 3738 return o->registry.exact_match.num_macs_set; in bnx2x_mcast_get_registry_size_exact() 3749 o->registry.exact_match.num_macs_set = n; in bnx2x_mcast_set_registry_size_exact() 3892 INIT_LIST_HEAD(&mcast_obj->registry.exact_match.macs); in bnx2x_init_mcast_obj()
|
D | bnx2x_sp.h | 560 } exact_match; member
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_cpl.h | 553 __u8 exact_match:1; member 555 __u8 exact_match:1; member
|
/linux-4.4.14/drivers/ide/ |
D | ide-probe.c | 904 static struct kobject *exact_match(dev_t dev, int *part, void *data) in exact_match() function 923 disk->minors, NULL, exact_match, exact_lock, disk); in ide_register_region()
|
/linux-4.4.14/block/ |
D | genhd.c | 492 static struct kobject *exact_match(dev_t devt, int *partno, void *data) in exact_match() function 618 exact_match, exact_lock, disk); in add_disk()
|