Searched refs:exact_match (Results 1 - 6 of 6) sorted by relevance

/drivers/firmware/
H A Ddmi_scan.c663 if (!dmi->matches[i].exact_match &&
666 else if (dmi->matches[i].exact_match &&
/drivers/hwmon/
H A Dadm1031.c302 int first_match = -1, exact_match = -1; local
314 exact_match = i;
326 if (exact_match >= 0)
327 return exact_match;
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.h558 } exact_match; member in union:bnx2x_mcast_obj::__anon2803
H A Dbnx2x_sp.c3268 list_for_each_entry(elem, &o->registry.exact_match.macs, link) {
3379 if (!list_empty(&o->registry.exact_match.macs))
3397 &o->registry.exact_match.macs);
3400 elem = list_first_entry(&o->registry.exact_match.macs,
3404 INIT_LIST_HEAD(&o->registry.exact_match.macs);
3491 return o->registry.exact_match.num_macs_set;
3502 o->registry.exact_match.num_macs_set = n;
3645 INIT_LIST_HEAD(&mcast_obj->registry.exact_match.macs);
/drivers/ide/
H A Dide-probe.c904 static struct kobject *exact_match(dev_t dev, int *part, void *data) function
923 disk->minors, NULL, exact_match, exact_lock, disk); local
/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h553 __u8 exact_match:1; member in struct:cpl_pass_accept_req
555 __u8 exact_match:1; member in struct:cpl_pass_accept_req

Completed in 122 milliseconds