freebsd-dev/sys/dev/mlx4
Bjoern A. Zeeb 9d593d5a76 mlx4: rename conflicting netdev_priv() to mlx4_netdev_priv()
netdev_priv() is a LinuxKPI function which was used with the old ifnet
linux/netdevice.h implementation which was not adaptable to modern
Linux drviers unless rewriting them for ifnet in first place which
defeats the purpose.
Rename the netdev_priv() calls in mlx4 to mlx4_netdev_priv()
returning the ifnet softc to avoid conflicting symbol names
with different implementations in the future.

MFC after:	3 days
Reviewed by:	hselasky, kib
Differential Revision: https://reviews.freebsd.org/D32640
2021-10-25 20:12:32 +00:00
..
mlx4_core mlx5/mlx4: Bump driver version to 3.7 2021-07-28 13:47:05 +02:00
mlx4_en mlx4: rename conflicting netdev_priv() to mlx4_netdev_priv() 2021-10-25 20:12:32 +00:00
mlx4_ib mlx4: rename conflicting netdev_priv() to mlx4_netdev_priv() 2021-10-25 20:12:32 +00:00
cmd.h
cq.h
device.h mlx4: Map core_clock page to user space only when allowed 2021-07-12 14:22:35 +02:00
doorbell.h
driver.h
qp.h
srq.h
stats.h