Searched refs:app_info_bitmap (Results 1 – 1 of 1) sorted by relevance
27 static bool ecore_dcbx_app_ethtype(u32 app_info_bitmap) in ecore_dcbx_app_ethtype() argument29 return !!(GET_MFW_FIELD(app_info_bitmap, DCBX_APP_SF) == in ecore_dcbx_app_ethtype()33 static bool ecore_dcbx_ieee_app_ethtype(u32 app_info_bitmap) in ecore_dcbx_ieee_app_ethtype() argument39 return ecore_dcbx_app_ethtype(app_info_bitmap); in ecore_dcbx_ieee_app_ethtype()44 static bool ecore_dcbx_app_port(u32 app_info_bitmap) in ecore_dcbx_app_port() argument46 return !!(GET_MFW_FIELD(app_info_bitmap, DCBX_APP_SF) == in ecore_dcbx_app_port()56 return ecore_dcbx_app_port(app_info_bitmap); in ecore_dcbx_ieee_app_port()66 ethtype = ecore_dcbx_ieee_app_ethtype(app_info_bitmap); in ecore_dcbx_default_tlv()68 ethtype = ecore_dcbx_app_ethtype(app_info_bitmap); in ecore_dcbx_default_tlv()82 port = ecore_dcbx_ieee_app_port(app_info_bitmap, in ecore_dcbx_iwarp_tlv()[all …]