Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_dcbx.c248 u32 app_prio_bitmap, in qed_dcbx_get_app_protocol_type() argument
251 if (qed_dcbx_fcoe_tlv(app_prio_bitmap, id, ieee)) { in qed_dcbx_get_app_protocol_type()
253 } else if (qed_dcbx_roce_tlv(app_prio_bitmap, id, ieee)) { in qed_dcbx_get_app_protocol_type()
255 } else if (qed_dcbx_iscsi_tlv(app_prio_bitmap, id, ieee)) { in qed_dcbx_get_app_protocol_type()
257 } else if (qed_dcbx_default_tlv(app_prio_bitmap, id, ieee)) { in qed_dcbx_get_app_protocol_type()
259 } else if (qed_dcbx_roce_v2_tlv(app_prio_bitmap, id, ieee)) { in qed_dcbx_get_app_protocol_type()
265 app_prio_bitmap); in qed_dcbx_get_app_protocol_type()