| /freebsd-14.2/sys/dev/bnxt/bnxt_en/ |
| H A D | bnxt_txrx.c | 97 uint16_t flags_type; in bnxt_isc_txd_encap() local 117 flags_type = ((pi->ipi_nsegs + need_hi) << in bnxt_isc_txd_encap() 125 flags_type |= TX_BD_LONG_TYPE_TX_BD_LONG; in bnxt_isc_txd_encap() 160 tbd->flags_type = htole16(flags_type); in bnxt_isc_txd_encap() 165 flags_type = TX_BD_SHORT_TYPE_TX_BD_SHORT; in bnxt_isc_txd_encap() 167 flags_type |= TX_BD_SHORT_FLAGS_PACKET_END; in bnxt_isc_txd_encap() 168 tbd->flags_type = htole16(flags_type); in bnxt_isc_txd_encap() 282 rxbd[pidx].flags_type = htole16(type); in bnxt_isc_rxd_refill() 610 uint16_t flags_type; in bnxt_isc_rxd_pkt_get() local 620 flags_type = le16toh(cmp->type); in bnxt_isc_rxd_pkt_get() [all …]
|
| H A D | hsi_struct_def.h | 3199 uint16_t flags_type; member 3310 uint16_t flags_type; member 3725 uint16_t flags_type; member 4044 uint16_t flags_type; member 4090 uint16_t flags_type; member 4152 uint16_t flags_type; member 4237 uint16_t flags_type; member 4316 uint16_t flags_type; member 4355 uint16_t flags_type; member 4847 uint16_t flags_type; member [all …]
|
| H A D | if_bnxt.c | 3347 uint16_t type = cmpl->flags_type & TX_CMPL_TYPE_MASK; in bnxt_process_async_msg()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | DumpRegisterInfo.cpp | 65 invalidates, read_from, in_sets, info.flags_type, in DumpRegisterInfo() 91 const std::vector<SetInfo> &in_sets, const RegisterFlags *flags_type, in DoDumpRegisterInfo() argument 114 if (flags_type) in DoDumpRegisterInfo() 115 strm.Printf("\n\n%s", flags_type->AsTable(terminal_width).c_str()); in DoDumpRegisterInfo()
|
| H A D | DumpRegisterValue.cpp | 37 value = reg_info.flags_type->ReverseFieldOrder(value); in dump_type_value() 123 if (!print_flags || !reg_info.flags_type || !exe_scope || !target_sp || in DumpRegisterValue() 128 reg_info.name, *reg_info.flags_type, reg_info.byte_size); in DumpRegisterValue()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | BlockPointer.cpp | 61 const CompilerType flags_type = in BlockPointerSyntheticFrontEnd() local 70 {flags_name, flags_type}, in BlockPointerSyntheticFrontEnd()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | DumpRegisterInfo.h | 32 const RegisterFlags *flags_type, uint32_t terminal_width);
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-types.h | 69 mutable const RegisterFlags *flags_type; member
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterFlagsLinux_arm64.cpp | 193 reg_info->flags_type = reg_it->second; in UpdateRegisterInfo()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | DynamicRegisterInfo.h | 44 const RegisterFlags *flags_type = nullptr; member
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 4461 auto flags_type = it->second.get(); in ParseRegisters() local 4462 if (reg_info.byte_size == flags_type->GetSize()) in ParseRegisters() 4463 reg_info.flags_type = flags_type; in ParseRegisters() 4470 flags_type->GetID().c_str(), flags_type->GetSize(), in ParseRegisters()
|
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 3097 if (reg_info->flags_type) { in BuildTargetXml() 3099 reg_info->flags_type->ToXML(response); in BuildTargetXml() 3122 if (reg_info->flags_type) in BuildTargetXml() 3123 response << "type=\"" << reg_info->flags_type->GetID() << "\" "; in BuildTargetXml()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | DynamicRegisterInfo.cpp | 423 nullptr, nullptr, reg.flags_type in SetRegisterInfo()
|