Home
last modified time | relevance | path

Searched refs:sub_type (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eq.c286 switch (eqe->sub_type) { in mlx5_eq_int()
295 dev->event(dev, port_subtype_event(eqe->sub_type), in mlx5_eq_int()
300 port, eqe->sub_type); in mlx5_eq_int()
306 switch (eqe->sub_type) { in mlx5_eq_int()
313 dcbx_subevent(eqe->sub_type), in mlx5_eq_int()
319 port, eqe->sub_type); in mlx5_eq_int()
741 switch (eqe->sub_type) { in mlx5_port_general_notification_event()
750 port, eqe->sub_type); in mlx5_port_general_notification_event()
/freebsd/contrib/opencsd/decoder/include/common/
H A Docsd_code_follower.h193 return m_instr_info.sub_type; in getInstrSubType()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp474 WatchpointEventType sub_type, const WatchpointSP &new_watchpoint_sp) in WatchpointEventData() argument
475 : m_watchpoint_event(sub_type), m_new_watchpoint_sp(new_watchpoint_sp) {} in WatchpointEventData()
H A DBreakpoint.cpp1027 BreakpointEventType sub_type, const BreakpointSP &new_breakpoint_sp) in BreakpointEventData() argument
1028 : m_breakpoint_event(sub_type), m_new_breakpoint_sp(new_breakpoint_sp) {} in BreakpointEventData()
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Ddbg-tlv.h153 u8 sub_type; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h29 WatchpointEventData(lldb::WatchpointEventType sub_type,
H A DBreakpoint.h103 BreakpointEventData(lldb::BreakpointEventType sub_type,
/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr_app.h252 U8 sub_type:4; member
/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_decode_ptm.cpp587 …m_output_elem.setLastInstrInfo((A == ATOM_E),m_instr_info.type, m_instr_info.sub_type,m_instr_info… in processAtomRange()
605 …m_output_elem.setLastInstrInfo(true,m_instr_info.type, m_instr_info.sub_type,m_instr_info.instr_si… in processAtomRange()
/freebsd/contrib/opencsd/decoder/source/i_dec/
H A Dtrc_i_decode.cpp68 instr_info->sub_type = info.instr_sub_type; in DecodeInstruction()
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Derror-dump.h260 u8 sub_type; member
H A Ddbg.c1173 if (reg->sub_type == IWL_FW_INI_REGION_DEVICE_MEMORY_SUBTYPE_HW_SMEM && in iwl_dump_ini_dev_mem_iter()
2170 tlv->sub_type = reg->sub_type;
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h404 ocsd_instr_subtype sub_type; /**< Decoder : current instruction sub-type if known */ member
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_power.c828 u_int32_t sub_type = 0x4; /* Subtype -> Null Data */ in ar9300_wow_create_keep_alive_pattern() local
864 (sub_type << 4) | in ar9300_wow_create_keep_alive_pattern()
/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_decode_etmv4i.cpp1286 elemIn.setLastInstrInfo(executed, instr.type, instr.sub_type, instr.instr_size); in setElemTraceRangeInstr()
1353 if (isETEConfig() && (m_instr_info.sub_type == OCSD_S_INSTR_V8_ERET)) in processAtom()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td769 class Extract_Element <ValueType sub_type, ValueType vec_type, int sub_idx,
772 (sub_type (extractelt vec_type:$src, sub_idx)),
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp567 const uint32_t sub_type = subTypeFromElfHeader(header); in GetModuleSpecifications() local
569 eArchTypeELF, header.e_machine, sub_type, header.e_ident[EI_OSABI]); in GetModuleSpecifications()
1384 const uint32_t sub_type = subTypeFromElfHeader(header); in GetSectionHeaderInfo() local
1385 arch_spec.SetArchitecture(eArchTypeELF, header.e_machine, sub_type, in GetSectionHeaderInfo()
/freebsd/sys/dev/mlx5/
H A Ddevice.h647 u8 sub_type; member
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c663 switch (region->sub_type) { in iwl_parse_dbg_tlv_assert_tables()