Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_dcbx.c1398 struct lldp_config_params_s lldp_params; in ecore_lldp_get_params() local
1420 ecore_memcpy_from(p_hwfn, p_ptt, &lldp_params, addr, in ecore_lldp_get_params()
1421 sizeof(lldp_params)); in ecore_lldp_get_params()
1426 p_params->tx_credit = GET_MFW_FIELD(lldp_params.config, in ecore_lldp_get_params()
1428 p_params->rx_enable = GET_MFW_FIELD(lldp_params.config, in ecore_lldp_get_params()
1430 p_params->tx_enable = GET_MFW_FIELD(lldp_params.config, in ecore_lldp_get_params()
1453 struct lldp_config_params_s lldp_params; in ecore_lldp_set_params() local
1477 OSAL_MEMSET(&lldp_params, 0, sizeof(lldp_params)); in ecore_lldp_set_params()
1492 sizeof(lldp_params.local_chassis_id)); in ecore_lldp_set_params()
1498 sizeof(lldp_params.local_port_id)); in ecore_lldp_set_params()
[all …]
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_hsi.h2357 struct lldp_params { struct