opnsense-src/sys/dev/mlx4
Bjoern A. Zeeb 378083e188 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.

(cherry picked from commit 9d593d5a76)
2021-11-19 00:01:26 +00:00
..
mlx4_core mlx5/mlx4: Bump driver version to 3.7 2021-09-22 14:59:31 +02:00
mlx4_en mlx4: rename conflicting netdev_priv() to mlx4_netdev_priv() 2021-11-19 00:01:26 +00:00
mlx4_ib mlx4: rename conflicting netdev_priv() to mlx4_netdev_priv() 2021-11-19 00:01:26 +00:00
cmd.h Update the mlx4 core and mlx4en(4) modules towards Linux v4.9. 2017-11-15 11:14:39 +00:00
cq.h sys/dev/mlx[45]: fix uses of 1 << 31 2018-01-12 06:36:44 +00:00
device.h mlx4: Map core_clock page to user space only when allowed 2021-07-26 18:04:33 +02:00
doorbell.h
driver.h mlx4en: Add support for netdump. 2018-12-05 13:32:15 +00:00
qp.h sys/dev/mlx[45]: fix uses of 1 << 31 2018-01-12 06:36:44 +00:00
srq.h
stats.h Update the mlx4 core and mlx4en(4) modules towards Linux v4.9. 2017-11-15 11:14:39 +00:00