summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/pds_core/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-10pds_core: Fix pdsc_check_pci_health function to use work threadBrett Creeley1-1/+12
2024-02-19pds_core: use pci_reset_function for health resetShannon Nelson1-2/+1
2024-02-06pds_core: Clean up init/uninit flows to be more readableBrett Creeley1-43/+44
2024-02-06pds_core: Don't assign interrupt index/bound_intr to notifyqBrett Creeley1-4/+1
2024-02-01pds_core: Rework teardown/setup flow to be more commonBrett Creeley1-8/+5
2024-02-01pds_core: Clear BARs on resetBrett Creeley1-1/+7
2024-02-01pds_core: Prevent race issues involving the adminqBrett Creeley1-0/+21
2024-02-01pds_core: Use struct pdsc for the pdsc_adminq_isr private dataBrett Creeley1-1/+1
2024-02-01pds_core: Cancel AQ work on teardownBrett Creeley1-0/+2
2023-10-25amd/pds_core: core: No need for Null pointer check before kfreeBragatheswaran Manickavel1-5/+2
2023-09-18pds_core: add attempts to fix broken PCIShannon Nelson1-0/+14
2023-09-18pds_core: implement pci reset handlersShannon Nelson1-3/+11
2023-09-18pds_core: keep viftypes table across resetShannon Nelson1-6/+9
2023-08-26pds_core: no reset command for VFShannon Nelson1-1/+2
2023-08-26pds_core: no health reporter in VFShannon Nelson1-3/+5
2023-06-27pds_core: use vmalloc_array and vcallocJulia Lawall1-2/+2
2023-04-21pds_core: publish events to the clientsShannon Nelson1-0/+32
2023-04-21pds_core: set up the VIF definitions and defaultsShannon Nelson1-0/+48
2023-04-21pds_core: Add adminq processing and commandsShannon Nelson1-11/+0
2023-04-21pds_core: set up device and adminqShannon Nelson1-3/+428
2023-04-21pds_core: add devlink health facilitiesShannon Nelson1-1/+7
2023-04-21pds_core: health timer and workqueueShannon Nelson1-0/+61
2023-04-21pds_core: add devcmd device interfacesShannon Nelson1-0/+36