Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb.c87 link_percentage = p->bwg_percent; in ixgbe_dcb_calculate_tc_credits()
110 link_percentage = p->bwg_percent; in ixgbe_dcb_calculate_tc_credits()
113 if (p->bwg_percent > 0 && link_percentage == 0) in ixgbe_dcb_calculate_tc_credits()
H A Dixgbe_dcb.h76 u8 bwg_percent; /* % of BWG's bandwidth */ member
H A Dixgbe_main.c6636 tc->path[DCB_TX_CONFIG].bwg_percent = 12 + (j & 1); in ixgbe_init_dcb()
6638 tc->path[DCB_RX_CONFIG].bwg_percent = 12 + (j & 1); in ixgbe_init_dcb()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.c142 u8 bwg_percent; /* % of BWG's bandwidth */ member
825 tc_cfg->bwg_percent = (100 / cnt); in qlcnic_dcb_get_pg_tc_cfg_tx()
826 *bw_per = tc_cfg->bwg_percent; in qlcnic_dcb_get_pg_tc_cfg_tx()