Searched refs:lldp_params (Results 1 – 2 of 2) sorted by relevance
1398 struct lldp_config_params_s lldp_params; in ecore_lldp_get_params() local1420 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() local1477 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 …]
2357 struct lldp_params { struct