Home
last modified time | relevance | path

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

/src/sys/dev/qlxgbe/
H A Dql_inline.h107 if ((ha->hw.module_type == 0x4) || in qla_get_optics()
108 (ha->hw.module_type == 0x5) || in qla_get_optics()
109 (ha->hw.module_type == 0x6)) in qla_get_optics()
H A Dql_ioctl.h144 uint8_t module_type; member
H A Dql_ioctl.c488 hdr->module_type = ha->hw.module_type; in ql_capture_drvr_state()
H A Dql_isr.c805 ha->hw.module_type = ((data >> 8) & 0xFF); in ql_mbx_isr()
H A Dql_hw.h1602 volatile uint8_t module_type; member
H A Dql_hw.c1155 switch (ha->hw.module_type) { in ql_hw_link_status()
1210 ha->hw.module_type); in ql_hw_link_status()
/src/sys/dev/ixgbe/
H A Dixgbe_e610.c1269 memcpy(hw->link.link_info.module_type, &pcaps->module_type, in ixgbe_aci_get_phy_caps()
1270 sizeof(hw->link.link_info.module_type)); in ixgbe_aci_get_phy_caps()
1450 (hw_link_info->module_type[IXGBE_ACI_MOD_TYPE_IDENT] == in ixgbe_get_media_type_from_phy_type()
1452 hw_link_info->module_type[IXGBE_ACI_MOD_TYPE_IDENT] == in ixgbe_get_media_type_from_phy_type()
1523 memcpy(li->module_type, &pcaps->module_type, in ixgbe_update_link_info()
1524 sizeof(li->module_type)); in ixgbe_update_link_info()
4759 u8 module_type; in ixgbe_identify_module_E610() local
4774 module_type = hw->link.link_info.module_type[IXGBE_ACI_MOD_TYPE_IDENT]; in ixgbe_identify_module_E610()
4776 if ((module_type & IXGBE_ACI_MOD_TYPE_BYTE1_SFP_PLUS_CU_PASSIVE) || in ixgbe_identify_module_E610()
4777 (module_type & IXGBE_ACI_MOD_TYPE_BYTE1_SFP_PLUS_CU_ACTIVE)) { in ixgbe_identify_module_E610()
[all …]
H A Dixgbe_type_e610.h858 u8 module_type[IXGBE_ACI_MODULE_TYPE_TOTAL_BYTE]; member
2058 u8 module_type[IXGBE_ACI_MODULE_TYPE_TOTAL_BYTE]; member
/src/sys/contrib/dev/rtw89/
H A Drtw8852c.h44 u8 module_type:2; member
H A Drtw8852a.h50 u8 module_type:2; member
H A Drtw8852b_common.h51 u8 module_type:2; member
/src/sys/dev/ice/
H A Dice_nvm.h124 u16 module_type);
H A Dice_common.c591 pcaps->module_type[0]); in ice_aq_get_phy_caps()
593 pcaps->module_type[1]); in ice_aq_get_phy_caps()
595 pcaps->module_type[2]); in ice_aq_get_phy_caps()
600 ice_memcpy(pi->phy.link_info.module_type, &pcaps->module_type, in ice_aq_get_phy_caps()
601 sizeof(pi->phy.link_info.module_type), in ice_aq_get_phy_caps()
3694 ice_memcpy(li->module_type, &pcaps->module_type, in ice_update_link_info()
3695 sizeof(li->module_type), in ice_update_link_info()
H A Dice_nvm.c729 u16 module_type) in ice_get_pfa_module_tlv() argument
777 if (tlv_sub_module_type == module_type) { in ice_get_pfa_module_tlv()
H A Dice_type.h362 u8 module_type[ICE_MODULE_TYPE_TOTAL_BYTE]; member
H A Dice_adminq_cmd.h1457 u8 module_type[ICE_MODULE_TYPE_TOTAL_BYTE]; member
H A Dice_lib.c3271 pcaps.module_type[0]); in ice_intersect_phy_types_and_speeds()
/src/sys/dev/qat/include/common/
H A Dicp_qat_uclo.h456 unsigned int module_type; member
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp214 ModuleObject->module_type = __itt_module_type_elf; in notifyObjectLoaded()
/src/sys/dev/ixl/
H A Di40e_type.h271 u8 module_type[3]; member
H A Dixl_pf_main.c3597 abilities.module_type[0], abilities.module_type[1], in ixl_sysctl_phy_abilities()
3598 abilities.module_type[2], (abilities.fec_cfg_curr_mod_ext_info & 0xe0) >> 5, in ixl_sysctl_phy_abilities()
H A Di40e_adminq_cmd.h2090 u8 module_type[3]; member
H A Di40e_common.c2924 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()
/src/stand/forth/
H A Dsupport.4th732 : module_type? module_type_suffix suffix_type? ;
877 module_type? if set_module_type exit then
/src/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify.h4165 __itt_module_type module_type; /*!< Binary module format */ member