summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/lib/eq.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-14net/mlx5: Remove unused declarationYue Haibing1-1/+0
2023-08-07net/mlx5: Allocate completion EQs dynamicallyMaher Sanalla1-1/+1
2021-08-10net/mlx5: Synchronize correct IRQ when destroying CQShay Drory1-0/+2
2021-06-15net/mlx5: Clean license text in eq.[c|h] filesLeon Romanovsky1-1/+1
2021-06-15net/mlx5: Introduce API for request and release IRQsShay Drory1-0/+1
2021-03-13net/mlx5: Use order-0 allocations for EQsTariq Toukan1-5/+10
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2020-10-02net/mlx5: poll cmd EQ in case of command timeoutEran Ben Elisha1-0/+2
2020-09-14net: mlx: convert tasklets to use new tasklet_setup() APIAllen Pais1-1/+1
2020-04-30net/mlx5: Remove unused field in EQTariq Toukan1-1/+0
2019-08-11mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-1/+1
2019-07-03net/mlx5: Expose the API to register for ANY eventYishai Hadas1-3/+0
2019-07-03net/mlx5: Fix mlx5_core_destroy_cq() error flowYishai Hadas1-1/+1
2019-06-13net/mlx5: Add EQ enable/disable APIYuval Avnery1-1/+0
2019-06-13net/mlx5: Move all IRQ logic to pci_irq.cYuval Avnery1-1/+0
2019-06-13net/mlx5: Change interrupt handler to call chain notifierYuval Avnery1-1/+8
2018-11-27net/mlx5: EQ, Introduce atomic notifier chain subscription APISaeed Mahameed1-0/+5
2018-11-20net/mlx5: EQ, Make EQE access methods inlineSaeed Mahameed1-1/+24
2018-11-20{net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMASaeed Mahameed1-8/+0
2018-11-20net/mlx5: EQ, Generic EQSaeed Mahameed1-10/+2
2018-11-20net/mlx5: EQ, Different EQ typesSaeed Mahameed1-22/+31
2018-11-20net/mlx5: EQ, Privatize eq_table and friendsSaeed Mahameed1-0/+77