Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dcbx.c27 static bool ecore_dcbx_app_ethtype(u32 app_info_bitmap) in ecore_dcbx_app_ethtype() argument
29 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() argument
39 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() argument
46 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 …]