Home
last modified time | relevance | path

Searched defs:pdsc (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/amd/pds_core/
H A Ddev.c58 bool pdsc_is_fw_running(struct pdsc *pdsc) in pdsc_is_fw_running()
74 bool pdsc_is_fw_good(struct pdsc *pdsc) in pdsc_is_fw_good()
87 static u8 pdsc_devcmd_status(struct pdsc *pdsc) in pdsc_devcmd_status()
92 static bool pdsc_devcmd_done(struct pdsc *pdsc) in pdsc_devcmd_done()
97 static void pdsc_devcmd_dbell(struct pdsc *pdsc) in pdsc_devcmd_dbell()
103 static void pdsc_devcmd_clean(struct pdsc *pdsc) in pdsc_devcmd_clean()
129 static int pdsc_devcmd_wait(struct pdsc *pdsc, u8 opcode, int max_seconds) in pdsc_devcmd_wait()
183 int pdsc_devcmd_locked(struct pdsc *pdsc, union pds_core_dev_cmd *cmd, in pdsc_devcmd_locked()
203 int pdsc_devcmd(struct pdsc *pdsc, union pds_core_dev_cmd *cmd, in pdsc_devcmd()
215 int pdsc_devcmd_init(struct pdsc *pdsc) in pdsc_devcmd_init()
[all …]
H A Dcore.c28 void pdsc_intr_free(struct pdsc *pdsc, int index) in pdsc_intr_free()
51 int pdsc_intr_alloc(struct pdsc *pdsc, char *name, in pdsc_intr_alloc()
106 static void pdsc_qcq_intr_free(struct pdsc *pdsc, struct pdsc_qcq *qcq) in pdsc_qcq_intr_free()
116 static int pdsc_qcq_intr_alloc(struct pdsc *pdsc, struct pdsc_qcq *qcq) in pdsc_qcq_intr_alloc()
137 void pdsc_qcq_free(struct pdsc *pdsc, struct pdsc_qcq *qcq) in pdsc_qcq_free()
188 int pdsc_qcq_alloc(struct pdsc *pdsc, unsigned int type, unsigned int index, in pdsc_qcq_alloc()
305 static void pdsc_core_uninit(struct pdsc *pdsc) in pdsc_core_uninit()
316 static int pdsc_core_init(struct pdsc *pdsc) in pdsc_core_init()
414 static int pdsc_viftypes_init(struct pdsc *pdsc) in pdsc_viftypes_init()
446 int pdsc_setup(struct pdsc *pdsc, bool init) in pdsc_setup()
[all …]
H A Ddebugfs.c20 void pdsc_debugfs_add_dev(struct pdsc *pdsc) in pdsc_debugfs_add_dev()
27 void pdsc_debugfs_del_dev(struct pdsc *pdsc) in pdsc_debugfs_del_dev()
36 struct pdsc *pdsc = seq->private; in identity_show() local
65 void pdsc_debugfs_add_ident(struct pdsc *pdsc) in pdsc_debugfs_add_ident()
77 struct pdsc *pdsc = seq->private; in viftype_show() local
93 void pdsc_debugfs_add_viftype(struct pdsc *pdsc) in pdsc_debugfs_add_viftype()
107 void pdsc_debugfs_add_qcq(struct pdsc *pdsc, struct pdsc_qcq *qcq) in pdsc_debugfs_add_qcq()
H A Dadminq.c11 struct pdsc *pdsc = qcq->pdsc; in pdsc_process_notifyq() local
61 static bool pdsc_adminq_inc_if_up(struct pdsc *pdsc) in pdsc_adminq_inc_if_up()
74 struct pdsc *pdsc = qcq->pdsc; in pdsc_process_adminq() local
140 struct pdsc *pdsc = data; in pdsc_adminq_isr() local
157 static int __pdsc_adminq_post(struct pdsc *pdsc, in __pdsc_adminq_post()
223 int pdsc_adminq_post(struct pdsc *pdsc, in pdsc_adminq_post()
H A Dfw.c17 static int pdsc_devcmd_fw_download_locked(struct pdsc *pdsc, u64 addr, in pdsc_devcmd_fw_download_locked()
31 static int pdsc_devcmd_fw_install(struct pdsc *pdsc) in pdsc_devcmd_fw_install()
47 static int pdsc_devcmd_fw_activate(struct pdsc *pdsc, in pdsc_devcmd_fw_activate()
60 static int pdsc_fw_status_long_wait(struct pdsc *pdsc, in pdsc_fw_status_long_wait()
98 int pdsc_firmware_update(struct pdsc *pdsc, const struct firmware *fw, in pdsc_firmware_update()
/linux/drivers/vfio/pci/pds/
H A Dcmds.c25 struct pdsc *pdsc; in pds_vfio_client_adminq_cmd() local
50 struct pdsc *pdsc; in pds_vfio_register_client_cmd() local
73 struct pdsc *pdsc; in pds_vfio_unregister_client_cmd() local