Home
last modified time | relevance | path

Searched refs:tc_config (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/pci/ixgbe/
Dixgbe_dcb.c124 p = &dcb_config->tc_config[i].path[direction]; in ixgbe_dcb_calculate_tc_credits_cee()
146 p = &dcb_config->tc_config[i].path[direction]; in ixgbe_dcb_calculate_tc_credits_cee()
191 dcb_config->tc_config[i].desc_credits_max = in ixgbe_dcb_calculate_tc_credits_cee()
215 struct ixgbe_dcb_tc_config *tc_config = &cfg->tc_config[0]; in ixgbe_dcb_unpack_pfc_cee() local
223 if (tc_config[map[up]].pfc != ixgbe_dcb_pfc_disabled) in ixgbe_dcb_unpack_pfc_cee()
231 struct ixgbe_dcb_tc_config *tc_config = &cfg->tc_config[0]; in ixgbe_dcb_unpack_refill_cee() local
235 refill[tc] = tc_config[tc].path[direction].data_credits_refill; in ixgbe_dcb_unpack_refill_cee()
240 struct ixgbe_dcb_tc_config *tc_config = &cfg->tc_config[0]; in ixgbe_dcb_unpack_max_cee() local
244 max[tc] = tc_config[tc].desc_credits_max; in ixgbe_dcb_unpack_max_cee()
250 struct ixgbe_dcb_tc_config *tc_config = &cfg->tc_config[0]; in ixgbe_dcb_unpack_bwgid_cee() local
[all …]
Dixgbe_dcb.h124 struct ixgbe_dcb_tc_config tc_config[IXGBE_DCB_MAX_TRAFFIC_CLASS]; member