Searched refs:imatch (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/bhnd/siba/
H A Dsiba_erom.c451 struct bhnd_core_match imatch; local
457 imatch = *desc;
458 imatch.m.match.core_unit = 0;
472 if (!bhnd_core_matches(&ci, &imatch))
/freebsd-12-stable/sys/dev/bhnd/bcma/
H A Dbcma_erom.c656 struct bhnd_core_match imatch; local
664 imatch = *desc;
665 imatch.m.match.core_unit = 0;
687 if (!bhnd_core_matches(&ci, &imatch))

Completed in 103 milliseconds