Home
last modified time | relevance | path

Searched refs:dest (Results 1651 – 1675 of 1843) sorted by relevance

1...<<61626364656667686970>>...74

/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_switchdev.c1779 port = prestera_find_port(sw, evt->fdb_evt.dest.port_id); in prestera_fdb_event()
1784 lag = prestera_lag_by_id(sw, evt->fdb_evt.dest.lag_id); in prestera_fdb_event()
/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc_uv.c49 dest : 32; member
276 nasid, mmr_value->vector, mmr_value->dest); in xpc_create_gru_mq_uv()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_security.c93 u8 *dest, u8 *src, u32 len) in arcfour_encrypt() argument
98 dest[i] = src[i] ^ (unsigned char)arcfour_byte(parc4ctx); in arcfour_encrypt()
/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110_av.c221 int av7110_pes_play(void *dest, struct dvb_ringbuffer *buf, int dlen) in av7110_pes_play() argument
258 dvb_ringbuffer_read(buf, dest, (size_t) blen); in av7110_pes_play()
/openbmc/linux/drivers/crypto/ccree/
H A Dcc_buffer_mgr.c106 void cc_copy_sg_portion(struct device *dev, u8 *dest, struct scatterlist *sg, in cc_copy_sg_portion() argument
112 sg_copy_buffer(sg, nents, dest, (end - to_skip + 1), to_skip, in cc_copy_sg_portion()
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c659 u64 __iomem *dest) in hns_roce_write512() argument
669 writeq_relaxed(*(val + i), dest + i); in hns_roce_write512()
3051 static void copy_gid(void *dest, const union ib_gid *gid) in copy_gid() argument
3055 __le32 (*p)[GID_SIZE] = dest; in copy_gid()
3490 struct hns_roce_v2_cqe *cqe, *dest; in __hns_roce_v2_cq_clean() local
3515 dest = get_cqe_v2(hr_cq, (prod_index + nfreed) & in __hns_roce_v2_cq_clean()
3517 owner_bit = hr_reg_read(dest, CQE_OWNER); in __hns_roce_v2_cq_clean()
3518 memcpy(dest, cqe, hr_cq->cqe_size); in __hns_roce_v2_cq_clean()
3519 hr_reg_write(dest, CQE_OWNER, owner_bit); in __hns_roce_v2_cq_clean()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c1063 u32 addr, i, size, *dest; in qed_read_storm_fw_info() local
1075 dest = (u32 *)&fw_info_location; in qed_read_storm_fw_info()
1079 dest[i] = qed_rd(p_hwfn, p_ptt, addr); in qed_read_storm_fw_info()
1087 dest = (u32 *)fw_info; in qed_read_storm_fw_info()
1091 dest[i] = qed_rd(p_hwfn, p_ptt, addr); in qed_read_storm_fw_info()
6358 static void qed_read_str_from_buf(void *buf, u32 *offset, u32 size, char *dest) in qed_read_str_from_buf() argument
6362 strncpy(dest, source_str, size); in qed_read_str_from_buf()
6363 dest[size - 1] = '\0'; in qed_read_str_from_buf()
/openbmc/linux/drivers/atm/
H A Dlanai.c1363 static inline void vcc_rx_memcpy(unsigned char *dest, in vcc_rx_memcpy() argument
1370 memcpy(dest, lvcc->rx.buf.ptr, n - m); in vcc_rx_memcpy()
1371 memcpy(dest + n - m, lvcc->rx.buf.start, m); in vcc_rx_memcpy()
/openbmc/qemu/system/
H A Dphysmem.c900 unsigned long page, end, dest; in cpu_physical_memory_snapshot_and_clear_dirty() local
909 dest = 0; in cpu_physical_memory_snapshot_and_clear_dirty()
924 bitmap_copy_and_clear_atomic(snap->dirty + dest, in cpu_physical_memory_snapshot_and_clear_dirty()
928 dest += num >> BITS_PER_LEVEL; in cpu_physical_memory_snapshot_and_clear_dirty()
/openbmc/qemu/target/sparc/
H A Dtranslate.c2383 target_ulong dest = address_mask_i(dc, dc->pc + disp * 4); in advance_jump_cond() local
2390 dc->pc = dest; in advance_jump_cond()
2391 dc->npc = dest + 4; in advance_jump_cond()
2394 dc->npc = dest; in advance_jump_cond()
2421 gen_goto_tb(dc, 0, npc, dest); in advance_jump_cond()
2435 tcg_constant_tl(dest), cpu_npc); in advance_jump_cond()
2445 dc->jump_pc[0] = dest; in advance_jump_cond()
/openbmc/u-boot/tools/dtoc/
H A Dtest_fdt.py552 parser.add_option('-t', '--test', action='store_true', dest='test',
H A Dtest_fdt552 parser.add_option('-t', '--test', action='store_true', dest='test',
/openbmc/openbmc/poky/scripts/
H A Doe-pkgdata-util562 …parser_lookup_recipe.add_argument('-c', '--continue', dest="carryon", help='Continue looking up re…
/openbmc/linux/drivers/scsi/esas2r/
H A Datioctl.h1092 u64 dest; member
/openbmc/linux/arch/powerpc/include/asm/
H A Dopal.h302 s64 opal_mpipl_update(enum opal_mpipl_ops op, u64 src, u64 dest, u64 size);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_rq_dlg_calc_32.c214 const display_pipe_dest_params_st *dst = &e2e_pipe_param[pipe_idx].pipe.dest; in dml32_rq_dlg_get_dlg_reg()
/openbmc/linux/net/rds/
H A Drds.h915 void rds_send_drop_to(struct rds_sock *rs, struct sockaddr_in6 *dest);
/openbmc/linux/net/core/
H A Dnetpoll.c433 udph->dest = htons(np->remote_port); in netpoll_send_udp()
/openbmc/qemu/target/ppc/translate/
H A Dfp-impl.c.inc789 static void gen_qemu_ld32fs(DisasContext *ctx, TCGv_i64 dest, TCGv addr)
793 gen_helper_todouble(dest, tmp);
/openbmc/qemu/hw/i386/
H A Damd_iommu.c1099 irq->dest = irte.fields.destination; in amdvi_int_remap_legacy()
1158 irq->dest = irte.lo.fields_remap.destination; in amdvi_int_remap_ga()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dcxusb-analog.c167 unsigned int pos, unsigned char *dest, in cxusb_auxbuf_copy() argument
173 memcpy(dest, auxbuf->buf + pos, len); in cxusb_auxbuf_copy()
/openbmc/linux/drivers/net/dsa/hirschmann/
H A Dhellcreek.c803 const unsigned char *dest, in hellcreek_fdb_get() argument
827 if (memcmp(tmp.mac, dest, ETH_ALEN)) in hellcreek_fdb_get()
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_fp.c1792 (ntohs(udp_hdr(skb)->dest) != vxln_port && in qede_features_check()
1793 ntohs(udp_hdr(skb)->dest) != gnv_port)) in qede_features_check()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dmain.h1268 mwifiex_copy_rates(u8 *dest, u32 pos, u8 *src, int len) in mwifiex_copy_rates() argument
1275 dest[pos] = src[i]; in mwifiex_copy_rates()
/openbmc/linux/drivers/video/fbdev/
H A Dimsttfb.c1202 if (cursor->dest == NULL && cursor->rop == ROP_XOR)
1219 u8 *dst = (u8 *) cursor->dest;

1...<<61626364656667686970>>...74