| /freebsd/sys/dev/qlxgbe/ |
| H A D | ql_inline.h | 107 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 D | ql_ioctl.h | 144 uint8_t module_type; member
|
| H A D | ql_ioctl.c | 488 hdr->module_type = ha->hw.module_type; in ql_capture_drvr_state()
|
| H A D | ql_isr.c | 805 ha->hw.module_type = ((data >> 8) & 0xFF); in ql_mbx_isr()
|
| H A D | ql_hw.h | 1602 volatile uint8_t module_type; member
|
| H A D | ql_hw.c | 1155 switch (ha->hw.module_type) { in ql_hw_link_status() 1210 ha->hw.module_type); in ql_hw_link_status()
|
| /freebsd/sys/dev/ixgbe/ |
| H A D | ixgbe_e610.c | 1265 memcpy(hw->link.link_info.module_type, &pcaps->module_type, in ixgbe_aci_get_phy_caps() 1266 sizeof(hw->link.link_info.module_type)); in ixgbe_aci_get_phy_caps() 1433 (hw_link_info->module_type[IXGBE_ACI_MOD_TYPE_IDENT] == in ixgbe_get_media_type_from_phy_type() 1435 hw_link_info->module_type[IXGBE_ACI_MOD_TYPE_IDENT] == in ixgbe_get_media_type_from_phy_type() 1506 memcpy(li->module_type, &pcaps->module_type, in ixgbe_update_link_info() 1507 sizeof(li->module_type)); in ixgbe_update_link_info() 4737 u8 module_type; in ixgbe_identify_module_E610() local 4752 module_type = hw->link.link_info.module_type[IXGBE_ACI_MOD_TYPE_IDENT]; in ixgbe_identify_module_E610() 4754 if ((module_type & IXGBE_ACI_MOD_TYPE_BYTE1_SFP_PLUS_CU_PASSIVE) || in ixgbe_identify_module_E610() 4755 (module_type & IXGBE_ACI_MOD_TYPE_BYTE1_SFP_PLUS_CU_ACTIVE)) { in ixgbe_identify_module_E610() [all …]
|
| H A D | ixgbe_type_e610.h | 859 u8 module_type[IXGBE_ACI_MODULE_TYPE_TOTAL_BYTE]; member 2036 u8 module_type[IXGBE_ACI_MODULE_TYPE_TOTAL_BYTE]; member
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | rtw8852c.h | 44 u8 module_type:2; member
|
| H A D | rtw8852a.h | 50 u8 module_type:2; member
|
| H A D | rtw8852b.h | 51 u8 module_type:2; global() member
|
| /freebsd/sys/dev/ice/ |
| H A D | ice_nvm.h | 124 u16 module_type);
|
| H A D | ice_common.c | 591 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 D | ice_nvm.c | 721 * @module_type: module type requested 729 u16 module_type) in ice_get_pfa_module_tlv() 777 if (tlv_sub_module_type == module_type) { in ice_get_pfa_module_tlv() 730 ice_get_pfa_module_tlv(struct ice_hw * hw,u16 * module_tlv,u16 * module_tlv_len,u16 module_type) ice_get_pfa_module_tlv() argument
|
| H A D | ice_type.h | 359 /* Refer to #define from module_type[ICE_MODULE_TYPE_TOTAL_BYTE] of 362 u8 module_type[ICE_MODULE_TYPE_TOTAL_BYTE]; 346 u8 module_type[ICE_MODULE_TYPE_TOTAL_BYTE]; global() member
|
| H A D | ice_adminq_cmd.h | 1457 u8 module_type[ICE_MODULE_TYPE_TOTAL_BYTE]; member
|
| H A D | ice_lib.c | 3271 pcaps.module_type[0]); in ice_intersect_phy_types_and_speeds()
|
| /freebsd/sys/dev/qat/include/common/ |
| H A D | icp_qat_uclo.h | 456 unsigned int module_type; member
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | IntelJITEventListener.cpp | 214 ModuleObject->module_type = __itt_module_type_elf; in notifyObjectLoaded()
|
| /freebsd/sys/dev/ixl/ |
| H A D | i40e_type.h | 271 u8 module_type[3]; member
|
| H A D | ixl_pf_main.c | 3597 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 D | i40e_adminq_cmd.h | 2090 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/stand/forth/ |
| H A D | support.4th | 732 : module_type? module_type_suffix suffix_type? ; 877 module_type? if set_module_type exit then
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
| H A D | ittnotify.h | 4165 __itt_module_type module_type; /*!< Binary module format */ member
|