Searched refs:dcb_pfc (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_dcb.h120 enum dcb_pfc_type dcb_pfc; /* Class based flow control setting */ member in struct:tc_configuration
H A Dixgbe_dcb_82598.c326 if (dcb_config->tc_config[i].dcb_pfc == pfc_enabled_tx ||
327 dcb_config->tc_config[i].dcb_pfc == pfc_enabled_full)
333 if (dcb_config->tc_config[i].dcb_pfc == pfc_enabled_tx ||
334 dcb_config->tc_config[i].dcb_pfc == pfc_enabled_full)
H A Dixgbe_dcb_82599.c318 if (dcb_config->tc_config[i].dcb_pfc == pfc_enabled_full ||
319 dcb_config->tc_config[i].dcb_pfc == pfc_enabled_tx)
324 if (dcb_config->tc_config[i].dcb_pfc == pfc_enabled_full ||
325 dcb_config->tc_config[i].dcb_pfc == pfc_enabled_tx)
H A Dixgbe_dcb_nl.c97 dst_dcb_cfg->tc_config[i - DCB_PFC_UP_ATTR_0].dcb_pfc =
98 src_dcb_cfg->tc_config[i - DCB_PFC_UP_ATTR_0].dcb_pfc;
320 adapter->temp_dcb_cfg.tc_config[priority].dcb_pfc = setting;
321 if (adapter->temp_dcb_cfg.tc_config[priority].dcb_pfc !=
322 adapter->dcb_cfg.tc_config[priority].dcb_pfc) {
333 *setting = adapter->dcb_cfg.tc_config[priority].dcb_pfc;
H A Dixgbe_main.c4794 tc->dcb_pfc = pfc_disabled;

Completed in 81 milliseconds