Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.c461 bool ver_match; in hw_atl_utils_ver_match() local
463 ver_match = (dw_major_mask & (ver_expected ^ ver_actual)) ? false : true; in hw_atl_utils_ver_match()
464 if (!ver_match) in hw_atl_utils_ver_match()
466 ver_match = ((dw_minor_mask & ver_expected) > (dw_minor_mask & ver_actual)) ? in hw_atl_utils_ver_match()
470 return ver_match; in hw_atl_utils_ver_match()