Searched refs:b_matched (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | ef100_nic.c | 858 int a_matched, b_matched; in compare_versions() local 861 b_matched = sscanf(b, "%d.%d.%d.%d", &b_major, &b_minor, &b_point, &b_patch); in compare_versions() 863 if (a_matched == 4 && b_matched != 4) in compare_versions() 866 if (a_matched != 4 && b_matched == 4) in compare_versions() 869 if (a_matched != 4 && b_matched != 4) in compare_versions()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | ef100_nic.c | 784 int a_matched, b_matched; in compare_versions() local 787 b_matched = sscanf(b, "%d.%d.%d.%d", &b_major, &b_minor, &b_point, &b_patch); in compare_versions() 789 if (a_matched == 4 && b_matched != 4) in compare_versions() 792 if (a_matched != 4 && b_matched == 4) in compare_versions() 795 if (a_matched != 4 && b_matched != 4) in compare_versions()
|
Completed in 3 milliseconds