Searched refs:dcbx_info (Results 1 – 3 of 3) sorted by relevance
159 u8_t const dcb_config_sf = pdev->dcbx_info.is_dcbx_neg_received; in lm_dcbx_is_dcb_config()229 if(CHK_NULL(pdev->dcbx_info.pfc_fw_cfg_virt)) in lm_dcbx_fw_struct()234 pfc_fw_cfg = (struct flow_control_configuration*)pdev->dcbx_info.pfc_fw_cfg_virt; in lm_dcbx_fw_struct()632 switch(pdev->dcbx_info.dcbx_update_lpme_task_state) in lm_dcbx_event()641 pdev->dcbx_info.dcbx_update_lpme_task_state = in lm_dcbx_event()650 pdev->dcbx_info.dcbx_update_lpme_task_state = in lm_dcbx_event()654 pdev->dcbx_info.lpme_failed_cnt++; in lm_dcbx_event()657 pdev->dcbx_info.dcbx_error |= DCBX_ERROR_REGISTER_LPME; in lm_dcbx_event()681 pdev->dcbx_info.dcbx_update_lpme_task_state = in lm_dcbx_event()1865 lm_dcbx_indicate_event_t *indicate_event = &pdev->dcbx_info.indicate_event; in lm_dcbx_ie_get_ets_ieee_feature()[all …]
3277 pdev->dcbx_info.dcbx_ramrod_state = FUNCTION_DCBX_STOP_COMPLETED; in lm_service_eq_elem()3283 pdev->dcbx_info.dcbx_ramrod_state = FUNCTION_DCBX_START_COMPLETED; in lm_service_eq_elem()
1989 #define IS_DCB_ENABLED(_pdev) ((_pdev)->dcbx_info.is_enabled)3113 lm_dcbx_info_t dcbx_info; member