Home
last modified time | relevance | path

Searched refs:ipend (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/fs/zfs/
H A Dzfs_fletcher.c39 const uint64_t *ipend = ip + (size / sizeof(uint64_t)); in fletcher_2_endian() local
42 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_endian()
60 const uint32_t *ipend = ip + (size / sizeof(uint32_t)); in fletcher_4_endian() local
63 for (a = b = c = d = 0; ip < ipend; ip++) { in fletcher_4_endian()
/openbmc/linux/net/ceph/
H A Dmessenger.c1221 char delim, const char **ipend) in ceph_pton() argument
1225 …in4_pton(str, len, (u8 *)&((struct sockaddr_in *)&addr->in_addr)->sin_addr.s_addr, delim, ipend)) { in ceph_pton()
1230 …_pton(str, len, (u8 *)&((struct sockaddr_in6 *)&addr->in_addr)->sin6_addr.s6_addr, delim, ipend)) { in ceph_pton()
1243 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_dns_resolve_name() argument
1279 *ipend = end; in ceph_dns_resolve_name()
1288 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_dns_resolve_name() argument
1299 struct ceph_entity_addr *addr, char delim, const char **ipend) in ceph_parse_server_name() argument
1303 ret = ceph_pton(name, namelen, addr, delim, ipend); in ceph_parse_server_name()
1305 ret = ceph_dns_resolve_name(name, namelen, addr, delim, ipend); in ceph_parse_server_name()
1324 const char *ipend; in ceph_parse_ips() local
[all …]
/openbmc/linux/arch/sparc/include/asm/
H A Dleon_amba.h96 u32 ipend; member
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c480 atomic_t ipend; /* Device interrupt is pending */ member
2381 atomic_set(&bus->ipend, 1); in brcmf_sdio_sendfromq()
2547 if (!sdiodev->irq_en && !atomic_read(&bus->ipend)) { in brcmf_sdio_clrintr()
2627 if (atomic_read(&bus->ipend) > 0) { in brcmf_sdio_dpc()
2628 atomic_set(&bus->ipend, 0); in brcmf_sdio_dpc()
2737 atomic_read(&bus->ipend) > 0 || in brcmf_sdio_dpc()
3654 atomic_set(&bus->ipend, 1); in brcmf_sdio_isr()
3699 atomic_set(&bus->ipend, 1); in brcmf_sdio_bus_watchdog()