Home
last modified time | relevance | path

Searched refs:module_type (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/sys/dev/qlxgbe/
H A Dql_inline.h111 if ((ha->hw.module_type == 0x4) || in qla_get_optics()
112 (ha->hw.module_type == 0x5) || in qla_get_optics()
113 (ha->hw.module_type == 0x6)) in qla_get_optics()
H A Dql_ioctl.h146 uint8_t module_type; member
H A Dql_ioctl.c497 hdr->module_type = ha->hw.module_type; in ql_capture_drvr_state()
H A Dql_isr.c844 ha->hw.module_type = ((data >> 8) & 0xFF); in ql_mbx_isr()
H A Dql_hw.h1616 volatile uint8_t module_type; member
H A Dql_hw.c1168 switch (ha->hw.module_type) { in ql_hw_link_status()
1224 ha->hw.module_type); in ql_hw_link_status()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp990 CompilerType module_type = in GetTypeScavenger() local
994 new ObjCScavengerResult(module_type)); in GetTypeScavenger()
/freebsd-12.1/sys/dev/ixl/
H A Di40e_type.h270 u8 module_type[3]; member
H A Dixl_pf_main.c3993 abilities.module_type[0], abilities.module_type[1], in ixl_sysctl_phy_abilities()
3994 abilities.module_type[2], (abilities.fec_cfg_curr_mod_ext_info & 0xe0) >> 5, in ixl_sysctl_phy_abilities()
H A Di40e_adminq_cmd.h1896 u8 module_type[3]; member
H A Di40e_common.c2836 i40e_memcpy(hw->phy.link_info.module_type, &abilities.module_type, in i40e_update_link_info()
2837 sizeof(hw->phy.link_info.module_type), I40E_NONDMA_TO_NONDMA); in i40e_update_link_info()
/freebsd-12.1/stand/forth/
H A Dsupport.4th655 : module_type? module_type_suffix suffix_type? ;
800 module_type? if set_module_type exit then