Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dcbx.c294 u32 app_prio_bitmap, u16 id, in ecore_dcbx_get_app_protocol_type() argument
297 if (ecore_dcbx_fcoe_tlv(app_prio_bitmap, id, ieee)) { in ecore_dcbx_get_app_protocol_type()
299 } else if (ecore_dcbx_roce_tlv(app_prio_bitmap, id, ieee)) { in ecore_dcbx_get_app_protocol_type()
301 } else if (ecore_dcbx_iscsi_tlv(app_prio_bitmap, id, ieee)) { in ecore_dcbx_get_app_protocol_type()
303 } else if (ecore_dcbx_default_tlv(app_prio_bitmap, id, ieee)) { in ecore_dcbx_get_app_protocol_type()
305 } else if (ecore_dcbx_roce_v2_tlv(app_prio_bitmap, id, ieee)) { in ecore_dcbx_get_app_protocol_type()
307 } else if (ecore_dcbx_iwarp_tlv(p_hwfn, app_prio_bitmap, id, ieee)) { in ecore_dcbx_get_app_protocol_type()
313 id, app_prio_bitmap); in ecore_dcbx_get_app_protocol_type()