Searched refs:sub_type (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/sys/mips/nlm/hal/
H A Dfmn.c196 void nlm_cms_per_queue_level_intr(uint64_t base, int qid, int sub_type, argument
205 val |= (((uint64_t)sub_type<<54) |
211 void nlm_cms_per_queue_timer_intr(uint64_t base, int qid, int sub_type, argument
220 val |= (((uint64_t)sub_type<<49) |
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);
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eq.c283 switch (eqe->sub_type) {
292 dev->event(dev, port_subtype_event(eqe->sub_type),
296 mlx5_core_warn(dev, "Port event with unrecognized subtype: port %d, sub_type %d\n",
297 port, eqe->sub_type);
303 switch (eqe->sub_type) {
310 dcbx_subevent(eqe->sub_type),
315 "dcbx event with unrecognized subtype: port %d, sub_type %d\n",
316 port, eqe->sub_type);
743 switch (eqe->sub_type) {
754 "general event with unrecognized subtype: port %d, sub_type
[all...]
/freebsd-12-stable/contrib/opencsd/decoder/include/common/
H A Docsd_code_follower.h192 return m_instr_info.sub_type;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h29 WatchpointEventData(lldb::WatchpointEventType sub_type,
H A DBreakpoint.h100 BreakpointEventData(lldb::BreakpointEventType sub_type,
/freebsd-12-stable/contrib/opencsd/decoder/source/i_dec/
H A Dtrc_i_decode.cpp64 instr_info->sub_type = get_instr_subtype();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp331 WatchpointEventType sub_type, const WatchpointSP &new_watchpoint_sp)
332 : EventData(), m_watchpoint_event(sub_type),
330 WatchpointEventData( WatchpointEventType sub_type, const WatchpointSP &new_watchpoint_sp) argument
H A DBreakpoint.cpp1023 BreakpointEventType sub_type, const BreakpointSP &new_breakpoint_sp)
1024 : EventData(), m_breakpoint_event(sub_type),
1022 BreakpointEventData( BreakpointEventType sub_type, const BreakpointSP &new_breakpoint_sp) argument
/freebsd-12-stable/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_decode_ptm.cpp579 m_output_elem.setLastInstrInfo((A == ATOM_E),m_instr_info.type, m_instr_info.sub_type);
597 m_output_elem.setLastInstrInfo(true,m_instr_info.type, m_instr_info.sub_type);
/freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h389 ocsd_instr_subtype sub_type; /**< Decoder : current instruction sub-type if known */ member in struct:_ocsd_instr_info
/freebsd-12-stable/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_decode_etmv4i.cpp838 m_output_elem.setLastInstrInfo((atom == ATOM_E),m_instr_info.type, m_instr_info.sub_type);
852 m_output_elem.setLastInstrInfo(true,m_instr_info.type, m_instr_info.sub_type);
974 m_output_elem.setLastInstrInfo(true,m_instr_info.type, m_instr_info.sub_type);
988 m_output_elem.setLastInstrInfo(true,m_instr_info.type, m_instr_info.sub_type);
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_power.c828 u_int32_t sub_type = 0x4; /* Subtype -> Null Data */ local
864 (sub_type << 4) |
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp510 const uint32_t sub_type = subTypeFromElfHeader(header); local
512 eArchTypeELF, header.e_machine, sub_type, header.e_ident[EI_OSABI]);
1320 const uint32_t sub_type = subTypeFromElfHeader(header); local
1321 arch_spec.SetArchitecture(eArchTypeELF, header.e_machine, sub_type,
/freebsd-12-stable/sys/dev/mlx5/
H A Ddevice.h604 u8 sub_type; member in struct:mlx5_eqe

Completed in 566 milliseconds