Lines Matching refs:dcb_config
83 struct ixgbe_dcb_config *dcb_config, in ixgbe_dcb_calculate_tc_credits() argument
97 if (!dcb_config) in ixgbe_dcb_calculate_tc_credits()
105 p = &dcb_config->tc_config[i].path[direction]; in ixgbe_dcb_calculate_tc_credits()
106 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; in ixgbe_dcb_calculate_tc_credits()
127 p = &dcb_config->tc_config[i].path[direction]; in ixgbe_dcb_calculate_tc_credits()
128 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; in ixgbe_dcb_calculate_tc_credits()
167 dcb_config->tc_config[i].desc_credits_max = in ixgbe_dcb_calculate_tc_credits()
266 struct ixgbe_dcb_config *dcb_config) in ixgbe_dcb_hw_config() argument
276 ixgbe_dcb_unpack_pfc(dcb_config, &pfc_en); in ixgbe_dcb_hw_config()
277 ixgbe_dcb_unpack_refill(dcb_config, DCB_TX_CONFIG, refill); in ixgbe_dcb_hw_config()
278 ixgbe_dcb_unpack_max(dcb_config, max); in ixgbe_dcb_hw_config()
279 ixgbe_dcb_unpack_bwgid(dcb_config, DCB_TX_CONFIG, bwgid); in ixgbe_dcb_hw_config()
280 ixgbe_dcb_unpack_prio(dcb_config, DCB_TX_CONFIG, ptype); in ixgbe_dcb_hw_config()
281 ixgbe_dcb_unpack_map(dcb_config, DCB_TX_CONFIG, prio_tc); in ixgbe_dcb_hw_config()