freebsd-dev/sys/dev/ixgbe
Jean-Sébastien Pédron bd937497ea Consistently use device_t
Several files use the internal name of `struct device` instead of
`device_t` which is part of the public API. This patch changes all
`struct device *` to `device_t`.

The remaining occurrences of `struct device` are those referring to the
Linux or OpenBSD version of the structure, or the code is not built on
FreeBSD and it's unclear what to do.

Submitted by:	Matthew Macy <mmacy@nextbsd.org> (previous version)
Approved by:	emaste, jhibbits, sbruno
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D7447
2016-08-09 19:32:06 +00:00
..
if_ix.c Do not initialize the adapter on MTU change when adapter status is down. 2016-07-07 03:39:18 +00:00
if_ixv.c Do not initialize the adapter on MTU change when adapter status is down. 2016-07-07 03:39:18 +00:00
ix_txrx.c net: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid has hash properties 2016-06-07 04:51:50 +00:00
ixgbe_82598.c ixgbe(4): Update to version 3.1.13-k 2015-12-23 22:45:17 +00:00
ixgbe_82598.h
ixgbe_82599.c ixgbe(4): Update to version 3.1.13-k 2015-12-23 22:45:17 +00:00
ixgbe_82599.h
ixgbe_api.c dev/e1000,ixgbe: minor spelling fixes. 2016-05-06 22:54:56 +00:00
ixgbe_api.h ixgbe(4): Update to version 3.1.13-k 2015-12-23 22:45:17 +00:00
ixgbe_common.c dev/e1000,ixgbe: minor spelling fixes. 2016-05-06 22:54:56 +00:00
ixgbe_common.h
ixgbe_dcb_82598.c
ixgbe_dcb_82598.h
ixgbe_dcb_82599.c
ixgbe_dcb_82599.h
ixgbe_dcb.c ixgbe(4): Update to version 3.1.13-k 2015-12-23 22:45:17 +00:00
ixgbe_dcb.h
ixgbe_mbx.c dev/e1000,ixgbe: minor spelling fixes. 2016-05-06 22:54:56 +00:00
ixgbe_mbx.h
ixgbe_osdep.c ixgbe(4): Update to version 3.1.13-k 2015-12-23 22:45:17 +00:00
ixgbe_osdep.h Fix ixgbe compliation with DBG 1 2016-01-25 16:18:53 +00:00
ixgbe_phy.c Fixup DA cable detection routines to not set the cable type to 2016-07-19 17:31:48 +00:00
ixgbe_phy.h ixgbe(4): Update to version 3.1.13-k 2015-12-23 22:45:17 +00:00
ixgbe_type.h dev/e1000,ixgbe: minor spelling fixes. 2016-05-06 22:54:56 +00:00
ixgbe_vf.c ixgbe(4): Update to version 3.1.13-k 2015-12-23 22:45:17 +00:00
ixgbe_vf.h
ixgbe_x540.c Configure ixgbe phy & gbic power 2016-01-31 15:14:23 +00:00
ixgbe_x540.h
ixgbe_x550.c Configure ixgbe phy & gbic power 2016-01-31 15:14:23 +00:00
ixgbe_x550.h ixgbe(4): Update to version 3.1.13-k 2015-12-23 22:45:17 +00:00
ixgbe.h Consistently use device_t 2016-08-09 19:32:06 +00:00