Home
last modified time | relevance | path

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

/src/sys/dev/bnxt/bnxt_en/
H A Dbnxt_txrx.c96 uint16_t flags_type; in bnxt_isc_txd_encap() local
117 flags_type = ((pi->ipi_nsegs + need_hi) << in bnxt_isc_txd_encap()
120 flags_type |= TX_BD_SHORT_FLAGS_LHINT_GTE2K; in bnxt_isc_txd_encap()
122 flags_type |= bnxt_tx_lhint[pi->ipi_len >> 9]; in bnxt_isc_txd_encap()
125 flags_type |= TX_BD_LONG_TYPE_TX_BD_LONG; in bnxt_isc_txd_encap()
177 flags_type |= TX_BD_SHORT_TYPE_TX_BD_SHORT; in bnxt_isc_txd_encap()
181 tbd->flags_type = htole16(flags_type); in bnxt_isc_txd_encap()
194 flags_type = TX_BD_SHORT_TYPE_TX_BD_SHORT; in bnxt_isc_txd_encap()
196 flags_type |= TX_BD_SHORT_FLAGS_PACKET_END; in bnxt_isc_txd_encap()
197 tbd->flags_type = htole16(flags_type); in bnxt_isc_txd_encap()
[all …]
H A Dhsi_struct_def.h3244 uint16_t flags_type; member
3354 uint16_t flags_type; member
3769 uint16_t flags_type; member
4087 uint16_t flags_type; member
4132 uint16_t flags_type; member
4194 uint16_t flags_type; member
4278 uint16_t flags_type; member
4357 uint16_t flags_type; member
4395 uint16_t flags_type; member
4886 uint16_t flags_type; member
[all …]
H A Dif_bnxt.c3744 uint16_t type = cmpl->flags_type & TX_CMPL_TYPE_MASK; in bnxt_process_async_msg()
/src/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()
/src/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()
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DDumpRegisterInfo.h32 const RegisterFlags *flags_type, uint32_t terminal_width);
/src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h69 mutable const RegisterFlags *flags_type; member
/src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterFlagsDetector_arm64.cpp208 reg_info->flags_type = reg_it->second; in UpdateRegisterInfo()
/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicRegisterInfo.h44 const RegisterFlags *flags_type = nullptr; member
/src/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()
/src/contrib/llvm-project/lldb/source/Target/
H A DDynamicRegisterInfo.cpp423 nullptr, nullptr, reg.flags_type in SetRegisterInfo()