mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05: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_core | ||
| mlx4_en | ||
| mlx4_ib | ||
| cmd.h | ||
| cq.h | ||
| device.h | ||
| doorbell.h | ||
| driver.h | ||
| qp.h | ||
| srq.h | ||
| stats.h | ||