Home
last modified time | relevance | path

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

/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dcb.c192 link_percentage = p->bwg_percent; in txgbe_dcb_calculate_tc_credits_cee()
215 link_percentage = p->bwg_percent; in txgbe_dcb_calculate_tc_credits_cee()
218 if (p->bwg_percent > 0 && link_percentage == 0) in txgbe_dcb_calculate_tc_credits_cee()
H A Dtxgbe_dcb.h44 u8 bwg_percent; /* % of BWG's bandwidth */ member
/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
/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.c4215 tc->path[IXGBE_DCB_TX_CONFIG].bwg_percent = in ixgbe_dcb_hw_configure()
4217 tc->path[IXGBE_DCB_RX_CONFIG].bwg_percent = in ixgbe_dcb_hw_configure()
4222 tc->path[IXGBE_DCB_TX_CONFIG].bwg_percent = 0; in ixgbe_dcb_hw_configure()
4223 tc->path[IXGBE_DCB_RX_CONFIG].bwg_percent = 0; in ixgbe_dcb_hw_configure()
4230 tc->path[IXGBE_DCB_TX_CONFIG].bwg_percent = in ixgbe_dcb_hw_configure()
4232 tc->path[IXGBE_DCB_RX_CONFIG].bwg_percent = in ixgbe_dcb_hw_configure()
H A Dixgbe_ethdev.c969 tc->path[IXGBE_DCB_TX_CONFIG].bwg_percent = in ixgbe_dcb_init()
972 tc->path[IXGBE_DCB_RX_CONFIG].bwg_percent = in ixgbe_dcb_init()
7317 dcb_info->tc_bws[i] = tc->path[IXGBE_DCB_TX_CONFIG].bwg_percent; in ixgbe_dev_get_dcb_info()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c3546 tc->path[TXGBE_DCB_TX_CONFIG].bwg_percent = in txgbe_dcb_hw_configure()
3548 tc->path[TXGBE_DCB_RX_CONFIG].bwg_percent = in txgbe_dcb_hw_configure()
3553 tc->path[TXGBE_DCB_TX_CONFIG].bwg_percent = 0; in txgbe_dcb_hw_configure()
3554 tc->path[TXGBE_DCB_RX_CONFIG].bwg_percent = 0; in txgbe_dcb_hw_configure()
3561 tc->path[TXGBE_DCB_TX_CONFIG].bwg_percent = in txgbe_dcb_hw_configure()
3563 tc->path[TXGBE_DCB_RX_CONFIG].bwg_percent = in txgbe_dcb_hw_configure()
H A Dtxgbe_ethdev.c431 tc->path[TXGBE_DCB_TX_CONFIG].bwg_percent = bwgp + (i & 1); in txgbe_dcb_init()
433 tc->path[TXGBE_DCB_RX_CONFIG].bwg_percent = bwgp + (i & 1); in txgbe_dcb_init()
4702 dcb_info->tc_bws[i] = tc->path[TXGBE_DCB_TX_CONFIG].bwg_percent; in txgbe_dev_get_dcb_info()