Home
last modified time | relevance | path

Searched refs:ip (Results 551 – 575 of 2033) sorted by relevance

1...<<21222324252627282930>>...82

/openbmc/linux/fs/xfs/
H A Dxfs_export.c112 xfs_inode_t *ip; in xfs_nfs_get_inode() local
126 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip); in xfs_nfs_get_inode()
154 if (xfs_inode_unlinked_incomplete(ip)) { in xfs_nfs_get_inode()
155 error = xfs_inode_reload_unlinked(ip); in xfs_nfs_get_inode()
158 xfs_irele(ip); in xfs_nfs_get_inode()
163 if (VFS_I(ip)->i_generation != generation) { in xfs_nfs_get_inode()
164 xfs_irele(ip); in xfs_nfs_get_inode()
168 return VFS_I(ip); in xfs_nfs_get_inode()
/openbmc/u-boot/drivers/video/
H A Dmx3fb.c343 struct chan_param_mem_interleaved ip; member
472 params->ip.bpp = 2; in ipu_ch_param_set_size()
473 params->ip.pfs = 4; in ipu_ch_param_set_size()
474 params->ip.npb = 7; in ipu_ch_param_set_size()
476 params->ip.ofs0 = 0; /* Red bit offset */ in ipu_ch_param_set_size()
477 params->ip.ofs1 = 5; /* Green bit offset */ in ipu_ch_param_set_size()
485 params->ip.bpp = 1; /* 24 BPP & RGB PFS */ in ipu_ch_param_set_size()
486 params->ip.pfs = 4; in ipu_ch_param_set_size()
487 params->ip.npb = 7; in ipu_ch_param_set_size()
489 params->ip.ofs0 = 16; /* Red bit offset */ in ipu_ch_param_set_size()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c548 struct ip_v4 *ip; in amdgpu_discovery_read_harvest_bit_per_ip() local
597 ip_offset += struct_size(ip, base_address_64, ip->num_base_address); in amdgpu_discovery_read_harvest_bit_per_ip()
599 ip_offset += struct_size(ip, base_address, ip->num_base_address); in amdgpu_discovery_read_harvest_bit_per_ip()
963 struct ip_v4 *ip; in amdgpu_discovery_sysfs_ips() local
1209 struct ip_v4 *ip; in amdgpu_discovery_reg_base_init() local
1263 ip->major, ip->minor, in amdgpu_discovery_reg_base_init()
1264 ip->revision); in amdgpu_discovery_reg_base_init()
1332 ip->base_address[k] = le32_to_cpu(ip->base_address[k]); in amdgpu_discovery_reg_base_init()
1353 IP_VERSION(ip->major, ip->minor, ip->revision); in amdgpu_discovery_reg_base_init()
1359 ip_offset += struct_size(ip, base_address_64, ip->num_base_address); in amdgpu_discovery_reg_base_init()
[all …]
H A Damdgpu_vcn.h81 #define RREG32_SOC15_DPG_MODE_1_0(ip, inst_idx, reg, mask, sram_sel) \ argument
82 ({ WREG32_SOC15(ip, inst_idx, mmUVD_DPG_LMA_MASK, mask); \
83 WREG32_SOC15(ip, inst_idx, mmUVD_DPG_LMA_CTL, \
85 ((adev->reg_offset[ip##_HWIP][inst_idx][reg##_BASE_IDX] + reg) \
88 RREG32_SOC15(ip, inst_idx, mmUVD_DPG_LMA_DATA); \
93 WREG32_SOC15(ip, inst_idx, mmUVD_DPG_LMA_DATA, value); \
94 WREG32_SOC15(ip, inst_idx, mmUVD_DPG_LMA_MASK, mask); \
95 WREG32_SOC15(ip, inst_idx, mmUVD_DPG_LMA_CTL, \
97 ((adev->reg_offset[ip##_HWIP][inst_idx][reg##_BASE_IDX] + reg) \
102 #define SOC15_DPG_MODE_OFFSET(ip, inst_idx, reg) \ argument
[all …]
/openbmc/linux/fs/xfs/scrub/
H A Ddir.c40 struct xfs_inode *ip, in xchk_dir_check_ftype() argument
51 if (xfs_mode_to_ftype(VFS_I(ip)->i_mode) != ftype) in xchk_dir_check_ftype()
71 struct xfs_inode *ip; in xchk_dir_actor() local
128 error = xchk_iget(sc, ino, &ip); in xchk_dir_actor()
137 xchk_dir_check_ftype(sc, offset, ip, name->type); in xchk_dir_actor()
138 xchk_irele(sc, ip); in xchk_dir_actor()
532 error = xfs_dir3_data_read(sc->tp, sc->ip, in xchk_directory_leaf1_bestfree()
598 error = xfs_dir3_data_read(sc->tp, sc->ip, in xchk_directory_free_bestfree()
622 .dp = sc ->ip, in xchk_directory_blocks()
760 if (!S_ISDIR(VFS_I(sc->ip)->i_mode)) in xchk_directory()
[all …]
/openbmc/linux/arch/arm/mm/
H A Dproc-feroceon.S94 mov ip, #0
96 mcr p15, 0, ip, c7, c10, 4 @ drain WB
101 bic ip, ip, #0x000f @ ............wcam
102 bic ip, ip, #0x1100 @ ...i...s........
152 1: orr ip, r1, r3
154 subs ip, ip, #(1 << 30) @ next way
160 mov ip, #0
162 mcrne p15, 0, ip, c7, c10, 4 @ drain WB
190 mov ip, #0
191 mcrne p15, 0, ip, c7, c10, 4 @ drain WB
[all …]
H A Dcache-fa.S62 mov ip, #0
65 mcr p15, 0, ip, c7, c14, 0 @ clean/invalidate D cache
67 mcrne p15, 0, ip, c7, c5, 0 @ invalidate I cache
68 mcrne p15, 0, ip, c7, c5, 6 @ invalidate BTB
69 mcrne p15, 0, ip, c7, c10, 4 @ drain write buffer
70 mcrne p15, 0, ip, c7, c5, 4 @ prefetch flush
84 mov ip, #0
96 mcrne p15, 0, ip, c7, c5, 6 @ invalidate BTB
97 mcrne p15, 0, ip, c7, c10, 4 @ data write barrier
98 mcrne p15, 0, ip, c7, c5, 4 @ prefetch flush
H A Dproc-arm946.S56 mov ip, #0
57 mcr p15, 0, ip, c7, c5, 0 @ flush I cache
58 mcr p15, 0, ip, c7, c6, 0 @ flush D cache
59 mcr p15, 0, ip, c7, c10, 4 @ drain WB
60 mrc p15, 0, ip, c1, c0, 0 @ ctrl register
61 bic ip, ip, #0x00000005 @ .............c.p
62 bic ip, ip, #0x00001000 @ i-cache
100 mov ip, #0
115 mcrne p15, 0, ip, c7, c10, 4 @ drain WB
130 mov ip, #0
[all …]
H A Dproc-xscale.S160 mcr p15, 0, ip, c8, c7, 0 @ invalidate I & D TLBs
211 mov ip, #0
231 mov ip, #0
244 mcrne p15, 0, ip, c7, c5, 6 @ Invalidate BTB
477 cpwait_ret lr, ip
516 adr ip, cpu_xscale_mt_table
517 ldr ip, [ip, r1]
519 orr r2, r2, ip
545 mov ip, #0
546 mcr p15, 0, ip, c8, c7, 0 @ invalidate I & D TLBs
[all …]
/openbmc/linux/include/trace/events/
H A Drpm.h85 TP_PROTO(struct device *dev, unsigned long ip, int ret),
86 TP_ARGS(dev, ip, ret),
90 __field( unsigned long, ip )
96 __entry->ip = ip;
100 TP_printk("%pS:%s ret=%d", (void *)__entry->ip, __get_str(name),
/openbmc/linux/arch/alpha/kernel/
H A Dsmc37c669.c2330 struct INODE *ip;
2336 ip->misc = 0;
2349 ip = fp->ip;
2352 if ( ip->misc ) {
2356 ip->misc++;
2371 ip = fp->ip;
2373 INODE_LOCK( ip );
2374 ip->misc--;
2375 INODE_UNLOCK( ip );
2390 ip = fp->ip;
[all …]
/openbmc/u-boot/arch/arm/lib/
H A Dsetjmp.S17 mov ip, sp
18 stm a1, {v1-v8, ip, lr}
26 ldm a1, {v1-v8, ip, lr}
27 mov sp, ip
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond_topo_3d1c.sh38 ip -n ${s_ns} link add eth${i} type veth peer name s${i} netns ${g_ns}
39 ip -n ${g_ns} link set s${i} up
40 ip -n ${g_ns} link set s${i} master br0
41 ip -n ${s_ns} link set eth${i} master bond0
/openbmc/linux/net/netfilter/
H A Dxt_HMARK.c253 struct iphdr *ip, _ip; in hmark_pkt_set_htuple_ipv4() local
256 ip = (struct iphdr *) (skb->data + nhoff); in hmark_pkt_set_htuple_ipv4()
257 if (ip->protocol == IPPROTO_ICMP) { in hmark_pkt_set_htuple_ipv4()
259 if (get_inner_hdr(skb, ip->ihl * 4, &nhoff)) { in hmark_pkt_set_htuple_ipv4()
260 ip = skb_header_pointer(skb, nhoff, sizeof(_ip), &_ip); in hmark_pkt_set_htuple_ipv4()
261 if (ip == NULL) in hmark_pkt_set_htuple_ipv4()
266 t->src = ip->saddr & info->src_mask.ip; in hmark_pkt_set_htuple_ipv4()
267 t->dst = ip->daddr & info->dst_mask.ip; in hmark_pkt_set_htuple_ipv4()
272 t->proto = ip->protocol; in hmark_pkt_set_htuple_ipv4()
279 if (ip_is_fragment(ip)) in hmark_pkt_set_htuple_ipv4()
[all …]
/openbmc/linux/arch/arm/lib/
H A Dclear_user.S27 ands ip, r0, #3
29 cmp ip, #2
33 rsb ip, ip, #4
34 sub r1, r1, ip @ 7 6 5 4 3 2 1
H A Dcsumpartialcopyuser.S18 mrc p15, 0, ip, c3, c0, 0
19 stmfd sp!, {r1, r2, r4 - r8, ip, lr}
20 uaccess_enable ip
24 ldmfd sp!, {r1, r2, r4 - r8, ip, lr}
25 mcr p15, 0, ip, c3, c0, 0
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Drif_mac_profile_scale.sh29 ip -b $batch_file &> /dev/null
59 ip link set $h1 up
60 ip link set $h2 up
67 ip link set $h2 down
68 ip link set $h1 down
/openbmc/linux/drivers/scsi/
H A Dqlogicfas408.c496 sector_t capacity, int ip[]) in DEF_SCSI_QCMD()
499 ip[0] = 0x40; in DEF_SCSI_QCMD()
500 ip[1] = 0x20; in DEF_SCSI_QCMD()
501 ip[2] = (unsigned long) capacity / (ip[0] * ip[1]); in DEF_SCSI_QCMD()
502 if (ip[2] > 1024) { in DEF_SCSI_QCMD()
503 ip[0] = 0xff; in DEF_SCSI_QCMD()
504 ip[1] = 0x3f; in DEF_SCSI_QCMD()
505 ip[2] = (unsigned long) capacity / (ip[0] * ip[1]); in DEF_SCSI_QCMD()
507 if (ip[2] > 1023) in DEF_SCSI_QCMD()
508 ip[2] = 1023; in DEF_SCSI_QCMD()
/openbmc/linux/net/netfilter/ipset/
H A DKconfig29 tristate "bitmap:ip set support"
32 This option adds the bitmap:ip set type support, by which one
38 tristate "bitmap:ip,mac set support"
56 tristate "hash:ip set support"
59 This option adds the hash:ip set type support, by which one
66 tristate "hash:ip,mark set support"
75 tristate "hash:ip,port set support"
84 tristate "hash:ip,port,ip set support"
87 This option adds the hash:ip,port,ip set type support, by which
94 tristate "hash:ip,port,net set support"
[all …]
/openbmc/linux/lib/zstd/decompress/
H A Dzstd_decompress_block.c666 nbSeq = *ip++; in ZSTD_decodeSeqHeaders()
676 ip+=2; in ZSTD_decodeSeqHeaders()
689 ip++; in ZSTD_decodeSeqHeaders()
694 ip, iend-ip, in ZSTD_decodeSeqHeaders()
706 ip, iend-ip, in ZSTD_decodeSeqHeaders()
718 ip, iend-ip, in ZSTD_decodeSeqHeaders()
729 return ip-istart; in ZSTD_decodeSeqHeaders()
772 *ip -= sub2; in ZSTD_overlapCopy8()
776 *ip += 8; in ZSTD_overlapCopy8()
1347 ERR_isError(BIT_initDStream(&seqState.DStream, ip, iend-ip)),
[all …]
/openbmc/linux/net/openvswitch/
H A Dflow.c402 key->ip.proto = NEXTHDR_NONE; in parse_ipv6hdr()
403 key->ip.tos = ipv6_get_dsfield(nh); in parse_ipv6hdr()
404 key->ip.ttl = nh->hop_limit; in parse_ipv6hdr()
430 key->ip.proto = nexthdr; in parse_ipv6hdr()
694 memset(&key->ip, 0, sizeof(key->ip)); in key_extract_l3l4()
707 key->ip.proto = nh->protocol; in key_extract_l3l4()
708 key->ip.tos = nh->tos; in key_extract_l3l4()
709 key->ip.ttl = nh->ttl; in key_extract_l3l4()
780 key->ip.proto = 0; in key_extract_l3l4()
787 memset(&key->ip, 0, sizeof(key->ip)); in key_extract_l3l4()
[all …]
/openbmc/linux/Documentation/admin-guide/nfs/
H A Dnfsroot.rst88 ip=<client-ip>:<server-ip>:<gw-ip>:<netmask>:<hostname>:<device>:<autoconf>:<dns0-ip>:<dns1-ip>:<nt…
102 "ip=off" or "ip=none", no autoconfiguration will take place, otherwise
104 is "ip=dhcp".
106 <client-ip> IP address of the client.
109 <server-ip> IP address of the NFS server.
184 See <dns0-ip>.
204 bootserver <server-ip> (NFS server IP)
208 <ntp0-ip> (NTP server IP)
209 <ntp1-ip> (NTP server IP)
210 <ntp2-ip> (NTP server IP)
[all …]
/openbmc/linux/tools/perf/util/
H A Dthread-stack.c536 chain->ips[1] = ip; in thread_stack__sample()
554 chain->ips[i] = ip; in thread_stack__sample()
605 chain->ips[nr] = ip; in thread_stack__sample_late()
703 if (ip < kernel_start) { in thread_stack__br_sample_late()
867 u64 ip; in thread_stack__bottom() local
869 if (sample->ip) { in thread_stack__bottom()
870 ip = sample->ip; in thread_stack__bottom()
873 ip = sample->addr; in thread_stack__bottom()
917 u64 ip = sample->ip; in thread_stack__no_call_return() local
920 if (ip >= ks && addr < ks) { in thread_stack__no_call_return()
[all …]
/openbmc/linux/fs/jfs/
H A Djfs_metapage.h135 #define invalidate_pxd_metapages(ip, pxd) \ argument
136 __invalidate_metapages((ip), addressPXD(&(pxd)), lengthPXD(&(pxd)))
137 #define invalidate_dxd_metapages(ip, dxd) \ argument
138 __invalidate_metapages((ip), addressDXD(&(dxd)), lengthDXD(&(dxd)))
139 #define invalidate_xad_metapages(ip, xad) \ argument
140 __invalidate_metapages((ip), addressXAD(&(xad)), lengthXAD(&(xad)))
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/
H A Dtest_bridge_fdb_stress.sh27 ip link del br0
34 ip link del br0 2>&1 >/dev/null || :
35 ip link add br0 type bridge && ip link set $eth master br0

1...<<21222324252627282930>>...82