Lines Matching refs:inkey
2331 struct ice_prof_id_key inkey; in ice_prof_gen_key() local
2333 inkey.xlt1 = ptg; in ice_prof_gen_key()
2334 inkey.xlt2_cdid = cpu_to_le16(vsig); in ice_prof_gen_key()
2335 inkey.flags = cpu_to_le16(flags); 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()
2363 return ice_set_key(key, ICE_TCAM_KEY_SZ, (u8 *)&inkey, vl_msk, dc_msk, in ice_prof_gen_key()