Searched refs:inkey (Results 1 – 1 of 1) sorted by relevance
3997 struct ice_prof_id_key inkey; in ice_prof_gen_key() local3999 inkey.xlt1 = ptg; in ice_prof_gen_key()4000 inkey.xlt2_cdid = CPU_TO_LE16(vsig); in ice_prof_gen_key()4001 inkey.flags = CPU_TO_LE16(flags); in ice_prof_gen_key()4009 inkey.xlt2_cdid &= ~CPU_TO_LE16(ICE_CD_2_M); in ice_prof_gen_key()4010 inkey.xlt2_cdid |= CPU_TO_LE16(BIT(cdid) << ICE_CD_2_S); in ice_prof_gen_key()4015 inkey.xlt2_cdid &= ~CPU_TO_LE16(ICE_CD_4_M); in ice_prof_gen_key()4016 inkey.xlt2_cdid |= CPU_TO_LE16(BIT(cdid) << ICE_CD_4_S); in ice_prof_gen_key()4021 inkey.xlt2_cdid &= ~CPU_TO_LE16(ICE_CD_8_M); in ice_prof_gen_key()4022 inkey.xlt2_cdid |= CPU_TO_LE16(BIT(cdid) << ICE_CD_8_S); in ice_prof_gen_key()[all …]