Home
last modified time | relevance | path

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

12

/Linux-v5.10/scripts/gdb/linux/
Dmodules.py19 module_type = utils.CachedType("struct module") variable
23 global module_type
28 module_ptr_type = module_type.get_type().pointer()
/Linux-v5.10/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw_abi.h45 u32 module_type; member
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_nvm.h15 u16 module_type);
Dice_nvm.c271 u16 module_type) in ice_get_pfa_module_tlv() argument
307 if (tlv_sub_module_type == module_type) { in ice_get_pfa_module_tlv()
Dice_common.c188 pcaps->module_type[0]); in ice_aq_get_phy_caps()
190 pcaps->module_type[1]); in ice_aq_get_phy_caps()
192 pcaps->module_type[2]); in ice_aq_get_phy_caps()
197 memcpy(pi->phy.link_info.module_type, &pcaps->module_type, in ice_aq_get_phy_caps()
198 sizeof(pi->phy.link_info.module_type)); in ice_aq_get_phy_caps()
277 (hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDENT] == in ice_get_media_type()
279 hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDENT] == in ice_get_media_type()
Dice_type.h158 u8 module_type[ICE_MODULE_TYPE_TOTAL_BYTE]; member
/Linux-v5.10/drivers/net/wimax/i2400m/
Dfw.c1190 unsigned module_type, header_len, major_version, minor_version, in i2400m_fw_hdr_check() local
1193 module_type = le32_to_cpu(bcf_hdr->module_type); in i2400m_fw_hdr_check()
1206 module_type, module_vendor, module_id, in i2400m_fw_hdr_check()
1218 if (module_type != 6) { /* built for the right hardware? */ in i2400m_fw_hdr_check()
1222 module_type); in i2400m_fw_hdr_check()
/Linux-v5.10/kernel/bpf/
Dbpf_struct_ops.c97 static const struct btf_type *module_type; variable
119 module_type = btf_type_by_id(btf, module_id); in bpf_struct_ops_init()
373 if (ptype == module_type) { in bpf_struct_ops_map_update_elem()
/Linux-v5.10/sound/soc/intel/skylake/
Dskl-sst-utils.c42 struct module_type { struct
54 struct module_type type; argument
/Linux-v5.10/include/uapi/sound/
Dskl-tplg-interface.h218 __u32 module_type:8; member
/Linux-v5.10/arch/alpha/include/asm/
Derr_ev7.h155 u8 module_type; member
/Linux-v5.10/include/uapi/linux/wimax/
Di2400m.h135 __le32 module_type; member
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c660 u8 module_type; in hns3_get_link_ksettings() local
666 ops->get_media_type(h, &media_type, &module_type); in hns3_get_link_ksettings()
676 if (module_type == HNAE3_MODULE_TYPE_CR) in hns3_get_link_ksettings()
717 u8 module_type = HNAE3_MODULE_TYPE_UNKNOWN; in hns3_check_ksettings_param() local
738 ops->get_media_type(handle, &media_type, &module_type); in hns3_check_ksettings_param()
Dhnae3.h479 u8 *module_type);
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.h156 u8 module_type; member
Dhclgevf_main.c381 hdev->hw.mac.module_type = resp_msg[1]; in hclgevf_get_pf_media_type()
3446 u8 *module_type) in hclgevf_get_media_type() argument
3453 if (module_type) in hclgevf_get_media_type()
3454 *module_type = hdev->hw.mac.module_type; in hclgevf_get_media_type()
/Linux-v5.10/drivers/crypto/qat/qat_common/
Dicp_qat_uclo.h421 unsigned int module_type; member
/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dfirmware.c97 u32 module_type; member
410 if (invalid_header(dd, "module_type", css->module_type, in verify_css_header()
476 hfi1_cdbg(FIRMWARE, " module_type 0x%x", css->module_type); in obtain_one_firmware()
/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_csr.c90 u32 module_type; member
/Linux-v5.10/arch/alpha/kernel/
Derr_marvel.c61 env->module_type, in marvel_print_680_frame()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_cmd.h669 __le32 module_type; member
Dhclge_main.h267 u32 module_type; /* sub media type, e.g. kr/cr/sr/lr */ member
Dhclge_mbx.c463 hdev->hw.mac.module_type; in hclge_get_vf_media_type()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore.c2873 enum mlxsw_reg_pmtm_module_type module_type; in mlxsw_core_module_max_width() local
2881 mlxsw_reg_pmtm_unpack(pmtm_pl, &module_type); in mlxsw_core_module_max_width()
2885 switch (module_type) { in mlxsw_core_module_max_width()
/Linux-v5.10/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ethtool.c216 switch (adapter->module_type) { in netxen_nic_get_link_ksettings()

12