Lines Matching refs:inkey
2358 struct ice_prof_id_key inkey; in ice_prof_gen_key() local
2360 inkey.xlt1 = ptg; in ice_prof_gen_key()
2361 inkey.xlt2_cdid = cpu_to_le16(vsig); in ice_prof_gen_key()
2362 inkey.flags = cpu_to_le16(flags); in ice_prof_gen_key()
2370 inkey.xlt2_cdid &= ~cpu_to_le16(ICE_CD_2_M); in ice_prof_gen_key()
2371 inkey.xlt2_cdid |= cpu_to_le16(BIT(cdid) << ICE_CD_2_S); in ice_prof_gen_key()
2376 inkey.xlt2_cdid &= ~cpu_to_le16(ICE_CD_4_M); in ice_prof_gen_key()
2377 inkey.xlt2_cdid |= cpu_to_le16(BIT(cdid) << ICE_CD_4_S); in ice_prof_gen_key()
2382 inkey.xlt2_cdid &= ~cpu_to_le16(ICE_CD_8_M); in ice_prof_gen_key()
2383 inkey.xlt2_cdid |= cpu_to_le16(BIT(cdid) << ICE_CD_8_S); in ice_prof_gen_key()
2390 return ice_set_key(key, ICE_TCAM_KEY_SZ, (u8 *)&inkey, vl_msk, dc_msk, in ice_prof_gen_key()