summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-23net/mlx5: Fix spelling mistake "enught" -> "enough"Colin Ian King1-1/+1
2021-06-15net/mlx5: Round-Robin EQs over IRQsShay Drory1-20/+177
2021-06-15net/mlx5: Allocating a pool of MSI-X vectors for SFsShay Drory1-92/+200
2021-06-15net/mlx5: Change IRQ storage logic from static to dynamicShay Drory1-31/+48
2021-06-15net/mlx5: Moving rmap logic to EQsShay Drory1-72/+12
2021-06-15net/mlx5: Extend mlx5_irq_request to request IRQ from the kernelShay Drory1-71/+57
2021-06-15net/mlx5: Removing rmap per IRQShay Drory1-5/+12
2021-06-15net/mlx5: Provide cpumask at EQ creation phaseLeon Romanovsky1-82/+21
2021-06-15net/mlx5: Introduce API for request and release IRQsShay Drory1-9/+22
2021-06-15net/mlx5: Delay IRQ destruction till all users are goneLeon Romanovsky1-19/+36
2021-05-19net/mlx5: Don't overwrite HCA capabilities when setting MSI-X countLeon Romanovsky1-5/+17
2021-04-14net/mlx5: Remove return statement exist at the end of void functionWenpeng Liang1-1/+0
2021-04-04net/mlx5: Dynamically assign MSI-X vectors countLeon Romanovsky1-0/+73
2021-01-22net/mlx5: SF, Add auxiliary device driverParav Pandit1-0/+20
2020-10-02net/mlx5: Fix request_irqs error flowMaor Gottlieb1-1/+1
2019-06-13net/mlx5: Use a single IRQ for all async EQsAriel Levkovich1-24/+14
2019-06-13net/mlx5: Rename mlx5_irq_info to mlx5_irqYuval Avnery1-39/+38
2019-06-13net/mlx5: Move all IRQ logic to pci_irq.cYuval Avnery1-0/+345