freebsd-dev/sys/dev/oce
Eric Joyner e81998f407 net: prefer ETHER_ADDR_LEN over ETH_ADDR_LEN
A couple of drivers and one place in if.c use ETH_ADDR_LEN, even though
net/ethernet.h provides an equivalent ETHER_ADDR_LEN definition.

Cleanup all of the locations which refer to ETH_ADDR_LEN to use the
standard ETHER_ADDR_LEN instead.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>

Submitted by:	Jacob Keller <jacob.e.keller@intel.com>
Reviewed by:	erj@, jpaetzel@
Sponsored by:	Intel Corporation
Differential Revision:	https://reviews.freebsd.org/D21239
2019-11-04 22:57:36 +00:00
..
oce_hw.c net: prefer ETHER_ADDR_LEN over ETH_ADDR_LEN 2019-11-04 22:57:36 +00:00
oce_hw.h
oce_if.c oce(4): potential out of bounds access before vector validation 2019-08-06 13:09:20 +00:00
oce_if.h net: prefer ETHER_ADDR_LEN over ETH_ADDR_LEN 2019-11-04 22:57:36 +00:00
oce_mbox.c Added support for the SIOCGI2C ioctl. 2019-01-08 05:41:04 +00:00
oce_queue.c
oce_sysctl.c Added support for the SIOCGI2C ioctl. 2019-01-08 05:41:04 +00:00
oce_user.h
oce_util.c