opnsense-src/sys/dev/mlx4/mlx4_en
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
..
en.h mlx4: rename conflicting netdev_priv() to mlx4_netdev_priv() 2021-11-19 00:01:26 +00:00
en_port.h Update the mlx4 core and mlx4en(4) modules towards Linux v4.9. 2017-11-15 11:14:39 +00:00
mlx4_en_cq.c mlx4en: Remove the DRBR and associated logic in the transmit path. 2018-12-05 13:31:45 +00:00
mlx4_en_main.c mlx4: rename conflicting netdev_priv() to mlx4_netdev_priv() 2021-11-19 00:01:26 +00:00
mlx4_en_netdev.c mlx4: rename conflicting netdev_priv() to mlx4_netdev_priv() 2021-11-19 00:01:26 +00:00
mlx4_en_port.c mlx4: rename conflicting netdev_priv() to mlx4_netdev_priv() 2021-11-19 00:01:26 +00:00
mlx4_en_resources.c mlx4/OFED: replace the struct net_device with struct ifnet 2021-07-18 00:35:03 +00:00
mlx4_en_rx.c mlx4: rename conflicting netdev_priv() to mlx4_netdev_priv() 2021-11-19 00:01:26 +00:00
mlx4_en_tx.c mlx4: rename conflicting netdev_priv() to mlx4_netdev_priv() 2021-11-19 00:01:26 +00:00