Home
last modified time | relevance | path

Searched refs:ip (Results 1 – 25 of 1748) sorted by relevance

12345678910>>...70

/linux-6.12.1/sound/soc/sti/
Duniperif.h19 #define GET_UNIPERIF_REG(ip, offset, shift, mask) \ argument
20 ((readl_relaxed(ip->base + offset) >> shift) & mask)
21 #define SET_UNIPERIF_REG(ip, offset, shift, mask, value) \ argument
22 writel_relaxed(((readl_relaxed(ip->base + offset) & \
23 ~(mask << shift)) | (((value) & mask) << shift)), ip->base + offset)
24 #define SET_UNIPERIF_BIT_REG(ip, offset, shift, mask, value) \ argument
25 writel_relaxed((((value) & mask) << shift), ip->base + offset)
31 #define UNIPERIF_SOFT_RST_OFFSET(ip) 0x0000 argument
32 #define GET_UNIPERIF_SOFT_RST(ip) \ argument
33 ((ip)->ver < SND_ST_UNIPERIF_VERSION_UNI_PLR_TOP_1_0 ? \
[all …]
/linux-6.12.1/arch/arm/mach-davinci/
Dsleep.S43 ldr ip, CACHE_FLUSH
44 blx ip
53 ldr ip, [r0, #DDR2_SDRCR_OFFSET]
54 bic ip, ip, #DDR2_SRPD_BIT
55 orr ip, ip, #DDR2_LPMODEN_BIT
56 str ip, [r0, #DDR2_SDRCR_OFFSET]
58 ldr ip, [r0, #DDR2_SDRCR_OFFSET]
59 orr ip, ip, #DDR2_MCLKSTOPEN_BIT
60 str ip, [r0, #DDR2_SDRCR_OFFSET]
62 mov ip, #PHYRDY_CYCLES
[all …]
/linux-6.12.1/arch/arm/lib/
Dio-writesw-armv3.S43 mov ip, r3, lsl #16
44 orr ip, ip, ip, lsr #16
45 str ip, [r0]
47 mov ip, r3, lsr #16
48 orr ip, ip, ip, lsl #16
49 str ip, [r0]
51 mov ip, r4, lsl #16
52 orr ip, ip, ip, lsr #16
53 str ip, [r0]
55 mov ip, r4, lsr #16
[all …]
/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_lwt_seg6local.sh51 ip netns del ${NS1} 2> /dev/null
52 ip netns del ${NS2} 2> /dev/null
53 ip netns del ${NS3} 2> /dev/null
54 ip netns del ${NS4} 2> /dev/null
55 ip netns del ${NS5} 2> /dev/null
56 ip netns del ${NS6} 2> /dev/null
62 ip netns add ${NS1}
63 ip netns add ${NS2}
64 ip netns add ${NS3}
65 ip netns add ${NS4}
[all …]
Dtest_tunnel.sh58 ip netns add at_ns0
59 ip link add veth0 type veth peer name veth1
60 ip link set veth0 netns at_ns0
61 ip netns exec at_ns0 ip addr add 172.16.1.100/24 dev veth0
62 ip netns exec at_ns0 ip link set dev veth0 up
63 ip link set dev veth1 up mtu 1500
64 ip addr add dev veth1 172.16.1.200/24
75 ip netns exec at_ns0 \
76 ip link add dev $DEV_NS type $TYPE seq $tun_key \
78 ip netns exec at_ns0 ip link set dev $DEV_NS up
[all …]
Dtest_lwt_ip_encap.sh112 ip netns add "${NS1}"
113 ip netns add "${NS2}"
114 ip netns add "${NS3}"
117 ip netns exec ${NS1} sysctl -wq net.ipv4.conf.all.rp_filter=0
118 ip netns exec ${NS2} sysctl -wq net.ipv4.conf.all.rp_filter=0
119 ip netns exec ${NS3} sysctl -wq net.ipv4.conf.all.rp_filter=0
120 ip netns exec ${NS1} sysctl -wq net.ipv4.conf.default.rp_filter=0
121 ip netns exec ${NS2} sysctl -wq net.ipv4.conf.default.rp_filter=0
122 ip netns exec ${NS3} sysctl -wq net.ipv4.conf.default.rp_filter=0
125 ip netns exec ${NS1} sysctl -wq net.ipv6.conf.all.accept_dad=0
[all …]
/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/
Drtnetlink.sh49 ip link set dev $swp1 up
50 ip link set dev $swp2 up
57 ip link set dev $swp2 down
58 ip link set dev $swp1 down
67 ip link add name vrf-test type vrf table 10
68 ip link set dev $swp1 master vrf-test
70 ip -4 address add 192.0.2.1/24 dev vrf-test
72 ip -6 address add 2001:db8:1::1/64 dev vrf-test
77 ip link del dev vrf-test
87 ip addr add dev $swp1 192.0.2.1/28
[all …]
/linux-6.12.1/fs/xfs/
Dxfs_inode.h98 static inline bool xfs_inode_on_unlinked_list(const struct xfs_inode *ip) in xfs_inode_on_unlinked_list() argument
100 return ip->i_prev_unlinked != 0; in xfs_inode_on_unlinked_list()
103 static inline bool xfs_inode_has_attr_fork(struct xfs_inode *ip) in xfs_inode_has_attr_fork() argument
105 return ip->i_forkoff > 0; in xfs_inode_has_attr_fork()
110 struct xfs_inode *ip, in xfs_ifork_ptr() argument
115 return &ip->i_df; in xfs_ifork_ptr()
117 if (!xfs_inode_has_attr_fork(ip)) in xfs_ifork_ptr()
119 return &ip->i_af; in xfs_ifork_ptr()
121 return ip->i_cowfp; in xfs_ifork_ptr()
128 static inline unsigned int xfs_inode_fork_boff(struct xfs_inode *ip) in xfs_inode_fork_boff() argument
[all …]
Dxfs_icache.c88 struct xfs_inode *ip; in xfs_inode_alloc() local
94 ip = alloc_inode_sb(mp->m_super, xfs_inode_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_inode_alloc()
96 if (inode_init_always(mp->m_super, VFS_I(ip))) { in xfs_inode_alloc()
97 kmem_cache_free(xfs_inode_cache, ip); in xfs_inode_alloc()
102 VFS_I(ip)->i_mode = 0; in xfs_inode_alloc()
103 mapping_set_folio_min_order(VFS_I(ip)->i_mapping, in xfs_inode_alloc()
107 ASSERT(atomic_read(&ip->i_pincount) == 0); in xfs_inode_alloc()
108 ASSERT(ip->i_ino == 0); in xfs_inode_alloc()
111 ip->i_ino = ino; in xfs_inode_alloc()
112 ip->i_mount = mp; in xfs_inode_alloc()
[all …]
Dxfs_bmap_util.c41 xfs_fsb_to_db(struct xfs_inode *ip, xfs_fsblock_t fsb) in xfs_fsb_to_db() argument
43 if (XFS_IS_REALTIME_INODE(ip)) in xfs_fsb_to_db()
44 return XFS_FSB_TO_BB(ip->i_mount, fsb); in xfs_fsb_to_db()
45 return XFS_FSB_TO_DADDR(ip->i_mount, fsb); in xfs_fsb_to_db()
57 struct xfs_inode *ip, in xfs_zero_extent() argument
61 struct xfs_mount *mp = ip->i_mount; in xfs_zero_extent()
62 struct xfs_buftarg *target = xfs_inode_buftarg(ip); in xfs_zero_extent()
63 xfs_daddr_t sector = xfs_fsb_to_db(ip, start_fsb); in xfs_zero_extent()
106 struct xfs_inode *ip, in xfs_bmap_count_blocks() argument
111 struct xfs_mount *mp = ip->i_mount; in xfs_bmap_count_blocks()
[all …]
Dxfs_inode_item.c43 struct xfs_inode *ip) in xfs_inode_item_precommit_check() argument
45 struct xfs_mount *mp = ip->i_mount; in xfs_inode_item_precommit_check()
55 xfs_inode_to_disk(ip, dip, 0); in xfs_inode_item_precommit_check()
57 fa = xfs_dinode_verify(mp, ip->i_ino, dip); in xfs_inode_item_precommit_check()
59 xfs_inode_verifier_error(ip, -EFSCORRUPTED, __func__, dip, in xfs_inode_item_precommit_check()
67 # define xfs_inode_item_precommit_check(ip) ((void)0) argument
106 struct xfs_inode *ip = iip->ili_inode; in xfs_inode_item_precommit() local
107 struct inode *inode = VFS_I(ip); in xfs_inode_item_precommit()
127 xfs_has_bigtime(ip->i_mount) && in xfs_inode_item_precommit()
128 !xfs_inode_has_bigtime(ip)) { in xfs_inode_item_precommit()
[all …]
Dxfs_inode.c66 struct xfs_inode *ip) in xfs_ilock_data_map_shared() argument
70 if (xfs_need_iread_extents(&ip->i_df)) in xfs_ilock_data_map_shared()
72 xfs_ilock(ip, lock_mode); in xfs_ilock_data_map_shared()
78 struct xfs_inode *ip) in xfs_ilock_attr_map_shared() argument
82 if (xfs_inode_has_attr_fork(ip) && xfs_need_iread_extents(&ip->i_af)) in xfs_ilock_attr_map_shared()
84 xfs_ilock(ip, lock_mode); in xfs_ilock_attr_map_shared()
140 xfs_inode_t *ip, in xfs_ilock() argument
143 trace_xfs_ilock(ip, lock_flags, _RET_IP_); in xfs_ilock()
148 down_write_nested(&VFS_I(ip)->i_rwsem, in xfs_ilock()
151 down_read_nested(&VFS_I(ip)->i_rwsem, in xfs_ilock()
[all …]
Dxfs_iomap.c38 xfs_inode_t *ip, in xfs_alert_fsblock_zero() argument
41 xfs_alert_tag(ip->i_mount, XFS_PTAG_FSBLOCK_ZERO, in xfs_alert_fsblock_zero()
45 (unsigned long long)ip->i_ino, in xfs_alert_fsblock_zero()
50 xfs_bmap_mark_sick(ip, XFS_DATA_FORK); in xfs_alert_fsblock_zero()
56 struct xfs_inode *ip, in xfs_iomap_inode_sequence() argument
62 return READ_ONCE(ip->i_af.if_seq); in xfs_iomap_inode_sequence()
63 if ((iomap_flags & IOMAP_F_SHARED) && ip->i_cowfp) in xfs_iomap_inode_sequence()
64 cookie = (u64)READ_ONCE(ip->i_cowfp->if_seq) << 32; in xfs_iomap_inode_sequence()
65 return cookie | READ_ONCE(ip->i_df.if_seq); in xfs_iomap_inode_sequence()
77 struct xfs_inode *ip = XFS_I(inode); in xfs_iomap_valid() local
[all …]
/linux-6.12.1/tools/testing/selftests/net/forwarding/
Drouter_mpath_nh_res.sh54 ip link set dev $h1 master vrf-h1
56 ip link set dev vrf-h1 up
57 ip link set dev $h1 up
59 ip address add 192.0.2.2/24 dev $h1
60 ip address add 2001:db8:1::2/64 dev $h1
62 ip route add 198.51.100.0/24 vrf vrf-h1 nexthop via 192.0.2.1
63 ip route add 2001:db8:2::/64 vrf vrf-h1 nexthop via 2001:db8:1::1
68 ip route del 2001:db8:2::/64 vrf vrf-h1
69 ip route del 198.51.100.0/24 vrf vrf-h1
71 ip address del 2001:db8:1::2/64 dev $h1
[all …]
Drouter_mpath_nh.sh56 ip link set dev $h1 master vrf-h1
58 ip link set dev vrf-h1 up
59 ip link set dev $h1 up
61 ip address add 192.0.2.2/24 dev $h1
62 ip address add 2001:db8:1::2/64 dev $h1
64 ip route add 198.51.100.0/24 vrf vrf-h1 nexthop via 192.0.2.1
65 ip route add 2001:db8:2::/64 vrf vrf-h1 nexthop via 2001:db8:1::1
70 ip route del 2001:db8:2::/64 vrf vrf-h1
71 ip route del 198.51.100.0/24 vrf vrf-h1
73 ip address del 2001:db8:1::2/64 dev $h1
[all …]
Drouter_bridge_1d_lag.sh118 ip link set dev lag1 addrgenmode none
119 ip link set dev lag1 address $(mac_get $h1)
120 ip link set dev $h1 master lag1
121 ip link set dev $h4 master lag1
123 ip link set dev $h1 up
124 ip link set dev $h4 up
129 ip -4 route add 192.0.2.128/28 vrf vlag1 nexthop via 192.0.2.2
130 ip -6 route add 2001:db8:2::/64 vrf vlag1 nexthop via 2001:db8:1::2
132 ip -4 route add 192.0.2.144/28 vrf vlag1 nexthop via 192.0.2.18
133 ip -6 route add 2001:db8:4::/64 vrf vlag1 nexthop via 2001:db8:3::2
[all …]
/linux-6.12.1/drivers/net/ethernet/sgi/
Dioc3-eth.c109 static void ioc3_start(struct ioc3_private *ip);
110 static inline void ioc3_stop(struct ioc3_private *ip);
113 static void ioc3_free_rx_bufs(struct ioc3_private *ip);
114 static inline void ioc3_clean_tx_ring(struct ioc3_private *ip);
123 static inline int ioc3_alloc_skb(struct ioc3_private *ip, struct sk_buff **skb, in ioc3_alloc_skb() argument
139 d = dma_map_single(ip->dma_dev, new_skb->data, in ioc3_alloc_skb()
142 if (dma_mapping_error(ip->dma_dev, d)) { in ioc3_alloc_skb()
229 struct ioc3_private *ip = netdev_priv(dev); in __ioc3_set_mac_address() local
233 &ip->regs->emar_h); in __ioc3_set_mac_address()
238 &ip->regs->emar_l); in __ioc3_set_mac_address()
[all …]
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_inode_util.c29 struct xfs_inode *ip, in xfs_flags2diflags() argument
34 (ip->i_diflags & XFS_DIFLAG_PREALLOC); in xfs_flags2diflags()
50 if (S_ISDIR(VFS_I(ip)->i_mode)) { in xfs_flags2diflags()
59 } else if (S_ISREG(VFS_I(ip)->i_mode)) { in xfs_flags2diflags()
71 struct xfs_inode *ip, in xfs_flags2diflags2() argument
75 (ip->i_diflags2 & (XFS_DIFLAG2_REFLINK | in xfs_flags2diflags2()
89 struct xfs_inode *ip) in xfs_ip2xflags() argument
93 if (ip->i_diflags & XFS_DIFLAG_ANY) { in xfs_ip2xflags()
94 if (ip->i_diflags & XFS_DIFLAG_REALTIME) in xfs_ip2xflags()
96 if (ip->i_diflags & XFS_DIFLAG_PREALLOC) in xfs_ip2xflags()
[all …]
Dxfs_inode_fork.c35 struct xfs_inode *ip, in xfs_init_local_fork() argument
40 struct xfs_ifork *ifp = xfs_ifork_ptr(ip, whichfork); in xfs_init_local_fork()
50 zero_terminate = S_ISLNK(VFS_I(ip)->i_mode); in xfs_init_local_fork()
75 struct xfs_inode *ip, in xfs_iformat_local() argument
85 if (unlikely(size > XFS_DFORK_SIZE(dip, ip->i_mount, whichfork))) { in xfs_iformat_local()
86 xfs_warn(ip->i_mount, in xfs_iformat_local()
88 (unsigned long long) ip->i_ino, size, in xfs_iformat_local()
89 XFS_DFORK_SIZE(dip, ip->i_mount, whichfork)); in xfs_iformat_local()
90 xfs_inode_verifier_error(ip, -EFSCORRUPTED, in xfs_iformat_local()
93 xfs_inode_mark_sick(ip, XFS_SICK_INO_CORE); in xfs_iformat_local()
[all …]
/linux-6.12.1/tools/testing/selftests/net/
Damt.sh87 ip netns delete "${ns}" 2>/dev/null || true
100 ip netns add "${LISTENER}" || exit_cleanup
101 ip netns add "${GATEWAY}" || exit_cleanup "${LISTENER}"
102 ip netns add "${RELAY}" || exit_cleanup "${LISTENER}" "${GATEWAY}"
103 ip netns add "${SOURCE}" || exit_cleanup "${LISTENER}" "${GATEWAY}" \
117 ip -netns "${ns}" link set dev lo up
120 ip link add l_gw type veth peer name gw_l
121 ip link add gw_relay type veth peer name relay_gw
122 ip link add relay_src type veth peer name src_relay
124 ip link set l_gw netns "${LISTENER}" up
[all …]
Dtraceroute.sh50 out=$(eval ip netns exec ${ns} ${cmd} 2>&1)
74 ip netns exec ${ns} ip addr add dev lo ${addr}
77 ip netns exec ${ns} ip -6 addr add dev lo ${addr6}
80 ip netns exec ${ns} ip ro add unreachable default metric 8192
81 ip netns exec ${ns} ip -6 ro add unreachable default metric 8192
83 ip netns exec ${ns} sysctl -qw net.ipv4.ip_forward=1
84 ip netns exec ${ns} sysctl -qw net.ipv6.conf.all.keep_addr_on_down=1
85 ip netns exec ${ns} sysctl -qw net.ipv6.conf.all.forwarding=1
86 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.forwarding=1
87 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.accept_dad=0
[all …]
/linux-6.12.1/tools/testing/selftests/net/netfilter/
Dipvs.sh61 ip link add veth01 netns "${ns0}" type veth peer name veth10 netns "${ns1}"
62 ip link add veth02 netns "${ns0}" type veth peer name veth20 netns "${ns2}"
63 ip link add veth12 netns "${ns1}" type veth peer name veth21 netns "${ns2}"
65 ip netns exec "${ns0}" ip link set veth01 up
66 ip netns exec "${ns0}" ip link set veth02 up
67 ip netns exec "${ns0}" ip link add br0 type bridge
68 ip netns exec "${ns0}" ip link set veth01 master br0
69 ip netns exec "${ns0}" ip link set veth02 master br0
70 ip netns exec "${ns0}" ip link set br0 up
71 ip netns exec "${ns0}" ip addr add "${cip_v4}/24" dev br0
[all …]
/linux-6.12.1/lib/zstd/compress/
Dzstd_double_fast.c25 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillDoubleHashTable() local
33 for (; ip + fastHashFillStep - 1 <= iend; ip += fastHashFillStep) { in ZSTD_fillDoubleHashTable()
34 U32 const curr = (U32)(ip - base); in ZSTD_fillDoubleHashTable()
37 size_t const smHash = ZSTD_hashPtr(ip + i, hBitsS, mls); in ZSTD_fillDoubleHashTable()
38 size_t const lgHash = ZSTD_hashPtr(ip + i, hBitsL, 8); in ZSTD_fillDoubleHashTable()
92 const BYTE* ip = istart; /* the current position */ in ZSTD_compressBlock_doubleFast_noDict_generic() local
98 ip += ((ip - prefixLowest) == 0); in ZSTD_compressBlock_doubleFast_noDict_generic()
100 U32 const current = (U32)(ip - base); in ZSTD_compressBlock_doubleFast_noDict_generic()
110 nextStep = ip + kStepIncr; in ZSTD_compressBlock_doubleFast_noDict_generic()
111 ip1 = ip + step; in ZSTD_compressBlock_doubleFast_noDict_generic()
[all …]
/linux-6.12.1/tools/testing/selftests/drivers/net/bonding/
Dlag_lib.sh17 ip link add dummy1 type dummy
18 ip link add dummy2 type dummy
21 ip link add "$name" up type bond mode "$mode"
22 ip link set dev dummy1 master "$name"
23 ip link set dev dummy2 master "$name"
40 ip link set dev "$name" up
48 ip link add mv0 link "$name" up address "$ucaddr" type macvlan
50 ip address add "$addr6" dev "$name"
62 ip link set dev "$name" down
63 ip link del "$name"
[all …]
/linux-6.12.1/drivers/gpu/drm/lima/
Dlima_pp.c18 #define pp_write(reg, data) writel(data, ip->iomem + reg)
19 #define pp_read(reg) readl(ip->iomem + reg)
21 static void lima_pp_handle_irq(struct lima_ip *ip, u32 state) in lima_pp_handle_irq() argument
23 struct lima_device *dev = ip->dev; in lima_pp_handle_irq()
30 lima_ip_name(ip), state, status); in lima_pp_handle_irq()
43 struct lima_ip *ip = data; in lima_pp_irq_handler() local
44 struct lima_device *dev = ip->dev; in lima_pp_irq_handler()
52 lima_pp_handle_irq(ip, state); in lima_pp_irq_handler()
76 struct lima_ip *ip = pipe->processor[i]; in lima_pp_bcast_irq_handler() local
89 lima_pp_handle_irq(ip, state); in lima_pp_bcast_irq_handler()
[all …]

12345678910>>...70