Home
last modified time | relevance | path

Searched refs:dcb_pfc (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c105 if (dcfg->tc_config[j].dcb_pfc != scfg->tc_config[j].dcb_pfc) { in ixgbe_copy_dcb_cfg()
106 dcfg->tc_config[j].dcb_pfc = scfg->tc_config[j].dcb_pfc; in ixgbe_copy_dcb_cfg()
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()
264 adapter->dcb_cfg.tc_config[priority].dcb_pfc) in ixgbe_dcbnl_set_pfc_cfg()
273 *setting = adapter->dcb_cfg.tc_config[priority].dcb_pfc; in ixgbe_dcbnl_get_pfc_cfg()
H A Dixgbe_dcb.h95 enum dcb_pfc_type dcb_pfc; /* Class based flow control setting */ member
H A Dixgbe_dcb.c168 if (tc_config[tc].dcb_pfc != pfc_disabled) in ixgbe_dcb_unpack_pfc()
H A Dixgbe_main.c6272 tc->dcb_pfc = pfc_disabled; in ixgbe_init_dcb()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_dcb_nl.c129 *setting = priv->cee_config.dcb_pfc[priority]; in mlx4_en_dcbnl_get_pfc_cfg()
137 priv->cee_config.dcb_pfc[priority] = setting; in mlx4_en_dcbnl_set_pfc_cfg()
174 switch (priv->cee_config.dcb_pfc[tc]) { in mlx4_en_dcbnl_set_all()
H A Dmlx4_en.h497 enum dcb_pfc_type dcb_pfc[MLX4_EN_NUM_UP_HIGH]; member
H A Den_netdev.c3191 priv->cee_config.dcb_pfc[i] = pfc_disabled; in mlx4_en_init_netdev()