Searched refs:module_type (Results 1 - 23 of 23) sorted by relevance

/freebsd-current/sys/dev/qlxgbe/
H A Dql_inline.h107 if ((ha->hw.module_type == 0x4) ||
108 (ha->hw.module_type == 0x5) ||
109 (ha->hw.module_type == 0x6))
H A Dql_ioctl.h144 uint8_t module_type; member in struct:qla_drvr_state_hdr
H A Dql_ioctl.c488 hdr->module_type = ha->hw.module_type;
H A Dql_isr.c805 ha->hw.module_type = ((data >> 8) & 0xFF);
H A Dql_hw.h1602 volatile uint8_t module_type; member in struct:_qla_hw
H A Dql_hw.c1155 switch (ha->hw.module_type) {
1210 ha->hw.module_type);
/freebsd-current/sys/contrib/dev/rtw89/
H A Drtw8852c.h44 u8 module_type:2; member in struct:rtw8852c_efuse
H A Drtw8852a.h50 u8 module_type:2; member in struct:rtw8852a_efuse
H A Drtw8852b.h51 u8 module_type:2; member in struct:rtw8852b_efuse
/freebsd-current/sys/dev/ice/
H A Dice_nvm.h124 u16 module_type);
H A Dice_common.c506 ice_debug(hw, ICE_DBG_LINK, "%s: module_type[0] = 0x%x\n", prefix,
507 pcaps->module_type[0]);
508 ice_debug(hw, ICE_DBG_LINK, "%s: module_type[1] = 0x%x\n", prefix,
509 pcaps->module_type[1]);
510 ice_debug(hw, ICE_DBG_LINK, "%s: module_type[2] = 0x%x\n", prefix,
511 pcaps->module_type[2]);
516 ice_memcpy(pi->phy.link_info.module_type, &pcaps->module_type,
517 sizeof(pi->phy.link_info.module_type),
3392 ice_memcpy(li->module_type,
[all...]
H A Dice_nvm.c721 * @module_type: module type requested
729 u16 module_type)
765 if (tlv_sub_module_type == module_type) {
728 ice_get_pfa_module_tlv(struct ice_hw *hw, u16 *module_tlv, u16 *module_tlv_len, u16 module_type) argument
H A Dice_type.h344 /* Refer to #define from module_type[ICE_MODULE_TYPE_TOTAL_BYTE] of
347 u8 module_type[ICE_MODULE_TYPE_TOTAL_BYTE]; member in struct:ice_link_status
H A Dice_adminq_cmd.h1441 u8 module_type[ICE_MODULE_TYPE_TOTAL_BYTE]; member in struct:ice_aqc_get_phy_caps_data
H A Dice_lib.c3168 pcaps.module_type[0]);
/freebsd-current/sys/dev/qat/include/common/
H A Dicp_qat_uclo.h456 unsigned int module_type; member in struct:icp_qat_css_hdr
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp214 ModuleObject->module_type = __itt_module_type_elf;
/freebsd-current/sys/dev/ixl/
H A Di40e_type.h271 u8 module_type[3]; member in struct:i40e_link_status
H A Dixl_pf_main.c3582 abilities.module_type[0], abilities.module_type[1],
3583 abilities.module_type[2], (abilities.fec_cfg_curr_mod_ext_info & 0xe0) >> 5,
H A Di40e_common.c2924 i40e_memcpy(hw->phy.link_info.module_type, &abilities.module_type,
2925 sizeof(hw->phy.link_info.module_type), I40E_NONDMA_TO_NONDMA);
H A Di40e_adminq_cmd.h2090 u8 module_type[3]; member in struct:i40e_aq_get_phy_abilities_resp
/freebsd-current/stand/lua/
H A Dconfig.lua275 -- module_type="value"
/freebsd-current/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify.h4165 __itt_module_type module_type; /*!< Binary module format */ member in struct:___itt_module_object

Completed in 361 milliseconds