Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dcbx.c453 u8 sf_ieee; in ecore_dcbx_get_app_data() local
456 sf_ieee = GET_MFW_FIELD(p_tbl[i].entry, in ecore_dcbx_get_app_data()
458 switch (sf_ieee) { in ecore_dcbx_get_app_data()
463 entry->sf_ieee = val ? in ecore_dcbx_get_app_data()
468 entry->sf_ieee = ECORE_DCBX_SF_IEEE_ETHTYPE; in ecore_dcbx_get_app_data()
471 entry->sf_ieee = ECORE_DCBX_SF_IEEE_TCP_PORT; in ecore_dcbx_get_app_data()
474 entry->sf_ieee = ECORE_DCBX_SF_IEEE_UDP_PORT; in ecore_dcbx_get_app_data()
477 entry->sf_ieee = in ecore_dcbx_get_app_data()
1111 switch (p_params->app_entry[i].sf_ieee) { in ecore_dcbx_set_app_data()
H A Decore_dcbx_api.h88 enum ecore_dcbx_sf_ieee_type sf_ieee; member