Home
last modified time | relevance | path

Searched refs:dev_ident (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/amd/pds_core/
H A Ddebugfs.c39 ident = &pdsc->dev_ident; in identity_show()
58 le16_to_cpu(pdsc->dev_ident.vif_types[vt])); in identity_show()
214 if (!(pdsc->dev_ident.capabilities & in pdsc_debugfs_add_host_mem()
H A Ddev.c395 sz = min_t(size_t, sizeof(pdsc->dev_ident), in pdsc_identify_ver()
397 memcpy_fromio(&pdsc->dev_ident, &pdsc->cmd_regs->data, sz); in pdsc_identify_ver()
402 if (pdsc->dev_ident.version < PDS_CORE_IDENTITY_VERSION_2) in pdsc_identify_ver()
403 pdsc->dev_ident.capabilities = 0; in pdsc_identify_ver()
481 nintrs = le32_to_cpu(pdsc->dev_ident.nintrs); in pdsc_dev_init()
H A Ddevlink.c190 le16_to_cpu(pdsc->dev_ident.max_fw_slots)); in pdsc_dl_component_info_get()
268 if (pdsc->dev_ident.version >= PDS_CORE_IDENTITY_VERSION_2) { in pdsc_dl_info_get()
H A Dcore.c385 dbid_count = le32_to_cpu(pdsc->dev_ident.ndbpgs_per_lif); in pdsc_core_init()
441 vt_support = !!le16_to_cpu(pdsc->dev_ident.vif_types[vt]); in pdsc_viftypes_init()
790 if (!(pdsc->dev_ident.capabilities & in pdsc_host_mem_add()
H A Dauxbus.c237 vt_support = !!le16_to_cpu(pf->dev_ident.vif_types[vt]); in pdsc_auxbus_dev_add()
H A Dcore.h202 struct pds_core_dev_identity dev_ident; member
H A Dfw.c975 if (pdsc->dev_ident.version >= PDS_CORE_IDENTITY_VERSION_2 && in pdsc_firmware_update()
976 pdsc->dev_ident.capabilities & in pdsc_firmware_update()