Home
last modified time | relevance | path

Searched refs:flags_type (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_txrx.c96 uint16_t flags_type; in bnxt_isc_txd_encap() local
116 flags_type = ((pi->ipi_nsegs + need_hi) << in bnxt_isc_txd_encap()
119 flags_type |= TX_BD_SHORT_FLAGS_LHINT_GTE2K; in bnxt_isc_txd_encap()
121 flags_type |= bnxt_tx_lhint[pi->ipi_len >> 9]; in bnxt_isc_txd_encap()
124 flags_type |= TX_BD_LONG_TYPE_TX_BD_LONG; in bnxt_isc_txd_encap()
155 flags_type |= TX_BD_SHORT_TYPE_TX_BD_SHORT; in bnxt_isc_txd_encap()
159 tbd->flags_type = htole16(flags_type); in bnxt_isc_txd_encap()
164 flags_type = TX_BD_SHORT_TYPE_TX_BD_SHORT; in bnxt_isc_txd_encap()
166 flags_type |= TX_BD_SHORT_FLAGS_PACKET_END; in bnxt_isc_txd_encap()
167 tbd->flags_type = htole16(flags_type); in bnxt_isc_txd_encap()
[all …]
H A Dhsi_struct_def.h3199 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 Dif_bnxt.c3348 uint16_t type = cmpl->flags_type & TX_CMPL_TYPE_MASK; in bnxt_process_async_msg()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpRegisterInfo.cpp65 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()
117 std::string enumerators = flags_type->DumpEnums(terminal_width); in DoDumpRegisterInfo()
H A DDumpRegisterValue.cpp37 value = reg_info.flags_type->ReverseFieldOrder(value); in dump_type_value()
124 if (!print_flags || !reg_info.flags_type || !exe_scope || !target_sp || in DumpRegisterValue()
129 reg_info.name, *reg_info.flags_type, reg_info.byte_size); in DumpRegisterValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp62 const CompilerType flags_type = in BlockPointerSyntheticFrontEnd() local
71 {flags_name, flags_type}, in BlockPointerSyntheticFrontEnd()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDumpRegisterInfo.h32 const RegisterFlags *flags_type, uint32_t terminal_width);
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h69 mutable const RegisterFlags *flags_type; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterFlagsDetector_arm64.cpp208 reg_info->flags_type = reg_it->second; in UpdateRegisterInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicRegisterInfo.h44 const RegisterFlags *flags_type = nullptr; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp3098 if (reg_info->flags_type) { in BuildTargetXml()
3100 reg_info->flags_type->EnumsToXML(response, field_enums_seen); in BuildTargetXml()
3101 reg_info->flags_type->ToXML(response); in BuildTargetXml()
3124 if (reg_info->flags_type) in BuildTargetXml()
3125 response << "type=\"" << reg_info->flags_type->GetID() << "\" "; in BuildTargetXml()
H A DProcessGDBRemote.cpp4633 auto flags_type = it->second.get(); in ParseRegisters() local
4634 if (reg_info.byte_size == flags_type->GetSize()) in ParseRegisters()
4635 reg_info.flags_type = flags_type; in ParseRegisters()
4642 flags_type->GetID().c_str(), flags_type->GetSize(), in ParseRegisters()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DDynamicRegisterInfo.cpp423 nullptr, nullptr, reg.flags_type in SetRegisterInfo()