mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
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 |
||
|---|---|---|
| .. | ||
| if_ix.c | ||
| if_ixv.c | ||
| ix_txrx.c | ||
| ixgbe.h | ||
| ixgbe_82598.c | ||
| ixgbe_82598.h | ||
| ixgbe_82599.c | ||
| ixgbe_82599.h | ||
| ixgbe_api.c | ||
| ixgbe_api.h | ||
| ixgbe_common.c | ||
| ixgbe_common.h | ||
| ixgbe_dcb.c | ||
| ixgbe_dcb.h | ||
| ixgbe_dcb_82598.c | ||
| ixgbe_dcb_82598.h | ||
| ixgbe_dcb_82599.c | ||
| ixgbe_dcb_82599.h | ||
| ixgbe_mbx.c | ||
| ixgbe_mbx.h | ||
| ixgbe_osdep.c | ||
| ixgbe_osdep.h | ||
| ixgbe_phy.c | ||
| ixgbe_phy.h | ||
| ixgbe_type.h | ||
| ixgbe_vf.c | ||
| ixgbe_vf.h | ||
| ixgbe_x540.c | ||
| ixgbe_x540.h | ||
| ixgbe_x550.c | ||
| ixgbe_x550.h | ||