Searched refs:tc_config (Results 1 - 6 of 6) 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_nl.c59 src_tc_cfg = &src_dcb_cfg->tc_config[i - DCB_PG_ATTR_TC_0];
60 dst_tc_cfg = &dst_dcb_cfg->tc_config[i - DCB_PG_ATTR_TC_0];
97 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;
194 adapter->temp_dcb_cfg.tc_config[tc].path[0].prio_type = prio;
196 adapter->temp_dcb_cfg.tc_config[tc].path[0].bwg_id = bwg_id;
198 adapter->temp_dcb_cfg.tc_config[tc].path[0].bwg_percent =
201 adapter->temp_dcb_cfg.tc_config[tc].path[0].up_to_tc_bitmap =
204 if ((adapter->temp_dcb_cfg.tc_config[tc].path[0].prio_type !=
205 adapter->dcb_cfg.tc_config[t
[all...]
H A Dixgbe_dcb_82598.c164 p = &dcb_config->tc_config[i].path[DCB_RX_CONFIG];
220 p = &dcb_config->tc_config[i].path[DCB_TX_CONFIG];
221 max_credits = dcb_config->tc_config[i].desc_credits_max;
262 p = &dcb_config->tc_config[i].path[DCB_TX_CONFIG];
326 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.c163 p = &dcb_config->tc_config[i].path[DCB_RX_CONFIG];
209 p = &dcb_config->tc_config[i].path[DCB_TX_CONFIG];
210 max_credits = dcb_config->tc_config[i].desc_credits_max;
265 p = &dcb_config->tc_config[i].path[DCB_TX_CONFIG];
318 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.h139 struct tc_configuration tc_config[MAX_TRAFFIC_CLASS]; member in struct:ixgbe_dcb_config
H A Dixgbe_dcb.c65 p = &dcb_config->tc_config[j].path[i];
156 p = &dcb_config->tc_config[i].path[direction];
194 dcb_config->tc_config[i].desc_credits_max =
H A Dixgbe_main.c4789 tc = &adapter->dcb_cfg.tc_config[j];

Completed in 118 milliseconds