mirror of
https://github.com/opnsense/src.git
synced 2026-05-17 11:39:21 -04:00
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
|
||
|---|---|---|
| .. | ||
| mlx4_ib.h | ||
| mlx4_ib_ah.c | ||
| mlx4_ib_alias_GUID.c | ||
| mlx4_ib_cm.c | ||
| mlx4_ib_cq.c | ||
| mlx4_ib_doorbell.c | ||
| mlx4_ib_mad.c | ||
| mlx4_ib_main.c | ||
| mlx4_ib_mcg.c | ||
| mlx4_ib_mr.c | ||
| mlx4_ib_qp.c | ||
| mlx4_ib_srq.c | ||
| mlx4_ib_sysfs.c | ||
| mlx4_ib_wc.c | ||
| wc.h | ||