Searched refs:app_prio_bitmap (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_dcbx.c | 301 u32 app_prio_bitmap, u16 id, in ecore_dcbx_get_app_protocol_type() argument 304 if (ecore_dcbx_fcoe_tlv(app_prio_bitmap, id, ieee)) { in ecore_dcbx_get_app_protocol_type() 306 } else if (ecore_dcbx_roce_tlv(app_prio_bitmap, id, ieee)) { in ecore_dcbx_get_app_protocol_type() 308 } else if (ecore_dcbx_iscsi_tlv(app_prio_bitmap, id, ieee)) { in ecore_dcbx_get_app_protocol_type() 310 } else if (ecore_dcbx_default_tlv(app_prio_bitmap, id, ieee)) { in ecore_dcbx_get_app_protocol_type() 312 } else if (ecore_dcbx_roce_v2_tlv(app_prio_bitmap, id, ieee)) { in ecore_dcbx_get_app_protocol_type() 314 } else if (ecore_dcbx_iwarp_tlv(p_hwfn, app_prio_bitmap, id, ieee)) { in ecore_dcbx_get_app_protocol_type() 320 app_prio_bitmap); in ecore_dcbx_get_app_protocol_type()
|