Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils.c352 const u32 dw_minor_mask = 0x00ffffffU; in hw_atl_utils_ver_match() local
357 err = ((dw_minor_mask & ver_expected) > (dw_minor_mask & ver_actual)) ? in hw_atl_utils_ver_match()