Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils.c457 bool hw_atl_utils_ver_match(u32 ver_expected, u32 ver_actual) in hw_atl_utils_ver_match() argument
463 ver_match = (dw_major_mask & (ver_expected ^ ver_actual)) ? false : true; 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()
Dhw_atl_utils.h638 bool hw_atl_utils_ver_match(u32 ver_expected, u32 ver_actual);