Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.c562 u8 sf_ieee; in ecore_dcbx_get_app_data() local
565 sf_ieee = GET_MFW_FIELD(p_tbl[i].entry, in ecore_dcbx_get_app_data()
567 switch (sf_ieee) { in ecore_dcbx_get_app_data()
572 entry->sf_ieee = val ? in ecore_dcbx_get_app_data()
577 entry->sf_ieee = ECORE_DCBX_SF_IEEE_ETHTYPE; in ecore_dcbx_get_app_data()
580 entry->sf_ieee = ECORE_DCBX_SF_IEEE_TCP_PORT; in ecore_dcbx_get_app_data()
583 entry->sf_ieee = ECORE_DCBX_SF_IEEE_UDP_PORT; in ecore_dcbx_get_app_data()
586 entry->sf_ieee = ECORE_DCBX_SF_IEEE_TCP_UDP_PORT; in ecore_dcbx_get_app_data()
1279 switch (p_params->app_entry[i].sf_ieee) { in ecore_dcbx_set_app_data()
H A Decore_dcbx_api.h110 enum ecore_dcbx_sf_ieee_type sf_ieee; member