Home
last modified time | relevance | path

Searched refs:next_addr (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fwdump.c73 u32 addr, in, out, next_addr; in mlx5_fwdump_prep() local
122 next_addr = MLX5_VSC_GET(vsc_addr, &out, address); in mlx5_fwdump_prep()
123 if (next_addr == 0 || next_addr == addr) in mlx5_fwdump_prep()
125 if (next_addr != addr + 4) in mlx5_fwdump_prep()
127 addr = next_addr; in mlx5_fwdump_prep()
156 next_addr = MLX5_VSC_GET(vsc_addr, &out, address); in mlx5_fwdump_prep()
157 if (next_addr == 0 || next_addr == addr) in mlx5_fwdump_prep()
159 if (next_addr != addr + 4) { in mlx5_fwdump_prep()
166 mdev->dump_rege[i].addr = next_addr; in mlx5_fwdump_prep()
168 addr = next_addr; in mlx5_fwdump_prep()
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_2835_arm.c404 char *addr, *base_addr, *next_addr; in create_pagelist() local
479 next_addr = base_addr + PAGE_SIZE; in create_pagelist()
485 if ((addr == next_addr) && (run < (PAGE_SIZE - 1))) { in create_pagelist()
486 next_addr += PAGE_SIZE; in create_pagelist()
492 next_addr = addr + PAGE_SIZE; in create_pagelist()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemoryTag.cpp122 addr_t next_addr = addr + tag_manager->GetGranuleSize(); in DoExecute() local
125 next_addr, tag, in DoExecute()
127 addr = next_addr; in DoExecute()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_timer.c27 u_int32_t next_addr; member
126 OS_REG_WRITE(ah, gen_timer_configuration[index].next_addr, timer_next); in ar9300_start_generic_timer()
/freebsd/lib/libc/db/hash/
H A Dpage.h87 u_int16_t next_addr; member
H A Dhash_bigkey.c568 if ( (ret->next_addr = __find_last_page(hashp, &big_keyp)) ) { in __big_split()
570 __get_buf(hashp, ret->next_addr, big_keyp, 0))) in __big_split()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp845 std::optional<addr_t> next_addr; in ParseLineTableAndSupportFiles() local
848 line_seq_up.get(), *next_addr, /*line=*/0, /*column=*/0, in ParseLineTableAndSupportFiles()
870 if (next_addr && *next_addr != record->Address) { in ParseLineTableAndSupportFiles()
879 next_addr = record->Address + record->Size; in ParseLineTableAndSupportFiles()
881 if (next_addr) in ParseLineTableAndSupportFiles()
/freebsd/bin/ed/
H A Ded.h221 long next_addr(void);
H A Dmain.c249 while ((addr = next_addr()) >= 0) { in extract_addr_range()
275 next_addr(void) in next_addr() function
333 if ((addr = next_addr()) < 0) in next_addr()
/freebsd/contrib/libpcap/
H A Dpcap-sita.c396 pcap_addr_t *addr, *next_addr; in acn_freealldevs() local
400 for (addr = iff->addresses; addr != NULL; addr = next_addr) { in acn_freealldevs()
401 next_addr = addr->next; in acn_freealldevs()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat_hw15.c151 qat_msg_cmn_footer_populate(union fw_comn_req_ftr *msg, uint64_t next_addr) in qat_msg_cmn_footer_populate() argument
153 msg->next_request_addr = next_addr; in qat_msg_cmn_footer_populate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1006 Address next_addr(next_inst_addr); in SetInstruction() local
1009 target->ReadMemory(next_addr, /* Address of next instruction */ in SetInstruction()
/freebsd/sys/netinet/
H A Dsctp_asconf.c2841 goto next_addr; in sctp_process_initack_addresses()
2874 next_addr: in sctp_process_initack_addresses()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hsi_common.h1615 struct event_ring_next_addr next_addr /* Event Ring Next Page Address */; member