Home
last modified time | relevance | path

Searched refs:ICE_ETYPE_IL (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_protocol_type.h32 ICE_ETYPE_IL, enumerator
H A Dice_switch.c99 { ICE_ETYPE_IL, 54 },
146 { ICE_ETYPE_IL, 54 },
193 { ICE_ETYPE_IL, 62 },
246 { ICE_ETYPE_IL, 62 },
293 { ICE_ETYPE_IL, 54 },
345 { ICE_ETYPE_IL, 54 },
397 { ICE_ETYPE_IL, 62 },
455 { ICE_ETYPE_IL, 62 },
4558 ICE_PROTOCOL_ENTRY(ICE_ETYPE_IL, 0),
4593 { ICE_ETYPE_IL, ICE_ETYPE_IL_HW },
[all …]
H A Dice_tc_lib.c103 return inner ? ICE_ETYPE_IL : ICE_ETYPE_OL; in ice_proto_type_from_etype()