Lines Matching refs:CPU_TO_LE16
836 desc.flags |= CPU_TO_LE16(ICE_AQ_FLAG_RD); in ice_aq_download_pkg()
873 desc.flags |= CPU_TO_LE16(ICE_AQ_FLAG_RD); in ice_aq_upload_section()
908 desc.flags |= CPU_TO_LE16(ICE_AQ_FLAG_RD); in ice_aq_update_pkg()
1724 buf->data_end = CPU_TO_LE16(offsetof(struct ice_buf_hdr, in ice_pkg_buf_alloc()
1971 buf->data_end = CPU_TO_LE16(data_end); in ice_pkg_buf_reserve_section()
2014 buf->section_entry[sect_count].offset = CPU_TO_LE16(data_end); in ice_pkg_buf_alloc_section()
2015 buf->section_entry[sect_count].size = CPU_TO_LE16(size); in ice_pkg_buf_alloc_section()
2019 buf->data_end = CPU_TO_LE16(data_end); in ice_pkg_buf_alloc_section()
2021 buf->section_count = CPU_TO_LE16(sect_count + 1); in ice_pkg_buf_alloc_section()
2103 buf->data_end = CPU_TO_LE16(data_end); in ice_pkg_buf_unreserve_section()
2331 sect_rx->count = CPU_TO_LE16(1); in ice_create_tunnel()
2338 sect_tx->count = CPU_TO_LE16(1); in ice_create_tunnel()
2430 sect_rx->count = CPU_TO_LE16(count); in ice_destroy_tunnel()
2437 sect_tx->count = CPU_TO_LE16(count); in ice_destroy_tunnel()
2576 sect->count = CPU_TO_LE16(ICE_XLT1_CNT); in ice_ptg_update_xlt1()
2577 sect->offset = CPU_TO_LE16(0); in ice_ptg_update_xlt1()
2863 sect->count = CPU_TO_LE16(1); in ice_vsig_update_xlt2_sect()
2864 sect->offset = CPU_TO_LE16(vsi); in ice_vsig_update_xlt2_sect()
2865 sect->value[0] = CPU_TO_LE16(vsig); in ice_vsig_update_xlt2_sect()
3960 inkey.xlt2_cdid = CPU_TO_LE16(vsig); in ice_prof_gen_key()
3961 inkey.flags = CPU_TO_LE16(flags); in ice_prof_gen_key()
3969 inkey.xlt2_cdid &= ~CPU_TO_LE16(ICE_CD_2_M); in ice_prof_gen_key()
3970 inkey.xlt2_cdid |= CPU_TO_LE16(BIT(cdid) << ICE_CD_2_S); in ice_prof_gen_key()
3975 inkey.xlt2_cdid &= ~CPU_TO_LE16(ICE_CD_4_M); in ice_prof_gen_key()
3976 inkey.xlt2_cdid |= CPU_TO_LE16(BIT(cdid) << ICE_CD_4_S); in ice_prof_gen_key()
3981 inkey.xlt2_cdid &= ~CPU_TO_LE16(ICE_CD_8_M); in ice_prof_gen_key()
3982 inkey.xlt2_cdid |= CPU_TO_LE16(BIT(cdid) << ICE_CD_8_S); in ice_prof_gen_key()
4020 hw->blk[blk].prof.t[idx].addr = CPU_TO_LE16(idx); in ice_tcam_write_entry()
4108 p->count = CPU_TO_LE16(1); in ice_prof_bld_es()
4109 p->offset = CPU_TO_LE16(tmp->prof_id); in ice_prof_bld_es()
4146 p->count = CPU_TO_LE16(1); in ice_prof_bld_tcam()
4147 p->entry[0].addr = CPU_TO_LE16(tmp->tcam_idx); in ice_prof_bld_tcam()
4186 p->count = CPU_TO_LE16(1); in ice_prof_bld_xlt1()
4187 p->offset = CPU_TO_LE16(tmp->ptype); in ice_prof_bld_xlt1()
4224 p->count = CPU_TO_LE16(1); in ice_prof_bld_xlt2()
4225 p->offset = CPU_TO_LE16(tmp->vsi); in ice_prof_bld_xlt2()
4226 p->value[0] = CPU_TO_LE16(tmp->vsig); in ice_prof_bld_xlt2()