Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/qlogic/qed/
Dqed_dcbx.c222 u32 app_prio_bitmap, in qed_dcbx_get_app_protocol_type() argument
225 if (qed_dcbx_fcoe_tlv(app_prio_bitmap, id, ieee)) { in qed_dcbx_get_app_protocol_type()
227 } else if (qed_dcbx_roce_tlv(app_prio_bitmap, id, ieee)) { in qed_dcbx_get_app_protocol_type()
229 } else if (qed_dcbx_iscsi_tlv(app_prio_bitmap, id, ieee)) { in qed_dcbx_get_app_protocol_type()
231 } else if (qed_dcbx_default_tlv(app_prio_bitmap, id, ieee)) { in qed_dcbx_get_app_protocol_type()
233 } else if (qed_dcbx_roce_v2_tlv(app_prio_bitmap, id, ieee)) { in qed_dcbx_get_app_protocol_type()
239 app_prio_bitmap); in qed_dcbx_get_app_protocol_type()