Searched refs:bwg_percent (Results 1 - 4 of 4) 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.c68 dst_tc_cfg->path[DCB_TX_CONFIG].bwg_percent =
69 src_tc_cfg->path[DCB_TX_CONFIG].bwg_percent;
80 dst_tc_cfg->path[DCB_RX_CONFIG].bwg_percent =
81 src_tc_cfg->path[DCB_RX_CONFIG].bwg_percent;
198 adapter->temp_dcb_cfg.tc_config[tc].path[0].bwg_percent =
208 (adapter->temp_dcb_cfg.tc_config[tc].path[0].bwg_percent !=
209 adapter->dcb_cfg.tc_config[tc].path[0].bwg_percent) ||
242 adapter->temp_dcb_cfg.tc_config[tc].path[1].bwg_percent =
252 (adapter->temp_dcb_cfg.tc_config[tc].path[1].bwg_percent !=
253 adapter->dcb_cfg.tc_config[tc].path[1].bwg_percent) ||
[all...]
H A Dixgbe_dcb.h101 u8 bwg_percent; /* % of BWG's bandwidth */ member in struct:tc_bw_alloc
H A Dixgbe_dcb.c67 bw = p->bwg_percent;
159 link_percentage = p->bwg_percent;
162 if (p->bwg_percent > 0 && link_percentage == 0)
H A Dixgbe_main.c4791 tc->path[DCB_TX_CONFIG].bwg_percent = 12 + (j & 1);
4793 tc->path[DCB_RX_CONFIG].bwg_percent = 12 + (j & 1);

Completed in 39 milliseconds