Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dcbx_api.h39 DCBX_PROTOCOL_ETH, enumerator
246 {DCBX_PROTOCOL_ETH, "ETH", ECORE_PCI_ETH},
H A Decore_dcbx.c225 *type = DCBX_PROTOCOL_ETH; in ecore_dcbx_get_app_protocol_type()
283 if (type == DCBX_PROTOCOL_ETH) { in ecore_dcbx_process_tlv()
298 p_data->arr[DCBX_PROTOCOL_ETH].tc = p_hwfn->ufp_info.tc; in ecore_dcbx_process_tlv()
306 tc = p_data->arr[DCBX_PROTOCOL_ETH].tc; in ecore_dcbx_process_tlv()
307 priority = p_data->arr[DCBX_PROTOCOL_ETH].priority; in ecore_dcbx_process_tlv()
314 p_data->arr[DCBX_PROTOCOL_ETH].enable, in ecore_dcbx_process_tlv()
426 if (p_results->arr[DCBX_PROTOCOL_ETH].update && in ecore_dcbx_get_priority_info()
427 p_results->arr[DCBX_PROTOCOL_ETH].enable) in ecore_dcbx_get_priority_info()
428 p_prio->eth = p_results->arr[DCBX_PROTOCOL_ETH].priority; in ecore_dcbx_get_priority_info()
966 update_flag = p_src->arr[DCBX_PROTOCOL_ETH].update; in ecore_dcbx_set_pf_update_params()
[all …]