Lines Matching refs:CPU_TO_LE16
500 sect_rx->count = CPU_TO_LE16(1); in ice_create_tunnel()
507 sect_tx->count = CPU_TO_LE16(1); in ice_create_tunnel()
599 sect_rx->count = CPU_TO_LE16(count); in ice_destroy_tunnel()
606 sect_tx->count = CPU_TO_LE16(count); in ice_destroy_tunnel()
746 sect->count = CPU_TO_LE16(ICE_XLT1_CNT); in ice_ptg_update_xlt1()
747 sect->offset = CPU_TO_LE16(0); in ice_ptg_update_xlt1()
1033 sect->count = CPU_TO_LE16(1); in ice_vsig_update_xlt2_sect()
1034 sect->offset = CPU_TO_LE16(vsi); in ice_vsig_update_xlt2_sect()
1035 sect->value[0] = CPU_TO_LE16(vsig); in ice_vsig_update_xlt2_sect()
2155 inkey.xlt2_cdid = CPU_TO_LE16(vsig); in ice_prof_gen_key()
2156 inkey.flags = CPU_TO_LE16(flags); in ice_prof_gen_key()
2164 inkey.xlt2_cdid &= ~CPU_TO_LE16(ICE_CD_2_M); in ice_prof_gen_key()
2165 inkey.xlt2_cdid |= CPU_TO_LE16(BIT(cdid) << ICE_CD_2_S); in ice_prof_gen_key()
2170 inkey.xlt2_cdid &= ~CPU_TO_LE16(ICE_CD_4_M); in ice_prof_gen_key()
2171 inkey.xlt2_cdid |= CPU_TO_LE16(BIT(cdid) << ICE_CD_4_S); in ice_prof_gen_key()
2176 inkey.xlt2_cdid &= ~CPU_TO_LE16(ICE_CD_8_M); in ice_prof_gen_key()
2177 inkey.xlt2_cdid |= CPU_TO_LE16(BIT(cdid) << ICE_CD_8_S); in ice_prof_gen_key()
2215 hw->blk[blk].prof.t[idx].addr = CPU_TO_LE16(idx); in ice_tcam_write_entry()
2303 p->count = CPU_TO_LE16(1); in ice_prof_bld_es()
2304 p->offset = CPU_TO_LE16(tmp->prof_id); in ice_prof_bld_es()
2341 p->count = CPU_TO_LE16(1); in ice_prof_bld_tcam()
2342 p->entry[0].addr = CPU_TO_LE16(tmp->tcam_idx); in ice_prof_bld_tcam()
2381 p->count = CPU_TO_LE16(1); in ice_prof_bld_xlt1()
2382 p->offset = CPU_TO_LE16(tmp->ptype); in ice_prof_bld_xlt1()
2419 p->count = CPU_TO_LE16(1); in ice_prof_bld_xlt2()
2420 p->offset = CPU_TO_LE16(tmp->vsi); in ice_prof_bld_xlt2()
2421 p->value[0] = CPU_TO_LE16(tmp->vsig); in ice_prof_bld_xlt2()