Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils.c351 const u32 dw_major_mask = 0xff000000U; in hw_atl_utils_ver_match() local
354 err = (dw_major_mask & (ver_expected ^ ver_actual)) ? -EOPNOTSUPP : 0; in hw_atl_utils_ver_match()