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