opnsense-src/sys/dev/mlx4/mlx4_ib
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_ib.h ibcore: Declare ib_post_send() and ib_post_recv() arguments const 2021-07-26 18:04:32 +02:00
mlx4_ib_ah.c mlx4: replace LinuxKPI macros with ifnet functions 2021-07-18 00:35:02 +00:00
mlx4_ib_alias_GUID.c Update mlx4ib(4) to Linux 4.9. 2017-11-13 10:49:18 +00:00
mlx4_ib_cm.c Update mlx4ib(4) to Linux 4.9. 2017-11-13 10:49:18 +00:00
mlx4_ib_cq.c mlx4ib and mlx5ib: Set slid to zero in Ethernet completion struct 2021-07-26 18:04:33 +02:00
mlx4_ib_doorbell.c
mlx4_ib_mad.c ibcore: Declare ib_post_send() and ib_post_recv() arguments const 2021-07-26 18:04:32 +02:00
mlx4_ib_main.c mlx4: rename conflicting netdev_priv() to mlx4_netdev_priv() 2021-11-19 00:01:26 +00:00
mlx4_ib_mcg.c Update mlx4ib(4) to Linux 4.9. 2017-11-13 10:49:18 +00:00
mlx4_ib_mr.c Update mlx4ib(4) to Linux 4.9. 2017-11-13 10:49:18 +00:00
mlx4_ib_qp.c ibcore: Declare ib_post_send() and ib_post_recv() arguments const 2021-07-26 18:04:32 +02:00
mlx4_ib_srq.c ibcore: Declare ib_post_send() and ib_post_recv() arguments const 2021-07-26 18:04:32 +02:00
mlx4_ib_sysfs.c Update mlx4ib(4) to Linux 4.9. 2017-11-13 10:49:18 +00:00
mlx4_ib_wc.c
wc.h