Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_icevar.h3399 uint16_t xlt2_cdid; member
H A Dif_ice.c15840 inkey.xlt2_cdid = htole16(vsig); in ice_prof_gen_key()
15849 inkey.xlt2_cdid &= ~htole16(ICE_CD_2_M); in ice_prof_gen_key()
15850 inkey.xlt2_cdid |= htole16(BIT(cdid) << ICE_CD_2_S); in ice_prof_gen_key()
15855 inkey.xlt2_cdid &= ~htole16(ICE_CD_4_M); in ice_prof_gen_key()
15856 inkey.xlt2_cdid |= htole16(BIT(cdid) << ICE_CD_4_S); in ice_prof_gen_key()
15861 inkey.xlt2_cdid &= ~htole16(ICE_CD_8_M); in ice_prof_gen_key()
15862 inkey.xlt2_cdid |= htole16(BIT(cdid) << ICE_CD_8_S); in ice_prof_gen_key()