Searched refs:temp_dcb_cfg (Results 1 – 4 of 4) sorted by relevance
23 struct ixgbe_dcb_config *scfg = &adapter->temp_dcb_cfg; in ixgbe_copy_dcb_cfg()174 adapter->temp_dcb_cfg.tc_config[tc].path[0].bwg_id = bwg_id; in ixgbe_dcbnl_set_pg_tc_cfg_tx()176 adapter->temp_dcb_cfg.tc_config[tc].path[0].bwg_percent = in ixgbe_dcbnl_set_pg_tc_cfg_tx()188 adapter->temp_dcb_cfg.bw_percentage[0][bwg_id] = bw_pct; in ixgbe_dcbnl_set_pg_bwg_cfg_tx()200 adapter->temp_dcb_cfg.tc_config[tc].path[1].bwg_id = bwg_id; in ixgbe_dcbnl_set_pg_tc_cfg_rx()202 adapter->temp_dcb_cfg.tc_config[tc].path[1].bwg_percent = in ixgbe_dcbnl_set_pg_tc_cfg_rx()214 adapter->temp_dcb_cfg.bw_percentage[1][bwg_id] = bw_pct; in ixgbe_dcbnl_set_pg_bwg_cfg_rx()262 adapter->temp_dcb_cfg.tc_config[priority].dcb_pfc = setting; in ixgbe_dcbnl_set_pfc_cfg()263 if (adapter->temp_dcb_cfg.tc_config[priority].dcb_pfc != in ixgbe_dcbnl_set_pfc_cfg()265 adapter->temp_dcb_cfg.pfc_mode_enable = true; in ixgbe_dcbnl_set_pfc_cfg()[all …]
711 struct ixgbe_dcb_config temp_dcb_cfg; member
1194 adapter->temp_dcb_cfg.pfc_mode_enable = false; in ixgbe_set_interrupt_capability()
6286 memcpy(&adapter->temp_dcb_cfg, &adapter->dcb_cfg, in ixgbe_init_dcb()6287 sizeof(adapter->temp_dcb_cfg)); in ixgbe_init_dcb()9276 adapter->temp_dcb_cfg.pfc_mode_enable = false; in ixgbe_setup_tc()