Searched refs:remote_mib (Results 1 – 1 of 1) sorted by relevance
2743 lldp_remote_mib_t *remote_mib = NULL; in lm_dcbx_read_remote_local_mib() local2812 remote_mib = (lldp_remote_mib_t *) base_mib_addr; in lm_dcbx_read_remote_local_mib()2813 prefix_seq_num = remote_mib->prefix_seq_num; in lm_dcbx_read_remote_local_mib()2814 suffix_seq_num = remote_mib->suffix_seq_num; in lm_dcbx_read_remote_local_mib()3361 lldp_remote_mib_t remote_mib = {0}; in lm_dcbx_read_params() local3554 (u32_t *)&remote_mib, in lm_dcbx_read_params()3559 dcbx_params->remote_tc_supported = remote_mib.features.app.tc_supported; in lm_dcbx_read_params()3560 dcbx_params->remote_pfc_cap = remote_mib.features.pfc.pfc_caps; in lm_dcbx_read_params()3561 if(GET_FLAGS(remote_mib.flags,DCBX_REMOTE_ETS_RECO_VALID)) in lm_dcbx_read_params()3566 if(GET_FLAGS(remote_mib.flags,DCBX_ETS_REM_WILLING)) in lm_dcbx_read_params()[all …]