Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils.c371 const u32 dw_major_mask = 0xff000000U; in hw_atl_utils_ver_match() local
374 err = (dw_major_mask & (ver_expected ^ ver_actual)) ? -EOPNOTSUPP : 0; in hw_atl_utils_ver_match()