Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dcbx.c67 static bool ecore_dcbx_app_ethtype(u32 app_info_bitmap) in ecore_dcbx_app_ethtype() argument
69 return !!(ECORE_MFW_GET_FIELD(app_info_bitmap, DCBX_APP_SF) == in ecore_dcbx_app_ethtype()
73 static bool ecore_dcbx_ieee_app_ethtype(u32 app_info_bitmap) in ecore_dcbx_ieee_app_ethtype() argument
75 u8 mfw_val = ECORE_MFW_GET_FIELD(app_info_bitmap, DCBX_APP_SF_IEEE); in ecore_dcbx_ieee_app_ethtype()
79 return ecore_dcbx_app_ethtype(app_info_bitmap); in ecore_dcbx_ieee_app_ethtype()
84 static bool ecore_dcbx_app_port(u32 app_info_bitmap) in ecore_dcbx_app_port() argument
86 return !!(ECORE_MFW_GET_FIELD(app_info_bitmap, DCBX_APP_SF) == in ecore_dcbx_app_port()
90 static bool ecore_dcbx_ieee_app_port(u32 app_info_bitmap, u8 type) in ecore_dcbx_ieee_app_port() argument
92 u8 mfw_val = ECORE_MFW_GET_FIELD(app_info_bitmap, DCBX_APP_SF_IEEE); in ecore_dcbx_ieee_app_port()
96 return ecore_dcbx_app_port(app_info_bitmap); in ecore_dcbx_ieee_app_port()
[all …]