freebsd-dev/sys/arm/ti/cpsw
Bjoern A. Zeeb 6333a401ff Fix cpsw(4) after r277203 which folded 'struct m_hdr' into 'struct mbuf'.
While in theory this should have been a transparent change (and was for all
other drivers), cpsw(4) never used the proper accessor macros in a few
places but spelt the indirect m_hdr.mh_* out itself.  Convert those to
use m_len and m_data and unbreak the driver build.
2015-01-15 02:22:52 +00:00
..
if_cpsw.c Fix cpsw(4) after r277203 which folded 'struct m_hdr' into 'struct mbuf'. 2015-01-15 02:22:52 +00:00
if_cpswreg.h Another overhaul of the CPSW driver for BeagleBone 2013-02-03 01:08:01 +00:00
if_cpswvar.h Another overhaul of the CPSW driver for BeagleBone 2013-02-03 01:08:01 +00:00