Home
last modified time | relevance | path

Searched refs:dest (Results 1776 – 1800 of 1843) sorted by relevance

1...<<71727374

/openbmc/linux/sound/soc/codecs/
H A Dmadera.c368 u32 *dest, int n_max, in madera_get_variable_u32_array() argument
391 ret = device_property_read_u32_array(dev, propname, dest, n); in madera_get_variable_u32_array()
/openbmc/linux/drivers/soc/tegra/
H A Dpmc.c2506 const struct cpumask *dest, in tegra_irq_set_affinity_parent() argument
2510 return irq_chip_set_affinity_parent(data, dest, force); in tegra_irq_set_affinity_parent()
/openbmc/linux/net/core/
H A Dpktgen.c2938 udph->dest = htons(pkt_dev->cur_udp_dst); in fill_packet_ipv4()
3071 udph->dest = htons(pkt_dev->cur_udp_dst); in fill_packet_ipv6()
/openbmc/linux/net/ipv4/
H A Droute.c3176 udph->dest = dport; in inet_rtm_getroute_build_skb()
3186 tcph->dest = dport; in inet_rtm_getroute_build_skb()
H A Dtcp_output.c1339 th->dest = inet->inet_dport; in __tcp_transmit_skb()
3715 th->dest = ireq->ir_rmt_port; in tcp_make_synack()
H A Dtcp.c4524 daddr, ntohs(th->dest), in tcp_inbound_md5_hash()
4531 daddr, ntohs(th->dest), l3index); in tcp_inbound_md5_hash()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c2344 struct ethtool_eee *dest = &tp->eee; in tg3_eee_pull_config() local
2350 dest = eee; in tg3_eee_pull_config()
2358 dest->eee_active = 1; in tg3_eee_pull_config()
2360 dest->eee_active = 0; in tg3_eee_pull_config()
2365 dest->lp_advertised = mmd_eee_adv_to_ethtool_adv_t(val); in tg3_eee_pull_config()
2370 dest->eee_enabled = !!val; in tg3_eee_pull_config()
2371 dest->advertised = mmd_eee_adv_to_ethtool_adv_t(val); in tg3_eee_pull_config()
2375 dest->tx_lpi_enabled = !!(val & TG3_CPMU_EEEMD_LPI_IN_TX); in tg3_eee_pull_config()
2378 dest->tx_lpi_timer = tr32(TG3_CPMU_EEE_DBTMR1) & 0xffff; in tg3_eee_pull_config()
/openbmc/linux/drivers/net/
H A DKconfig206 and packets will be delivered based on the dest L3 (IPv6/IPv4 addr)
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn316/
H A Ddcn316_resource.c1639 pipes[pipe_cnt].pipe.dest.vfront_porch = timing->v_front_porch; in dcn316_populate_dml_pipes_from_context()
/openbmc/linux/net/bridge/
H A Dbr_private.h1012 struct br_mcast_stats *dest);
/openbmc/linux/drivers/net/ethernet/neterion/
H A Ds2io.c4055 ntohs(th->dest)) & in s2io_xmit()
4062 ntohs(th->dest)) & in s2io_xmit()
8208 (lro->tcph->dest != tcp->dest)) in check_for_socket_match()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.c516 void *dest) in cudbg_read_vpd_reg() argument
524 rc = pci_read_vpd(padap->pdev, vaddr, len, dest); in cudbg_read_vpd_reg()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch121 -/* Horizontal flip; done in-place, so no separate dest array is required */
163 +/* Horizontal flip; done in-place, so no separate dest array is required.
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c1312 (l4.udp->dest == htons(IANA_VXLAN_UDP_PORT) || in hns3_tunnel_csum_bug()
1313 l4.udp->dest == htons(GENEVE_UDP_PORT) || in hns3_tunnel_csum_bug()
1314 l4.udp->dest == htons(IANA_VXLAN_GPE_UDP_PORT)))) in hns3_tunnel_csum_bug()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_action.c1200 struct mlx5dr_action *dest_action = dests[i].dest; in mlx5dr_action_create_mult_dest_tbl()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn315/
H A Ddcn315_resource.c1688 pipes[pipe_cnt].pipe.dest.vfront_porch = timing->v_front_porch; in dcn315_populate_dml_pipes_from_context()
/openbmc/linux/net/ipv6/
H A Dndisc.c1763 .dest = ipv6_hdr(skb)->daddr, in ndisc_send_redirect()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch46640 + dest->format = src->format;
46641 + dest->width = src->width;
46642 + dest->height = src->height;
46651 + i != dest->height;
46657 + i != dest->height / 2;
46663 + i != dest->height / 2;
46669 + return dest->buf[0];
63027 +// uint8_t * dest, : x0
63440 +// uint8_t * dest,
63451 +// uint8_t * dest, : x0
[all …]
/openbmc/qemu/target/i386/
H A Dops_sse.h916 static inline uint64_t helper_insertq(uint64_t dest, uint64_t src, int shift, int len) in helper_insertq() argument
925 return (dest & ~(mask << shift)) | ((src & mask) << shift); in helper_insertq()
/openbmc/linux/drivers/crypto/bcm/
H A Dcipher.c737 u8 *dest = rctx->hash_carry + rctx->hash_carry_len; in handle_ahash_req() local
747 sg_copy_part_to_buf(req->src, dest, new_len, in handle_ahash_req()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c5354 static void ipw_copy_rates(struct ipw_supported_rates *dest, in ipw_copy_rates() argument
5359 dest->supported_rates[i] = src->supported_rates[i]; in ipw_copy_rates()
5360 dest->num_rates = src->num_rates; in ipw_copy_rates()
7328 eth_broadcast_addr(priv->assoc_request.dest); in ipw_associate_network()
7331 memcpy(priv->assoc_request.dest, network->bssid, ETH_ALEN); in ipw_associate_network()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_resource.c1672 pipes[pipe_cnt].pipe.dest.vfront_porch = timing->v_front_porch; in dcn31_populate_dml_pipes_from_context()
/openbmc/linux/net/mac80211/
H A Dieee80211_i.h2073 const u8 *dest, __be16 proto, bool unencrypted,
/openbmc/linux/include/net/
H A Dmac80211.h5122 struct ieee80211_tx_rate *dest,
/openbmc/openbmc/poky/meta/classes-global/
H A Dinsane.bbclass1118 dest = d.getVar('PKGDEST')
1120 home = os.path.join(dest, name, 'home')

1...<<71727374