Searched refs:inkey (Results 1 – 1 of 1) sorted by relevance
4309 struct ice_prof_id_key inkey; in ice_prof_gen_key() local4311 inkey.xlt1 = ptg; in ice_prof_gen_key()4312 inkey.xlt2_cdid = CPU_TO_LE16(vsig); in ice_prof_gen_key()4313 inkey.flags = CPU_TO_LE16(flags); 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()[all …]