linux_dsm_epyc7002/drivers/infiniband/hw/mlx5
Jack Morgenstein 4d2f9bbb65 mlx5: Adjust events to use unsigned long param instead of void *
In the event flow, we currently pass only a port number in the
void *data argument.  Rather than pass a pointer to the event handlers,
we should use an "unsigned long" parameter, and pass the port number
value directly.

In the future, if necessary for some events, we can use the unsigned long
parameter to pass a pointer.

Based on a patch by Eli Cohen <eli@mellanox.com>

Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il>
Signed-off-by: Eli Cohen <eli@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-07-30 14:00:06 -07:00
..
ah.c mlx5: Add driver for Mellanox Connect-IB adapters 2013-07-08 10:32:24 -07:00
cq.c mlx5: minor fixes (mainly avoidance of hidden casts) 2014-07-30 14:00:06 -07:00
doorbell.c IB: Refactor umem to use linear SG table 2014-03-04 10:34:28 -08:00
Kconfig IB/mlx5: Remove dependency on X86 2014-02-13 20:48:02 -08:00
mad.c mlx5: minor fixes (mainly avoidance of hidden casts) 2014-07-30 14:00:06 -07:00
main.c mlx5: Adjust events to use unsigned long param instead of void * 2014-07-30 14:00:06 -07:00
Makefile mlx5: Add driver for Mellanox Connect-IB adapters 2013-07-08 10:32:24 -07:00
mem.c mlx5: minor fixes (mainly avoidance of hidden casts) 2014-07-30 14:00:06 -07:00
mlx5_ib.h mlx5: minor fixes (mainly avoidance of hidden casts) 2014-07-30 14:00:06 -07:00
mr.c mlx5: Move pci device handling from mlx5_ib to mlx5_core 2014-07-30 14:00:06 -07:00
qp.c mlx5: minor fixes (mainly avoidance of hidden casts) 2014-07-30 14:00:06 -07:00
srq.c mlx5: Move pci device handling from mlx5_ib to mlx5_core 2014-07-30 14:00:06 -07:00
user.h IB/mlx5: add missing padding at end of struct mlx5_ib_create_srq 2014-05-27 11:53:16 -07:00