Home
last modified time | relevance | path

Searched refs:xlt2_cdid (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_type.h258 __le16 xlt2_cdid; member
H A Dice_flex_pipe.c2334 inkey.xlt2_cdid = cpu_to_le16(vsig); in ice_prof_gen_key()
2343 inkey.xlt2_cdid &= ~cpu_to_le16(ICE_CD_2_M); in ice_prof_gen_key()
2344 inkey.xlt2_cdid |= cpu_to_le16(BIT(cdid) << ICE_CD_2_S); in ice_prof_gen_key()
2349 inkey.xlt2_cdid &= ~cpu_to_le16(ICE_CD_4_M); in ice_prof_gen_key()
2350 inkey.xlt2_cdid |= cpu_to_le16(BIT(cdid) << ICE_CD_4_S); in ice_prof_gen_key()
2355 inkey.xlt2_cdid &= ~cpu_to_le16(ICE_CD_8_M); in ice_prof_gen_key()
2356 inkey.xlt2_cdid |= cpu_to_le16(BIT(cdid) << ICE_CD_8_S); in ice_prof_gen_key()