Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/pds_core/
H A Dcore.c536 .reset.ecode = cpu_to_le16(PDS_EVENT_RESET), in pdsc_fw_down()
553 pdsc_notify(PDS_EVENT_RESET, &reset_event); in pdsc_fw_down()
562 .reset.ecode = cpu_to_le16(PDS_EVENT_RESET), in pdsc_fw_up()
590 pdsc_notify(PDS_EVENT_RESET, &reset_event); in pdsc_fw_up()
H A Dadminq.c35 case PDS_EVENT_RESET: in pdsc_process_notifyq()
38 pdsc_notify(PDS_EVENT_RESET, comp); in pdsc_process_notifyq()
/openbmc/linux/drivers/vfio/pci/pds/
H A Dpci_drv.c83 if (ecode == PDS_EVENT_RESET) { in pds_vfio_pci_notify_handler()
/openbmc/linux/include/linux/pds/
H A Dpds_adminq.h52 PDS_EVENT_RESET = 2, enumerator
/openbmc/linux/drivers/vdpa/pds/
H A Dvdpa_dev.c35 if (ecode == PDS_EVENT_RESET || ecode == PDS_EVENT_LINK_CHANGE) { in pds_vdpa_notify_handler()