Home
last modified time | relevance | path

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

/freebsd-13.1/sys/mips/nlm/hal/
H A Dfmn.h222 extern void nlm_cms_per_queue_level_intr(uint64_t base, int qid, int sub_type, int intr_val);
223 extern void nlm_cms_level_intr(int node, int sub_type, int intr_val);
224 extern void nlm_cms_per_queue_timer_intr(uint64_t base, int qid, int sub_type, int intr_val);
225 extern void nlm_cms_timer_intr(int node, int en, int sub_type, int intr_val);
H A Dfmn.c196 void nlm_cms_per_queue_level_intr(uint64_t base, int qid, int sub_type, in nlm_cms_per_queue_level_intr() argument
205 val |= (((uint64_t)sub_type<<54) | in nlm_cms_per_queue_level_intr()
211 void nlm_cms_per_queue_timer_intr(uint64_t base, int qid, int sub_type, in nlm_cms_per_queue_timer_intr() argument
220 val |= (((uint64_t)sub_type<<49) | in nlm_cms_per_queue_timer_intr()
/freebsd-13.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eq.c284 switch (eqe->sub_type) { in mlx5_eq_int()
293 dev->event(dev, port_subtype_event(eqe->sub_type), in mlx5_eq_int()
298 port, eqe->sub_type); in mlx5_eq_int()
304 switch (eqe->sub_type) { in mlx5_eq_int()
311 dcbx_subevent(eqe->sub_type), in mlx5_eq_int()
317 port, eqe->sub_type); in mlx5_eq_int()
741 switch (eqe->sub_type) { in mlx5_port_general_notification_event()
753 port, eqe->sub_type); in mlx5_port_general_notification_event()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp332 WatchpointEventType sub_type, const WatchpointSP &new_watchpoint_sp) in WatchpointEventData() argument
333 : EventData(), m_watchpoint_event(sub_type), in WatchpointEventData()
H A DBreakpoint.cpp1011 BreakpointEventType sub_type, const BreakpointSP &new_breakpoint_sp) in BreakpointEventData() argument
1012 : EventData(), m_breakpoint_event(sub_type), in BreakpointEventData()
/freebsd-13.1/contrib/opencsd/decoder/include/common/
H A Docsd_code_follower.h193 return m_instr_info.sub_type; in getInstrSubType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h29 WatchpointEventData(lldb::WatchpointEventType sub_type,
H A DBreakpoint.h101 BreakpointEventData(lldb::BreakpointEventType sub_type,
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/
H A Ddbg-tlv.h153 u8 sub_type; member
/freebsd-13.1/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-13.1/contrib/opencsd/decoder/source/i_dec/
H A Dtrc_i_decode.cpp68 instr_info->sub_type = info.instr_sub_type; in DecodeInstruction()
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/
H A Derror-dump.h245 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()
2163 tlv->sub_type = reg->sub_type;
/freebsd-13.1/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h399 ocsd_instr_subtype sub_type; /**< Decoder : current instruction sub-type if known */ member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td590 class Extract_Element <ValueType sub_type, ValueType vec_type, int sub_idx,
593 (sub_type (extractelt vec_type:$src, sub_idx)),
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp530 const uint32_t sub_type = subTypeFromElfHeader(header); in GetModuleSpecifications() local
532 eArchTypeELF, header.e_machine, sub_type, header.e_ident[EI_OSABI]); in GetModuleSpecifications()
1337 const uint32_t sub_type = subTypeFromElfHeader(header); in GetSectionHeaderInfo() local
1338 arch_spec.SetArchitecture(eArchTypeELF, header.e_machine, sub_type, in GetSectionHeaderInfo()
/freebsd-13.1/sys/dev/mlx5/
H A Ddevice.h625 u8 sub_type; member
/freebsd-13.1/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_decode_etmv4i.cpp1085 …elemIn.setLastInstrInfo(executed, m_instr_info.type, m_instr_info.sub_type, m_instr_info.instr_siz… in setElemTraceRange()
/freebsd-13.1/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c623 switch (region->sub_type) { in iwl_parse_dbg_tlv_assert_tables()