Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_flex_type.h913 __le16 xlt2_cdid; member
H A Dice_flex_pipe.c4312 inkey.xlt2_cdid = CPU_TO_LE16(vsig); in ice_prof_gen_key()
4321 inkey.xlt2_cdid &= ~CPU_TO_LE16(ICE_CD_2_M); in ice_prof_gen_key()
4322 inkey.xlt2_cdid |= CPU_TO_LE16(BIT(cdid) << ICE_CD_2_S); in ice_prof_gen_key()
4327 inkey.xlt2_cdid &= ~CPU_TO_LE16(ICE_CD_4_M); in ice_prof_gen_key()
4328 inkey.xlt2_cdid |= CPU_TO_LE16(BIT(cdid) << ICE_CD_4_S); in ice_prof_gen_key()
4333 inkey.xlt2_cdid &= ~CPU_TO_LE16(ICE_CD_8_M); in ice_prof_gen_key()
4334 inkey.xlt2_cdid |= CPU_TO_LE16(BIT(cdid) << ICE_CD_8_S); in ice_prof_gen_key()