Home
last modified time | relevance | path

Searched refs:dest (Results 626 – 650 of 1843) sorted by relevance

1...<<21222324252627282930>>...74

/openbmc/linux/net/ethtool/
H A Dfeatures.c28 static void ethnl_features_to_bitmap32(u32 *dest, netdev_features_t src) in ethnl_features_to_bitmap32() argument
33 dest[i] = src >> (32 * i); in ethnl_features_to_bitmap32()
134 static void ethnl_features_to_bitmap(unsigned long *dest, netdev_features_t val) in ethnl_features_to_bitmap() argument
140 dest[i] = (unsigned long)(val >> (i * BITS_PER_LONG)); in ethnl_features_to_bitmap()
/openbmc/linux/drivers/acpi/acpica/
H A Dnsxfname.c23 static char *acpi_ns_copy_device_id(struct acpi_pnp_device_id *dest,
182 static char *acpi_ns_copy_device_id(struct acpi_pnp_device_id *dest, in ACPI_EXPORT_SYMBOL()
188 dest->string = string_area; in ACPI_EXPORT_SYMBOL()
189 dest->length = source->length; in ACPI_EXPORT_SYMBOL()
/openbmc/linux/arch/loongarch/kernel/
H A Dinst.c226 u32 larch_insn_gen_b(unsigned long pc, unsigned long dest) in larch_insn_gen_b() argument
228 long offset = dest - pc; in larch_insn_gen_b()
241 u32 larch_insn_gen_bl(unsigned long pc, unsigned long dest) in larch_insn_gen_bl() argument
243 long offset = dest - pc; in larch_insn_gen_bl()
/openbmc/u-boot/common/
H A Dhash.c407 const char *dest, int allow_env_vars) in store_result() argument
419 if (*dest == '*') in store_result()
420 dest++; in store_result()
434 env_set(dest, str_output); in store_result()
439 addr = simple_strtoul(dest, NULL, 16); in store_result()
/openbmc/linux/drivers/crypto/bcm/
H A Dutil.c50 void sg_copy_part_to_buf(struct scatterlist *src, u8 *dest, in sg_copy_part_to_buf() argument
56 copied = sg_pcopy_to_buffer(src, nents, dest, len, skip); in sg_copy_part_to_buf()
69 void sg_copy_part_from_buf(struct scatterlist *dest, u8 *src, in sg_copy_part_from_buf() argument
73 unsigned int nents = sg_nents(dest); in sg_copy_part_from_buf()
75 copied = sg_pcopy_from_buffer(dest, nents, src, len, skip); in sg_copy_part_from_buf()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c1010 unsigned int htotal = e2e_pipe_param->pipe.dest.htotal; in dml1_rq_dlg_get_dlg_params()
1011 unsigned int hblank_end = e2e_pipe_param->pipe.dest.hblank_end; in dml1_rq_dlg_get_dlg_params()
1013 unsigned int vblank_end = e2e_pipe_param->pipe.dest.vblank_end; in dml1_rq_dlg_get_dlg_params()
1014 bool interlaced = e2e_pipe_param->pipe.dest.interlaced; in dml1_rq_dlg_get_dlg_params()
1243 vupdate_offset = e2e_pipe_param->pipe.dest.vupdate_offset; in dml1_rq_dlg_get_dlg_params()
1244 vupdate_width = e2e_pipe_param->pipe.dest.vupdate_width; in dml1_rq_dlg_get_dlg_params()
1245 vready_offset = e2e_pipe_param->pipe.dest.vready_offset; in dml1_rq_dlg_get_dlg_params()
1252 vstartup_start = e2e_pipe_param->pipe.dest.vstartup_start; in dml1_rq_dlg_get_dlg_params()
1281 + e2e_pipe_param->pipe.dest.recout_width; in dml1_rq_dlg_get_dlg_params()
1650 if (e2e_pipe_param->pipe.dest.full_recout_width == 0) { in dml1_rq_dlg_get_dlg_params()
[all …]
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c803 u8 *dest) in ieee80211_assoc_resp() argument
860 int status, u8 *dest) in ieee80211_auth_resp() argument
919 u8 *dest) in ieee80211_resp_to_auth() argument
1503 memcpy(dest, a->header.addr2, ETH_ALEN); in auth_rq_parse()
1598 u8 dest[ETH_ALEN]; in ieee80211_rx_probe_rq() local
1603 if (probe_rq_parse(ieee, skb, dest)) { in ieee80211_rx_probe_rq()
1606 ieee80211_resp_to_probe(ieee, dest); in ieee80211_rx_probe_rq()
1613 u8 dest[ETH_ALEN]; in ieee80211_rx_auth_rq() local
1618 status = auth_rq_parse(skb, dest); in ieee80211_rx_auth_rq()
1627 u8 dest[ETH_ALEN]; in ieee80211_rx_assoc_rq() local
[all …]
/openbmc/linux/drivers/net/fddi/skfp/
H A Dsmt.c60 static void smt_send_nif(struct s_smc *smc, const struct fddi_addr *dest,
65 static void smt_send_sif_config(struct s_smc *smc, struct fddi_addr *dest,
943 nif->smt.smt_dest = *dest ; /* destination address */ in smt_send_nif()
956 smt_send_nif(smc,dest, FC_SMT_INFO, smc->sm.pend[SMT_TID_NIF_TEST], in smt_send_nif_request()
967 smt_send_ecf(smc,dest, FC_SMT_INFO, smc->sm.pend[SMT_TID_ECF], in smt_send_ecf_request()
1006 ecf->smt.smt_dest = *dest ; /* destination address */ in smt_send_ecf()
1038 sif->smt.smt_dest = *dest ; /* destination address */ in smt_send_sif_config()
1088 sif->smt.smt_dest = *dest ; /* destination address */ in smt_send_sif_operation()
1691 void fddi_send_antc(struct s_smc *smc, struct fddi_addr *dest)
1694 SK_UNUSED(dest) ;
[all …]
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_proto_tcp.c264 tcph->dest = cp->dport; in tcp_dnat_handler()
540 struct ip_vs_dest *dest = cp->dest; in set_tcp_state() local
561 if (dest) { in set_tcp_state()
564 atomic_dec(&dest->activeconns); in set_tcp_state()
565 atomic_inc(&dest->inactconns); in set_tcp_state()
569 atomic_inc(&dest->activeconns); in set_tcp_state()
570 atomic_dec(&dest->inactconns); in set_tcp_state()
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_api_cmd.c223 enum hinic_node_id dest, in prepare_api_cmd() argument
245 cell->desc |= HINIC_API_CMD_DESC_SET(dest, DEST) | in prepare_api_cmd()
267 enum hinic_node_id dest, in prepare_cell() argument
274 prepare_api_cmd(chain, dest, cmd, cmd_size); in prepare_cell()
381 enum hinic_node_id dest, u8 *cmd, u16 cmd_size) in api_cmd() argument
392 prepare_cell(chain, dest, cmd, cmd_size); in api_cmd()
419 enum hinic_node_id dest, u8 *cmd, u16 size) in hinic_api_cmd_write() argument
423 return api_cmd(chain, dest, cmd, size); in hinic_api_cmd_write()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_mcast.c579 struct mlx5_flow_destination dest = { in mlx5_esw_bridge_mcast_vlan_flow_create() local
612 dest.vport.flags = MLX5_FLOW_DEST_VPORT_VHCA_ID; in mlx5_esw_bridge_mcast_vlan_flow_create()
613 dest.vport.vhca_id = port->esw_owner_vhca_id; in mlx5_esw_bridge_mcast_vlan_flow_create()
615 handle = mlx5_add_flow_rules(port->mcast.ft, rule_spec, &flow_act, &dest, 1); in mlx5_esw_bridge_mcast_vlan_flow_create()
651 struct mlx5_flow_destination dest = { in mlx5_esw_bridge_mcast_fwd_flow_create() local
664 dest.vport.flags = MLX5_FLOW_DEST_VPORT_VHCA_ID; in mlx5_esw_bridge_mcast_fwd_flow_create()
665 dest.vport.vhca_id = port->esw_owner_vhca_id; in mlx5_esw_bridge_mcast_fwd_flow_create()
882 struct mlx5_flow_destination dest = { in mlx5_esw_bridge_ingress_igmp_fh_create() local
904 handle = mlx5_add_flow_rules(ingress_ft, rule_spec, &flow_act, &dest, 1); in mlx5_esw_bridge_ingress_igmp_fh_create()
914 struct mlx5_flow_destination dest = { in mlx5_esw_bridge_ingress_mld_fh_create() local
[all …]
/openbmc/linux/kernel/
H A Dauditfilter.c1175 struct audit_netlink_list *dest; in audit_list_rules_send() local
1183 dest = kmalloc(sizeof(*dest), GFP_KERNEL); in audit_list_rules_send()
1184 if (!dest) in audit_list_rules_send()
1186 dest->net = get_net(sock_net(NETLINK_CB(request_skb).sk)); in audit_list_rules_send()
1187 dest->portid = NETLINK_CB(request_skb).portid; in audit_list_rules_send()
1188 skb_queue_head_init(&dest->q); in audit_list_rules_send()
1191 audit_list_rules(seq, &dest->q); in audit_list_rules_send()
1194 tsk = kthread_run(audit_send_list_thread, dest, "audit_send_list"); in audit_list_rules_send()
1196 skb_queue_purge(&dest->q); in audit_list_rules_send()
1197 put_net(dest->net); in audit_list_rules_send()
[all …]
/openbmc/linux/net/mctp/
H A Droute.c67 if (!mctp_address_matches(msk->bind_addr, mh->dest)) in mctp_lookup_bind()
111 if (!mctp_key_match(key, mh->dest, peer, tag)) in mctp_lookup_key()
409 key = mctp_key_alloc(msk, mh->dest, mh->src, in mctp_route_input()
522 if (mctp_neigh_lookup(route->dev, hdr->dest, daddr_buf) == 0) in mctp_route_output()
830 hdr2->dest = hdr->dest; in mctp_do_fragment_route()
960 hdr->dest = daddr; in mctp_local_output()
1133 if (!(mctp_address_unicast(mh->dest) || mctp_address_null(mh->dest) || in mctp_pkttype_receive()
1134 mctp_address_broadcast(mh->dest))) in mctp_pkttype_receive()
1147 rt = mctp_route_lookup(net, cb->net, mh->dest); in mctp_pkttype_receive()
1150 if (!rt && mh->dest == MCTP_ADDR_NULL && skb->pkt_type == PACKET_HOST) in mctp_pkttype_receive()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dwil_crash_dump.c47 int wil_fw_copy_crash_dump(struct wil6210_priv *wil, void *dest, u32 size) in wil_fw_copy_crash_dump() argument
90 wil_memcpy_fromio_32((void * __force)(dest + offset), in wil_fw_copy_crash_dump()
/openbmc/openbmc/meta-security/recipes-security/libgssglue/files/
H A Dlibgssglue-canon-name.patch13 OM_uint32 __gss_copy_namebuf(src, dest)
15 gss_buffer_t *dest;
/openbmc/qemu/hw/ppc/
H A Dspapr_rng.c52 static void random_recv(void *dest, const void *src, size_t size) in random_recv() argument
54 HRandomData *hrdp = dest; in random_recv()
/openbmc/qemu/tests/qemu-iotests/
H A D229.out3 Formatting 'TEST_DIR/t.IMGFMT.dest', fmt=IMGFMT size=2097152
14 'target': 'blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT.dest',
/openbmc/openbmc/poky/meta/lib/oe/
H A Duseradd.py46 …parser.add_argument("-M", "--no-create-home", dest="create_home", help="do not create the user's h…
47 …parser.add_argument("-N", "--no-user-group", dest="user_group", help="do not create a group with t…
/openbmc/linux/drivers/platform/chrome/
H A Dcros_kunit_util.c107 unsigned int bytes, void *dest) in cros_kunit_readmem_mock() argument
111 memcpy(dest, cros_kunit_readmem_mock_data, bytes); in cros_kunit_readmem_mock()
/openbmc/linux/drivers/net/arcnet/
H A Dcapmode.c123 pkt->hard.dest = 0; in build_header()
127 pkt->hard.dest = daddr; in build_header()
180 lp->lastload_dest = hard->dest; in prepare_tx()
/openbmc/u-boot/lib/
H A Dlz4.c69 char* const dest, in LZ4_decompress_generic() argument
86 BYTE* op = (BYTE*) dest; in LZ4_decompress_generic()
235 return (int) (((char*)op)-dest); /* Nb of output bytes decoded */ in LZ4_decompress_generic()
/openbmc/u-boot/examples/api/
H A Dglue.c419 __weak void *memcpy(void *dest, const void *src, size_t size) in memcpy() argument
421 unsigned char *dptr = dest; in memcpy()
428 return dest; in memcpy()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dpackage.py104 dest = get_bb_var('PKGDEST', 'selftest-hardlink')
110 self.assertEqual(os.stat(dest + "/selftest-hardlink" + bindir + "/hello1").st_nlink, 8)
113 sparsestat = os.stat(dest + "/selftest-hardlink" + bindir + "/sparsetest")
/openbmc/qemu/linux-user/hppa/
H A Dsignal.c153 abi_ptr *fdesc, dest; in setup_rt_frame() local
160 __get_user(dest, fdesc); in setup_rt_frame()
163 haddr = dest; in setup_rt_frame()
/openbmc/linux/mm/
H A Dearly_ioremap.c248 void __init copy_from_early_mem(void *dest, phys_addr_t src, unsigned long size) in copy_from_early_mem() argument
259 memcpy(dest, p + slop, clen); in copy_from_early_mem()
261 dest += clen; in copy_from_early_mem()

1...<<21222324252627282930>>...74