| /linux-6.15/scripts/gdb/linux/ |
| H A D | modules.py | 19 module_type = utils.CachedType("struct module") variable 26 global module_type 31 module_ptr_type = module_type.get_type().pointer()
|
| /linux-6.15/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_e610.c | 997 memcpy(hw->link.link_info.module_type, &pcaps->module_type, in ixgbe_aci_get_phy_caps() 998 sizeof(hw->link.link_info.module_type)); in ixgbe_aci_get_phy_caps() 1159 (hw_link_info->module_type[IXGBE_ACI_MOD_TYPE_IDENT] == in ixgbe_get_media_type_from_phy_type() 1161 hw_link_info->module_type[IXGBE_ACI_MOD_TYPE_IDENT] == in ixgbe_get_media_type_from_phy_type() 1246 memcpy(li->module_type, &pcaps->module_type, in ixgbe_update_link_info() 1247 sizeof(li->module_type)); in ixgbe_update_link_info() 1876 u8 module_type; in ixgbe_identify_module_e610() local 1892 module_type = hw->link.link_info.module_type[IXGBE_ACI_MOD_TYPE_IDENT]; in ixgbe_identify_module_e610() 1895 (module_type & IXGBE_ACI_MOD_TYPE_BYTE1_SFP_PLUS_CU_ACTIVE)) { in ixgbe_identify_module_e610() 1897 } else if (module_type & IXGBE_ACI_MOD_TYPE_BYTE1_10G_BASE_SR) { in ixgbe_identify_module_e610() [all …]
|
| H A D | ixgbe_type_e610.h | 434 u8 module_type[IXGBE_ACI_MODULE_TYPE_TOTAL_BYTE]; member 874 u8 module_type[IXGBE_ACI_MODULE_TYPE_TOTAL_BYTE]; member
|
| /linux-6.15/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_uc_fw_abi.h | 50 u32 module_type; member
|
| H A D | intel_huc_fw.c | 116 if (css->module_type != 0x6) in css_valid()
|
| /linux-6.15/drivers/media/pci/mgb4/ |
| H A D | mgb4_sysfs_pci.c | 59 static DEVICE_ATTR_RO(module_type);
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_nvm.h | 25 u16 module_type);
|
| H A D | ice_nvm.c | 455 u16 module_type) in ice_get_pfa_module_tlv() argument 502 if (tlv_sub_module_type == module_type) { in ice_get_pfa_module_tlv()
|
| H A D | ice_common.c | 385 pcaps->module_type[0]); in ice_aq_get_phy_caps() 387 pcaps->module_type[1]); in ice_aq_get_phy_caps() 389 pcaps->module_type[2]); in ice_aq_get_phy_caps() 394 memcpy(pi->phy.link_info.module_type, &pcaps->module_type, in ice_aq_get_phy_caps() 395 sizeof(pi->phy.link_info.module_type)); in ice_aq_get_phy_caps() 553 (hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDENT] == in ice_get_media_type() 555 hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDENT] == in ice_get_media_type()
|
| H A D | ice_type.h | 184 u8 module_type[ICE_MODULE_TYPE_TOTAL_BYTE]; member
|
| /linux-6.15/drivers/net/wireless/realtek/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_common.h | 51 u8 module_type:2; member
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_uc_fw_abi.h | 48 u32 module_type; member
|
| /linux-6.15/arch/alpha/include/asm/ |
| H A D | err_ev7.h | 155 u8 module_type; member
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| H A D | hclgevf_main.h | 145 u8 module_type; member
|
| H A D | hclgevf_main.c | 294 hdev->hw.mac.module_type = resp_msg[1]; in hclgevf_get_pf_media_type() 3257 u8 *module_type) in hclgevf_get_media_type() argument 3264 if (module_type) in hclgevf_get_media_type() 3265 *module_type = hdev->hw.mac.module_type; in hclgevf_get_media_type()
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_ethtool.c | 756 u8 module_type; in hns3_get_link_ksettings() local 762 ops->get_media_type(h, &media_type, &module_type); in hns3_get_link_ksettings() 772 if (module_type == HNAE3_MODULE_TYPE_UNKNOWN) in hns3_get_link_ksettings() 774 else if (module_type == HNAE3_MODULE_TYPE_CR) in hns3_get_link_ksettings() 818 u8 module_type = HNAE3_MODULE_TYPE_UNKNOWN; in hns3_check_ksettings_param() local 840 ops->get_media_type(handle, &media_type, &module_type); in hns3_check_ksettings_param()
|
| H A D | hnae3.h | 621 u8 *module_type);
|
| /linux-6.15/drivers/crypto/intel/qat/qat_common/ |
| H A D | icp_qat_uclo.h | 452 unsigned int module_type; member
|
| /linux-6.15/kernel/bpf/ |
| H A D | bpf_struct_ops.c | 683 const struct btf_type *module_type; in bpf_struct_ops_map_update_elem() local 735 module_type = btf_type_by_id(btf_vmlinux, st_ops_ids[IDX_MODULE_ID]); in bpf_struct_ops_map_update_elem() 746 if (ptype == module_type) { in bpf_struct_ops_map_update_elem()
|
| /linux-6.15/drivers/infiniband/hw/hfi1/ |
| H A D | firmware.c | 54 u32 module_type; member 367 if (invalid_header(dd, "module_type", css->module_type, in verify_css_header() 433 hfi1_cdbg(FIRMWARE, " module_type 0x%x", css->module_type); in obtain_one_firmware()
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_cmd.h | 351 __le32 module_type; member
|
| H A D | hclge_main.h | 294 u32 module_type; /* sub media type, e.g. kr/cr/sr/lr */ member
|
| /linux-6.15/arch/alpha/kernel/ |
| H A D | err_marvel.c | 61 env->module_type, in marvel_print_680_frame()
|