freebsd-dev/sys/dev/mlx4/mlx4_ib
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_ib_ah.c ibcore: Kernel space update based on Linux 5.7-rc1. 2021-07-28 13:28:29 +02:00
mlx4_ib_alias_GUID.c
mlx4_ib_cm.c
mlx4_ib_cq.c ibcore: Kernel space update based on Linux 5.7-rc1. 2021-07-28 13:28:29 +02:00
mlx4_ib_doorbell.c
mlx4_ib_mad.c ibcore: Kernel space update based on Linux 5.7-rc1. 2021-07-28 13:28:29 +02:00
mlx4_ib_main.c mlx4: rename conflicting netdev_priv() to mlx4_netdev_priv() 2021-10-25 20:12:32 +00:00
mlx4_ib_mcg.c
mlx4_ib_mr.c ibcore: Kernel space update based on Linux 5.7-rc1. 2021-07-28 13:28:29 +02:00
mlx4_ib_qp.c ibcore: Kernel space update based on Linux 5.7-rc1. 2021-07-28 13:28:29 +02:00
mlx4_ib_srq.c ibcore: Kernel space update based on Linux 5.7-rc1. 2021-07-28 13:28:29 +02:00
mlx4_ib_sysfs.c
mlx4_ib_wc.c
mlx4_ib.h ibcore: Kernel space update based on Linux 5.7-rc1. 2021-07-28 13:28:29 +02:00
wc.h