Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.c59 static bool ecore_dcbx_app_ethtype(u32 app_info_bitmap) in ecore_dcbx_app_ethtype() argument
61 return !!(GET_MFW_FIELD(app_info_bitmap, DCBX_APP_SF) == in ecore_dcbx_app_ethtype()
65 static bool ecore_dcbx_ieee_app_ethtype(u32 app_info_bitmap) in ecore_dcbx_ieee_app_ethtype() argument
67 u8 mfw_val = GET_MFW_FIELD(app_info_bitmap, DCBX_APP_SF_IEEE); in ecore_dcbx_ieee_app_ethtype()
71 return ecore_dcbx_app_ethtype(app_info_bitmap); in ecore_dcbx_ieee_app_ethtype()
76 static bool ecore_dcbx_app_port(u32 app_info_bitmap) in ecore_dcbx_app_port() argument
78 return !!(GET_MFW_FIELD(app_info_bitmap, DCBX_APP_SF) == in ecore_dcbx_app_port()
82 static bool ecore_dcbx_ieee_app_port(u32 app_info_bitmap, u8 type) in ecore_dcbx_ieee_app_port() argument
84 u8 mfw_val = GET_MFW_FIELD(app_info_bitmap, DCBX_APP_SF_IEEE); in ecore_dcbx_ieee_app_port()
88 return ecore_dcbx_app_port(app_info_bitmap); in ecore_dcbx_ieee_app_port()
[all …]