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

/linux-master/drivers/net/ethernet/sfc/
H A Def100_nic.c784 int a_matched, b_matched; local
786 a_matched = sscanf(a, "%d.%d.%d.%d", &a_major, &a_minor, &a_point, &a_patch);
789 if (a_matched == 4 && b_matched != 4)
792 if (a_matched != 4 && b_matched == 4)
795 if (a_matched != 4 && b_matched != 4)

Completed in 183 milliseconds