Home
last modified time | relevance | path

Searched refs:PDS_CORE_DRV_NAME (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/pds/
H A Dpds_common.h7 #define PDS_CORE_DRV_NAME "pds_core" macro
42 #define PDS_VDPA_DEV_NAME PDS_CORE_DRV_NAME "." PDS_DEV_TYPE_VDPA_STR
43 #define PDS_VFIO_LM_DEV_NAME PDS_CORE_DRV_NAME "." PDS_DEV_TYPE_LM_STR "." PDS_DEV_TYPE_VFIO_STR
/openbmc/linux/drivers/net/ethernet/amd/pds_core/
H A Dmain.c226 err = pci_request_regions(pdsc->pdev, PDS_CORE_DRV_NAME); in pdsc_init_pf()
238 snprintf(wq_name, sizeof(wq_name), "%s.%d", PDS_CORE_DRV_NAME, pdsc->uid); in pdsc_init_pf()
493 err = pci_request_regions(pdsc->pdev, PDS_CORE_DRV_NAME); in pdsc_reset_done()
516 .name = PDS_CORE_DRV_NAME,
532 if (strcmp(KBUILD_MODNAME, PDS_CORE_DRV_NAME)) in pdsc_init_module()
H A Ddebugfs.c12 pdsc_dir = debugfs_create_dir(PDS_CORE_DRV_NAME, NULL); in pdsc_debugfs_create()
H A Dauxbus.c231 PDS_CORE_DRV_NAME, pf->viftype_status[vt].name, cf->uid); in pdsc_auxbus_dev_add()
H A Ddev.c269 "%s %s", PDS_CORE_DRV_NAME, utsname()->release); in pdsc_identify()
H A Dcore.c127 PDS_CORE_DRV_NAME, pdsc->pdev->bus->number, qcq->q.name); in pdsc_qcq_intr_alloc()