Searched refs:v4 (Results 126 - 150 of 194) sorted by relevance

12345678

/linux-master/drivers/staging/rtl8723bs/hal/
H A DHalHWImg8723B_BB.c566 u32 v4 = Array[i+3]; local
568 odm_ConfigBB_PHY_REG_PG_8723B(pDM_Odm, v1, v2, v3, v4);
/linux-master/net/sctp/
H A Dendpointola.c257 (htons(ep->base.bind_addr.port) == laddr->v4.sin_port)) {
H A Dsocket.c394 snum = ntohs(addr->v4.sin_port);
431 addr->v4.sin_port = htons(snum);
600 af = sctp_get_af_specific(addr->v4.sin_family);
633 af = sctp_get_af_specific(addr->v4.sin_family);
716 if (sa_addr->v4.sin_port &&
717 sa_addr->v4.sin_port != htons(bp->port)) {
722 if (!sa_addr->v4.sin_port)
723 sa_addr->v4.sin_port = htons(bp->port);
804 af = sctp_get_af_specific(laddr->v4.sin_family);
837 asoc->asconf_addr_del_pending->v4
[all...]
/linux-master/include/net/sctp/
H A Dstructs.h54 struct sockaddr_in v4; member in union:sctp_addr
349 struct sctp_ipv4addr_param v4; member in union:sctp_addr_param
363 struct sctp_ipv4addr_param *v4; member in union:sctp_params
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e.h309 } v4; member in union:i40e_cloud_filter::__anon136
317 #define dst_ipv4 ip.v4.dst_ip.s_addr
318 #define src_ipv4 ip.v4.src_ip.s_addr
H A Di40e_txrx.c376 * @ipv4: true is v4, false is v6
424 * @ipv4: true is v4, false is v6
478 * @ipv4: true is v4, false is v6
527 * @ipv4: true is v4, false is v6
3122 struct iphdr *v4; member in union:__anon140
3154 if (ip.v4->version == 4) {
3155 ip.v4->tot_len = 0;
3156 ip.v4->check = 0;
3188 if (ip.v4->version == 4) {
3189 ip.v4
3288 struct iphdr *v4; member in union:__anon142
[all...]
/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c4337 u8 reg, v1, v2, v3, v4, v5, v6, v7, v8; local
4358 v4 = 0x44; v5 = 0x42;
4361 v4 = 0x68; v5 = 0x43; /* Assume 125Mhz ECLK */
4369 v4 = bios[rindex++];
4377 SiS_SetReg(SISSR, 0x2e, v4);
4388 v1 = 0x01; v2 = 0x43; v3 = 0x1e; v4 = 0x2a;
4395 v4 = bios[memtype + 24];
4406 SiS_SetReg(SISSR, 0x18, v4);
4451 v4 = 0x00; v5 = 0x00; v6 = 0x10;
4453 v4
5095 u8 v1, v2, v3, v4, v5, reg, ramtype; local
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsk_lookup.c346 struct sockaddr_in v4 = *(struct sockaddr_in *)ss; local
349 v6->sin6_port = v4.sin_port;
352 memcpy(&v6->sin6_addr.s6_addr[12], &v4.sin_addr.s_addr, 4);
1198 if (test__start_subtest("narrow access to ctx v4"))
/linux-master/arch/arm64/crypto/
H A Dsm4-ce-gcm-core.S242 #define RR0 v4
626 rbit v7.16b, v4.16b
639 eor v1.16b, v1.16b, v4.16b
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c1072 struct iphdr *v4; member in union:__anon664
1079 proto = (ip.v4->version == 4) ? ip.v4->protocol :
/linux-master/include/linux/
H A Dfilter.h1409 } v4; member in struct:bpf_sk_lookup_kern
1490 .v4.saddr = saddr,
1491 .v4.daddr = daddr,
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c1336 struct iphdr *v4; member in union:__anon1048
1362 if (ip.v4->version == 4)
1367 proto = (ip.v4->version == 4) ? ip.v4->protocol :
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h520 void cxgb4_get_tcp_stats(struct pci_dev *pdev, struct tp_tcp_stats *v4,
/linux-master/arch/arm/include/asm/
H A Dtlbflush.h54 * v4 - ARMv4 without write buffer
58 * fa - Faraday (v4 with write buffer with UTLB)
77 # define _TLB v4
/linux-master/tools/testing/selftests/net/
H A Dnettest.c105 struct sockaddr_in v4; member in union:sock_args::__anon3731
320 sin.sin_addr = args->md5_prefix.v4.sin_addr;
801 args->md5_prefix.v4.sin_family = AF_INET;
802 addr = &args->md5_prefix.v4.sin_addr;
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_cm.c1360 bool p2p_mode = peer_to_peer, v4 = true; local
1372 v4 = false;
1381 if ((v4 && to_sockaddr_in(id->remote_addr).sin_port != 0) ||
1394 rv = sock_create(v4 ? AF_INET : AF_INET6, SOCK_STREAM, IPPROTO_TCP, &s);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.c990 struct _COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_V4 v4; member in union:get_clock_dividers
1059 args.v4.ulClock = cpu_to_le32(clock); /* 10 khz */
1064 dividers->post_divider = dividers->post_div = args.v4.ucPostDiv;
1065 dividers->real_clock = le32_to_cpu(args.v4.ulClock);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c1984 u32 v1, v2, v3, v4, v5, v6; local
2003 v4 = array[i+3];
2009 (v4 == 0xfe || v4 == 0xffe)) {
2015 if (v4 == 0xfe)
2017 else if (v4 == 0xfd)
2019 else if (v4 == 0xfc)
2021 else if (v4 == 0xfb)
2023 else if (v4 == 0xfa)
2025 else if (v4
[all...]
/linux-master/net/ipv4/
H A Dtcp_metrics.c796 unsigned int *hash, int optional, int v4, int v6)
800 a = info->attrs[v4];
795 __parse_nl_addr(struct genl_info *info, struct inetpeer_addr *addr, unsigned int *hash, int optional, int v4, int v6) argument
/linux-master/arch/arm/boot/dts/allwinner/
H A DMakefile203 sun8i-a23-gt90h-v4.dtb \
265 sun8i-a23-gt90h-v4.dtb \
/linux-master/scripts/dtc/include-prefixes/arm/allwinner/
H A DMakefile203 sun8i-a23-gt90h-v4.dtb \
265 sun8i-a23-gt90h-v4.dtb \
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun.c728 attr.fl.fl4.saddr = esw_attr->rx_tun_attr->dst_ip.v4;
729 attr.fl.fl4.daddr = esw_attr->rx_tun_attr->src_ip.v4;
/linux-master/drivers/irqchip/
H A DMakefile34 obj-$(CONFIG_ARM_GIC_V3_ITS) += irq-gic-v3-its.o irq-gic-v3-its-platform-msi.o irq-gic-v4.o
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c2008 struct iphdr *v4; member in union:__anon574
2036 if (ip.v4->version == 4) {
2038 unsigned char *trans_start = ip.hdr + (ip.v4->ihl * 4);
2043 ip.v4->check = csum_fold(csum_partial(trans_start,
2048 ip.v4->tot_len = 0;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_l4lb.c407 vip.daddr.v4 = pckt.dst;

Completed in 340 milliseconds

12345678