Searched refs:lltc_map (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.h250 u32 max_exponent, u8 lltc_map);
H A Di40e_dcb.c1273 * @lltc_map: Low latency TC bitmap
1281 u8 lltc_map)
1295 reg |= FIELD_PREP(I40E_PRTDCB_RETSC_LLTC_MASK, lltc_map);
1277 i40e_dcb_hw_rx_fifo_config(struct i40e_hw *hw, enum i40e_dcb_arbiter_mode ets_mode, enum i40e_dcb_arbiter_mode non_ets_mode, u32 max_exponent, u8 lltc_map) argument
H A Di40e_main.c6953 u8 lltc_map = 0; local
6987 lltc_map |= BIT(i);
7022 ets_data.tc_strict_priority_flags = lltc_map;
7040 lltc_map);

Completed in 154 milliseconds