Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_dcb_nl.c61 if (dst->path[tx].up_to_tc_bitmap != in ixgbe_copy_dcb_cfg()
62 src->path[tx].up_to_tc_bitmap) { in ixgbe_copy_dcb_cfg()
63 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()
83 if (dst->path[rx].up_to_tc_bitmap != in ixgbe_copy_dcb_cfg()
84 src->path[rx].up_to_tc_bitmap) { in ixgbe_copy_dcb_cfg()
85 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()
179 adapter->temp_dcb_cfg.tc_config[tc].path[0].up_to_tc_bitmap = in ixgbe_dcbnl_set_pg_tc_cfg_tx()
205 adapter->temp_dcb_cfg.tc_config[tc].path[1].up_to_tc_bitmap = in ixgbe_dcbnl_set_pg_tc_cfg_rx()
[all …]
A Dixgbe_dcb.h78 u8 up_to_tc_bitmap; /* User Priority to Traffic Class mapping */ member
A Dixgbe_dcb.c228 if (prio_mask & tc_config[tc].path[direction].up_to_tc_bitmap) in ixgbe_dcb_get_tc_from_up()
A Dixgbe_main.c6287 tc->path[DCB_TX_CONFIG].up_to_tc_bitmap = 0xFF; in ixgbe_init_dcb()
6288 tc->path[DCB_RX_CONFIG].up_to_tc_bitmap = 0xFF; in ixgbe_init_dcb()

Completed in 21 milliseconds