Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/pds_core/
H A Ddev.c285 sz = min_t(size_t, sizeof(pdsc->dev_ident), in pdsc_identify()
287 memcpy_fromio(&pdsc->dev_ident, &pdsc->cmd_regs->data, sz); in pdsc_identify()
332 nintrs = le32_to_cpu(pdsc->dev_ident.nintrs); in pdsc_dev_init()
H A Ddebugfs.c39 ident = &pdsc->dev_ident; in identity_show()
58 le16_to_cpu(pdsc->dev_ident.vif_types[vt])); in identity_show()
H A Dauxbus.c220 vt_support = !!le16_to_cpu(pf->dev_ident.vif_types[vt]); in pdsc_auxbus_dev_add()
H A Dcore.h177 struct pds_core_dev_identity dev_ident; member
H A Dcore.c347 dbid_count = le32_to_cpu(pdsc->dev_ident.ndbpgs_per_lif); in pdsc_core_init()
394 vt_support = !!le16_to_cpu(pdsc->dev_ident.vif_types[vt]); in pdsc_viftypes_init()