Home
last modified time | relevance | path

Searched refs:bwg_percent (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dcb.c191 link_percentage = p->bwg_percent; in txgbe_dcb_calculate_tc_credits_cee()
214 link_percentage = p->bwg_percent; in txgbe_dcb_calculate_tc_credits_cee()
217 if (p->bwg_percent > 0 && link_percentage == 0) in txgbe_dcb_calculate_tc_credits_cee()
H A Dtxgbe_dcb.h43 u8 bwg_percent; /* % of BWG's bandwidth */ member
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_dcb.c92 link_percentage = p->bwg_percent; in ixgbe_dcb_calculate_tc_credits_cee()
115 link_percentage = p->bwg_percent; in ixgbe_dcb_calculate_tc_credits_cee()
118 if (p->bwg_percent > 0 && link_percentage == 0) in ixgbe_dcb_calculate_tc_credits_cee()
296 bw = p->bwg_percent; in ixgbe_dcb_check_config_cee()
H A Dixgbe_dcb.h54 u8 bwg_percent; /* % of BWG's bandwidth */ member
/f-stack/dpdk/drivers/net/ixgbe/
H A Drte_pmd_ixgbe.c769 tc->path[IXGBE_DCB_TX_CONFIG].bwg_percent = bw_weight[i]; in rte_pmd_ixgbe_set_tc_bw_alloc()
773 tc->path[IXGBE_DCB_TX_CONFIG].bwg_percent = 0; in rte_pmd_ixgbe_set_tc_bw_alloc()
H A Dixgbe_rxtx.c4176 tc->path[IXGBE_DCB_TX_CONFIG].bwg_percent = in ixgbe_dcb_hw_configure()
4178 tc->path[IXGBE_DCB_RX_CONFIG].bwg_percent = in ixgbe_dcb_hw_configure()
4183 tc->path[IXGBE_DCB_TX_CONFIG].bwg_percent = 0; in ixgbe_dcb_hw_configure()
4184 tc->path[IXGBE_DCB_RX_CONFIG].bwg_percent = 0; in ixgbe_dcb_hw_configure()
4191 tc->path[IXGBE_DCB_TX_CONFIG].bwg_percent = in ixgbe_dcb_hw_configure()
4193 tc->path[IXGBE_DCB_RX_CONFIG].bwg_percent = in ixgbe_dcb_hw_configure()
H A Dixgbe_ethdev.c962 tc->path[IXGBE_DCB_TX_CONFIG].bwg_percent = in ixgbe_dcb_init()
965 tc->path[IXGBE_DCB_RX_CONFIG].bwg_percent = in ixgbe_dcb_init()
7511 dcb_info->tc_bws[i] = tc->path[IXGBE_DCB_TX_CONFIG].bwg_percent; in ixgbe_dev_get_dcb_info()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c3402 tc->path[TXGBE_DCB_TX_CONFIG].bwg_percent = in txgbe_dcb_hw_configure()
3404 tc->path[TXGBE_DCB_RX_CONFIG].bwg_percent = in txgbe_dcb_hw_configure()
3409 tc->path[TXGBE_DCB_TX_CONFIG].bwg_percent = 0; in txgbe_dcb_hw_configure()
3410 tc->path[TXGBE_DCB_RX_CONFIG].bwg_percent = 0; in txgbe_dcb_hw_configure()
3417 tc->path[TXGBE_DCB_TX_CONFIG].bwg_percent = in txgbe_dcb_hw_configure()
3419 tc->path[TXGBE_DCB_RX_CONFIG].bwg_percent = in txgbe_dcb_hw_configure()
H A Dtxgbe_ethdev.c420 tc->path[TXGBE_DCB_TX_CONFIG].bwg_percent = bwgp + (i & 1); in txgbe_dcb_init()
422 tc->path[TXGBE_DCB_RX_CONFIG].bwg_percent = bwgp + (i & 1); in txgbe_dcb_init()
3999 dcb_info->tc_bws[i] = tc->path[TXGBE_DCB_TX_CONFIG].bwg_percent; in txgbe_dev_get_dcb_info()