/kernel/linux/linux-6.6/drivers/net/ethernet/amd/pds_core/ |
H A D | debugfs.c | 20 void pdsc_debugfs_add_dev(struct pdsc *pdsc) in pdsc_debugfs_add_dev() argument 27 void pdsc_debugfs_del_dev(struct pdsc *pdsc) in pdsc_debugfs_del_dev() argument 35 struct pdsc *pdsc = seq->private; identity_show() local 65 pdsc_debugfs_add_ident(struct pdsc *pdsc) pdsc_debugfs_add_ident() argument 77 struct pdsc *pdsc = seq->private; viftype_show() local 93 pdsc_debugfs_add_viftype(struct pdsc *pdsc) pdsc_debugfs_add_viftype() argument 107 pdsc_debugfs_add_qcq(struct pdsc *pdsc, struct pdsc_qcq *qcq) pdsc_debugfs_add_qcq() argument [all...] |
H A D | dev.c | 56 bool pdsc_is_fw_running(struct pdsc *pdsc) in pdsc_is_fw_running() argument 72 pdsc_is_fw_good(struct pdsc *pdsc) pdsc_is_fw_good() argument 85 pdsc_devcmd_status(struct pdsc *pdsc) pdsc_devcmd_status() argument 90 pdsc_devcmd_done(struct pdsc *pdsc) pdsc_devcmd_done() argument 95 pdsc_devcmd_dbell(struct pdsc *pdsc) pdsc_devcmd_dbell() argument 101 pdsc_devcmd_clean(struct pdsc *pdsc) pdsc_devcmd_clean() argument 127 pdsc_devcmd_wait(struct pdsc *pdsc, u8 opcode, int max_seconds) pdsc_devcmd_wait() argument 176 pdsc_devcmd_locked(struct pdsc *pdsc, union pds_core_dev_cmd *cmd, union pds_core_dev_comp *comp, int max_seconds) pdsc_devcmd_locked() argument 196 pdsc_devcmd(struct pdsc *pdsc, union pds_core_dev_cmd *cmd, union pds_core_dev_comp *comp, int max_seconds) pdsc_devcmd() argument 208 pdsc_devcmd_init(struct pdsc *pdsc) pdsc_devcmd_init() argument 218 pdsc_devcmd_reset(struct pdsc *pdsc) pdsc_devcmd_reset() argument 228 pdsc_devcmd_identify_locked(struct pdsc *pdsc) pdsc_devcmd_identify_locked() argument 239 pdsc_init_devinfo(struct pdsc *pdsc) pdsc_init_devinfo() argument 259 pdsc_identify(struct pdsc *pdsc) pdsc_identify() argument 312 pdsc_dev_init(struct pdsc *pdsc) pdsc_dev_init() argument [all...] |
H A D | adminq.c | 16 struct pdsc *pdsc = qcq->pdsc; in pdsc_process_notifyq() local 66 static bool pdsc_adminq_inc_if_up(struct pdsc *pds argument 79 struct pdsc *pdsc = qcq->pdsc; pdsc_process_adminq() local 148 struct pdsc *pdsc = data; pdsc_adminq_isr() local 166 __pdsc_adminq_post(struct pdsc *pdsc, struct pdsc_qcq *qcq, union pds_core_adminq_cmd *cmd, union pds_core_adminq_comp *comp, struct pdsc_wait_context *wc) __pdsc_adminq_post() argument 233 pdsc_adminq_post(struct pdsc *pdsc, union pds_core_adminq_cmd *cmd, union pds_core_adminq_comp *comp, bool fast_poll) pdsc_adminq_post() argument [all...] |
H A D | devlink.c | 8 pdsc_viftype *pdsc_dl_find_viftype_by_id(struct pdsc *pdsc, in pdsc_dl_find_viftype_by_id() argument 27 struct pdsc *pdsc = devlink_priv(dl); in pdsc_dl_enable_get() local 42 struct pdsc *pdsc in pdsc_dl_enable_set() local 69 struct pdsc *pdsc = devlink_priv(dl); pdsc_dl_enable_validate() local 86 struct pdsc *pdsc = devlink_priv(dl); pdsc_dl_flash_update() local 105 struct pdsc *pdsc = devlink_priv(dl); pdsc_dl_info_get() local 157 struct pdsc *pdsc = devlink_health_reporter_priv(reporter); pdsc_fw_reporter_diagnose() local [all...] |
H A D | fw.c | 17 static int pdsc_devcmd_fw_download_locked(struct pdsc *pdsc, u64 addr, in pdsc_devcmd_fw_download_locked() argument 31 static int pdsc_devcmd_fw_install(struct pdsc *pdsc) in pdsc_devcmd_fw_install() argument 47 static int pdsc_devcmd_fw_activate(struct pdsc *pdsc, in pdsc_devcmd_fw_activate() argument 60 pdsc_fw_status_long_wait(struct pdsc *pdsc, const char *label, unsigned long timeout, u8 fw_cmd, struct netlink_ext_ack *extack) pdsc_fw_status_long_wait() argument 98 pdsc_firmware_update(struct pdsc *pdsc, const struct firmware *fw, struct netlink_ext_ack *extack) pdsc_firmware_update() argument [all...] |
H A D | core.c | 28 void pdsc_intr_free(struct pdsc *pdsc, int index) in pdsc_intr_free() argument 51 int pdsc_intr_alloc(struct pdsc *pdsc, char *name, in pdsc_intr_alloc() argument 106 pdsc_qcq_intr_free(struct pdsc *pdsc, struct pdsc_qcq *qcq) pdsc_qcq_intr_free() argument 116 pdsc_qcq_intr_alloc(struct pdsc *pdsc, struct pdsc_qcq *qcq) pdsc_qcq_intr_alloc() argument 136 pdsc_qcq_free(struct pdsc *pdsc, struct pdsc_qcq *qcq) pdsc_qcq_free() argument 188 pdsc_qcq_alloc(struct pdsc *pdsc, unsigned int type, unsigned int index, const char *name, unsigned int flags, unsigned int num_descs, unsigned int desc_size, unsigned int cq_desc_size, unsigned int pid, struct pdsc_qcq *qcq) pdsc_qcq_alloc() argument 306 pdsc_core_init(struct pdsc *pdsc) pdsc_core_init() argument 375 pdsc_viftypes_init(struct pdsc *pdsc) pdsc_viftypes_init() argument 405 pdsc_setup(struct pdsc *pdsc, bool init) pdsc_setup() argument 461 pdsc_teardown(struct pdsc *pdsc, bool removing) pdsc_teardown() argument 493 pdsc_start(struct pdsc *pdsc) pdsc_start() argument 501 pdsc_stop(struct pdsc *pdsc) pdsc_stop() argument 515 pdsc_adminq_wait_and_dec_once_unused(struct pdsc *pdsc) pdsc_adminq_wait_and_dec_once_unused() argument 533 pdsc_fw_down(struct pdsc *pdsc) pdsc_fw_down() argument 559 pdsc_fw_up(struct pdsc *pdsc) pdsc_fw_up() argument 600 struct pdsc *pdsc = container_of(work, struct pdsc, health_work); pdsc_health_thread() local [all...] |
H A D | main.c | 26 struct pdsc *pdsc = from_timer(pdsc, t, wdtimer); in pdsc_wdtimer_cb() local 35 static void pdsc_unmap_bars(struct pdsc *pdsc) in pdsc_unmap_bars() argument 51 pdsc_map_bars(struct pdsc *pdsc) pdsc_map_bars() argument 134 pdsc_map_dbpage(struct pdsc *pdsc, int page_num) pdsc_map_dbpage() argument 143 struct pdsc *pdsc = pci_get_drvdata(pdev); pdsc_sriov_configure() local 217 pdsc_init_pf(struct pdsc *pdsc) pdsc_init_pf() argument 329 struct pdsc *pdsc; pdsc_probe() local 394 struct pdsc *pdsc = pci_get_drvdata(pdev); pdsc_remove() local 452 pdsc_stop_health_thread(struct pdsc *pdsc) pdsc_stop_health_thread() argument 459 pdsc_restart_health_thread(struct pdsc *pdsc) pdsc_restart_health_thread() argument 467 struct pdsc *pdsc = pci_get_drvdata(pdev); pdsc_reset_prepare() local 479 struct pdsc *pdsc = pci_get_drvdata(pdev); pdsc_reset_done() local [all...] |
H A D | core.h | 116 struct pdsc *pdsc; member 154 struct pdsc { struct [all...] |
/kernel/linux/linux-6.6/drivers/vfio/pci/pds/ |
H A D | cmds.c | 25 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; pds_vfio_unregister_client_cmd() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | papr_scm.c | 677 const struct pdsm_cmd_desc *pdsc; in papr_scm_service_pdsm() local
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | papr_scm.c | 987 const struct pdsm_cmd_desc *pdsc; in papr_scm_service_pdsm() local
|