Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/sfc/
Def100_nic.c867 int a_matched, b_matched; in compare_versions() local
869 a_matched = sscanf(a, "%d.%d.%d.%d", &a_major, &a_minor, &a_point, &a_patch); in compare_versions()
872 if (a_matched == 4 && b_matched != 4) in compare_versions()
875 if (a_matched != 4 && b_matched == 4) in compare_versions()
878 if (a_matched != 4 && b_matched != 4) in compare_versions()