Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils.c51 static int hw_atl_utils_ver_match(u32 ver_expected, u32 ver_actual);
368 static int hw_atl_utils_ver_match(u32 ver_expected, u32 ver_actual) in hw_atl_utils_ver_match() argument
374 err = (dw_major_mask & (ver_expected ^ ver_actual)) ? -EOPNOTSUPP : 0; in hw_atl_utils_ver_match()
377 err = ((dw_minor_mask & ver_expected) > (dw_minor_mask & ver_actual)) ? in hw_atl_utils_ver_match()