Searched refs:module_type (Results 1 – 18 of 18) sorted by relevance
| /freebsd-13.1/sys/dev/qlxgbe/ |
| H A D | ql_inline.h | 109 if ((ha->hw.module_type == 0x4) || in qla_get_optics() 110 (ha->hw.module_type == 0x5) || in qla_get_optics() 111 (ha->hw.module_type == 0x6)) in qla_get_optics()
|
| H A D | ql_ioctl.h | 146 uint8_t module_type; member
|
| H A D | ql_ioctl.c | 490 hdr->module_type = ha->hw.module_type; in ql_capture_drvr_state()
|
| H A D | ql_isr.c | 833 ha->hw.module_type = ((data >> 8) & 0xFF); in ql_mbx_isr()
|
| H A D | ql_hw.h | 1604 volatile uint8_t module_type; member
|
| H A D | ql_hw.c | 1157 switch (ha->hw.module_type) { in ql_hw_link_status() 1212 ha->hw.module_type); in ql_hw_link_status()
|
| /freebsd-13.1/sys/dev/ice/ |
| H A D | ice_nvm.h | 124 u16 module_type);
|
| H A D | ice_common.c | 392 pcaps->module_type[0]); in ice_aq_get_phy_caps() 394 pcaps->module_type[1]); in ice_aq_get_phy_caps() 396 pcaps->module_type[2]); in ice_aq_get_phy_caps() 401 ice_memcpy(pi->phy.link_info.module_type, &pcaps->module_type, in ice_aq_get_phy_caps() 402 sizeof(pi->phy.link_info.module_type), in ice_aq_get_phy_caps() 537 (hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDENT] == in ice_get_media_type() 539 hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDENT] == in ice_get_media_type() 3265 ice_memcpy(li->module_type, &pcaps->module_type, in ice_update_link_info() 3266 sizeof(li->module_type), in ice_update_link_info()
|
| H A D | ice_nvm.c | 731 u16 module_type) in ice_get_pfa_module_tlv() argument 767 if (tlv_sub_module_type == module_type) { in ice_get_pfa_module_tlv()
|
| H A D | ice_type.h | 300 u8 module_type[ICE_MODULE_TYPE_TOTAL_BYTE]; member
|
| H A D | ice_adminq_cmd.h | 1386 u8 module_type[ICE_MODULE_TYPE_TOTAL_BYTE]; member
|
| H A D | ice_lib.c | 2974 pcaps.module_type[0]); in ice_intersect_phy_types_and_speeds()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | IntelJITEventListener.cpp | 213 ModuleObject->module_type = __itt_module_type_elf; in notifyObjectLoaded()
|
| /freebsd-13.1/sys/dev/ixl/ |
| H A D | i40e_type.h | 272 u8 module_type[3]; member
|
| H A D | ixl_pf_main.c | 3434 abilities.module_type[0], abilities.module_type[1], in ixl_sysctl_phy_abilities() 3435 abilities.module_type[2], (abilities.fec_cfg_curr_mod_ext_info & 0xe0) >> 5, in ixl_sysctl_phy_abilities()
|
| H A D | i40e_adminq_cmd.h | 2091 u8 module_type[3]; member
|
| H A D | i40e_common.c | 2924 i40e_memcpy(hw->phy.link_info.module_type, &abilities.module_type, in i40e_update_link_info() 2925 sizeof(hw->phy.link_info.module_type), I40E_NONDMA_TO_NONDMA); in i40e_update_link_info()
|
| /freebsd-13.1/stand/forth/ |
| H A D | support.4th | 733 : module_type? module_type_suffix suffix_type? ; 878 module_type? if set_module_type exit then
|