Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c88 if (dst->path[tx].up_to_tc_bitmap != in ixgbe_copy_dcb_cfg()
89 src->path[tx].up_to_tc_bitmap) { in ixgbe_copy_dcb_cfg()
90 dst->path[tx].up_to_tc_bitmap = in ixgbe_copy_dcb_cfg()
91 src->path[tx].up_to_tc_bitmap; in ixgbe_copy_dcb_cfg()
110 if (dst->path[rx].up_to_tc_bitmap != in ixgbe_copy_dcb_cfg()
111 src->path[rx].up_to_tc_bitmap) { in ixgbe_copy_dcb_cfg()
112 dst->path[rx].up_to_tc_bitmap = in ixgbe_copy_dcb_cfg()
113 src->path[rx].up_to_tc_bitmap; in ixgbe_copy_dcb_cfg()
206 adapter->temp_dcb_cfg.tc_config[tc].path[0].up_to_tc_bitmap = in ixgbe_dcbnl_set_pg_tc_cfg_tx()
232 adapter->temp_dcb_cfg.tc_config[tc].path[1].up_to_tc_bitmap = in ixgbe_dcbnl_set_pg_tc_cfg_rx()
[all …]
Dixgbe_dcb.h103 u8 up_to_tc_bitmap; /* User Priority to Traffic Class mapping */ member
Dixgbe_dcb.c243 if (prio_mask & tc_config[tc].path[direction].up_to_tc_bitmap) in ixgbe_dcb_get_tc_from_up()
Dixgbe_main.c5411 tc->path[DCB_TX_CONFIG].up_to_tc_bitmap = 0xFF; in ixgbe_sw_init()
5412 tc->path[DCB_RX_CONFIG].up_to_tc_bitmap = 0xFF; in ixgbe_sw_init()