Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c63 if (dst->path[tx].up_to_tc_bitmap != in ixgbe_copy_dcb_cfg()
64 src->path[tx].up_to_tc_bitmap) { in ixgbe_copy_dcb_cfg()
65 dst->path[tx].up_to_tc_bitmap = in ixgbe_copy_dcb_cfg()
66 src->path[tx].up_to_tc_bitmap; in ixgbe_copy_dcb_cfg()
85 if (dst->path[rx].up_to_tc_bitmap != in ixgbe_copy_dcb_cfg()
86 src->path[rx].up_to_tc_bitmap) { in ixgbe_copy_dcb_cfg()
87 dst->path[rx].up_to_tc_bitmap = in ixgbe_copy_dcb_cfg()
88 src->path[rx].up_to_tc_bitmap; in ixgbe_copy_dcb_cfg()
181 adapter->temp_dcb_cfg.tc_config[tc].path[0].up_to_tc_bitmap = in ixgbe_dcbnl_set_pg_tc_cfg_tx()
207 adapter->temp_dcb_cfg.tc_config[tc].path[1].up_to_tc_bitmap = in ixgbe_dcbnl_set_pg_tc_cfg_rx()
[all …]
Dixgbe_dcb.h78 u8 up_to_tc_bitmap; /* User Priority to Traffic Class mapping */ member
Dixgbe_dcb.c228 if (prio_mask & tc_config[tc].path[direction].up_to_tc_bitmap) in ixgbe_dcb_get_tc_from_up()
Dixgbe_main.c6243 tc->path[DCB_TX_CONFIG].up_to_tc_bitmap = 0xFF; in ixgbe_init_dcb()
6244 tc->path[DCB_RX_CONFIG].up_to_tc_bitmap = 0xFF; in ixgbe_init_dcb()