Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils.c51 static int hw_atl_utils_ver_match(u32 ver_expected, u32 ver_actual);
348 static int hw_atl_utils_ver_match(u32 ver_expected, u32 ver_actual) in hw_atl_utils_ver_match() argument
354 err = (dw_major_mask & (ver_expected ^ ver_actual)) ? -EOPNOTSUPP : 0; in hw_atl_utils_ver_match()
357 err = ((dw_minor_mask & ver_expected) > (dw_minor_mask & ver_actual)) ? in hw_atl_utils_ver_match()