Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_auxbus_compat.c47 int match_size; in auxiliary_match_id() local
51 match_size = p - dev_name(&auxdev->dev); in auxiliary_match_id()
53 if (strlen(id->name) == match_size && in auxiliary_match_id()
54 !strncmp(dev_name(&auxdev->dev), id->name, match_size)) in auxiliary_match_id()