]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ixgbe: Rename 'struct adapter' to 'struct ixgbe_softc'
authorKevin Bowling <kbowling@FreeBSD.org>
Sat, 25 Sep 2021 23:12:23 +0000 (16:12 -0700)
committerKevin Bowling <kbowling@FreeBSD.org>
Sun, 3 Oct 2021 01:49:25 +0000 (18:49 -0700)
commit90e279aecd64859bda63828e817df39485ffd9ef
tree324676469f618f64b62cd71fa46b0a9e9cc64db1
parenta17cf1bed9d0cd3305f5e2bbd66f1bf1dc23714c
ixgbe: Rename 'struct adapter' to 'struct ixgbe_softc'

Rename the 'struct adapter' to 'struct ixgbe_softc' to avoid type
ambiguity in things like kgdb.

Reviewed by: markj
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D32131

(cherry picked from commit b1d5caf3c7504a1ece0498ec3f7360ac760577f7)
sys/dev/ixgbe/if_bypass.c
sys/dev/ixgbe/if_fdir.c
sys/dev/ixgbe/if_ix.c
sys/dev/ixgbe/if_ixv.c
sys/dev/ixgbe/if_sriov.c
sys/dev/ixgbe/ix_txrx.c
sys/dev/ixgbe/ixgbe.h
sys/dev/ixgbe/ixgbe_bypass.h
sys/dev/ixgbe/ixgbe_fdir.h
sys/dev/ixgbe/ixgbe_osdep.c
sys/dev/ixgbe/ixgbe_sriov.h