Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Docteon_console.c254 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/
Dmod_devicetable.h474 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/
Dchar_dev.c430 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/
Dadm1031.c302 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/
Ddmi_scan.c747 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/
Ddma-debug.c276 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/
Dbnx2x_sp.c3515 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()
Dbnx2x_sp.h560 } exact_match; member
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h553 __u8 exact_match:1; member
555 __u8 exact_match:1; member
/linux-4.4.14/drivers/ide/
Dide-probe.c904 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/
Dgenhd.c492 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()