Home
last modified time | relevance | path

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

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

/openbmc/linux/tools/testing/selftests/net/
H A Dtxtimestamp.c472 udph->dest = ntohs(dest_port); in fill_header_udp()
/openbmc/linux/net/sctp/
H A Doutput.c609 sh->dest = htons(packet->destination_port); in sctp_packet_transmit()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_optc.h326 void optc3_set_out_mux(struct timing_generator *optc, enum otg_out_mux_dest dest);
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_net.c220 udph->dest = dst_port; in prepare_udp_hdr()
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dilsp.S459 mulu.w %d3, %d5 # %d5 <- msw-dest*lsw-source
460 mulu.w %d4, %d2 # %d2 <- msw-source*lsw-dest
/openbmc/linux/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c260 static inline void memcpy_swab32(u32 *dest, u32 *src, int cnt) in memcpy_swab32() argument
264 dest[i] = swab32(src[i]); in memcpy_swab32()
/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/qemu/target/ppc/translate/
H A Dfp-impl.c.inc729 static void gen_qemu_ld32fs(DisasContext *ctx, TCGv_i64 dest, TCGv addr)
733 gen_helper_todouble(dest, tmp);
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c664 u64 __iomem *dest) in hns_roce_write512() argument
674 writeq_relaxed(*(val + i), dest + i); in hns_roce_write512()
3058 static void copy_gid(void *dest, const union ib_gid *gid) in copy_gid() argument
3062 __le32 (*p)[GID_SIZE] = dest; in copy_gid()
3497 struct hns_roce_v2_cqe *cqe, *dest; in __hns_roce_v2_cq_clean() local
3522 dest = get_cqe_v2(hr_cq, (prod_index + nfreed) & in __hns_roce_v2_cq_clean()
3524 owner_bit = hr_reg_read(dest, CQE_OWNER); in __hns_roce_v2_cq_clean()
3525 memcpy(dest, cqe, hr_cq->cqe_size); in __hns_roce_v2_cq_clean()
3526 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/qemu/target/ppc/
H A Dtranslate.c3608 static inline bool use_goto_tb(DisasContext *ctx, target_ulong dest) in use_goto_tb() argument
3613 return translator_use_goto_tb(&ctx->base, dest); in use_goto_tb()
3634 static void gen_goto_tb(DisasContext *ctx, int n, target_ulong dest) in gen_goto_tb() argument
3637 dest = (uint32_t) dest; in gen_goto_tb()
3639 if (use_goto_tb(ctx, dest)) { in gen_goto_tb()
3642 tcg_gen_movi_tl(cpu_nip, dest & ~3); in gen_goto_tb()
3645 tcg_gen_movi_tl(cpu_nip, dest & ~3); in gen_goto_tb()
/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.c929 unsigned long page, end, dest; in cpu_physical_memory_snapshot_and_clear_dirty() local
946 dest = 0; in cpu_physical_memory_snapshot_and_clear_dirty()
961 bitmap_copy_and_clear_atomic(snap->dirty + dest, in cpu_physical_memory_snapshot_and_clear_dirty()
965 dest += num >> BITS_PER_LEVEL; in cpu_physical_memory_snapshot_and_clear_dirty()
/openbmc/linux/drivers/ata/
H A Dlibata-scsi.c2221 static void modecpy(u8 *dest, const u8 *src, int n, bool changeable) in modecpy() argument
2224 memcpy(dest, src, 2); in modecpy()
2225 memset(dest + 2, 0, n - 2); in modecpy()
2227 memcpy(dest, src, n); in modecpy()
/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);

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