Searched refs:mcp_lldp_params (Results 1 – 1 of 1) sorted by relevance
3099 lldp_params_t mcp_lldp_params = {0}; in lm_dcbx_lldp_read_params() local3131 buff = (u32_t *)&mcp_lldp_params; in lm_dcbx_lldp_read_params()3138 lldp_params->config_lldp_params.msg_tx_hold = mcp_lldp_params.msg_tx_hold; in lm_dcbx_lldp_read_params()3139 … lldp_params->config_lldp_params.msg_fast_tx = mcp_lldp_params.msg_fast_tx_interval; in lm_dcbx_lldp_read_params()3140 lldp_params->config_lldp_params.tx_credit_max = mcp_lldp_params.tx_crd_max; in lm_dcbx_lldp_read_params()3141 lldp_params->config_lldp_params.msg_tx_interval = mcp_lldp_params.msg_tx_interval; in lm_dcbx_lldp_read_params()3142 lldp_params->config_lldp_params.tx_fast = mcp_lldp_params.tx_fast; in lm_dcbx_lldp_read_params()3146 …ASSERT_STATIC(ARRSIZE(lldp_params->remote_chassis_id) >= ARRSIZE(mcp_lldp_params.peer_chassis_id)); in lm_dcbx_lldp_read_params()3147 …ASSERT_STATIC(sizeof(lldp_params->remote_chassis_id[0]) == sizeof(mcp_lldp_params.peer_chassis_id[… in lm_dcbx_lldp_read_params()3148 for(i=0 ; i< ARRSIZE(mcp_lldp_params.peer_chassis_id) ; i++) in lm_dcbx_lldp_read_params()[all …]