freebsd-dev/sys/dev/hatm
Pedro F. Giffuni 73a1170a8c sys/dev: use our nitems() macro when it is avaliable through param.h.
No functional change, only trivial cases are done in this sweep,
Drivers that can get further enhancements will be done independently.

Discussed in:	freebsd-current
2016-04-19 23:37:24 +00:00
..
if_hatm_intr.c Fix style bug: rename the refcount field of m_ext to ext_cnt, to match 2014-07-11 14:34:29 +00:00
if_hatm_ioctl.c The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare 2013-10-26 17:58:36 +00:00
if_hatm_rx.c Mechanically convert to if_inc_counter(). 2014-09-19 03:51:26 +00:00
if_hatm_tx.c Mechanically convert to if_inc_counter(). 2014-09-19 03:51:26 +00:00
if_hatm.c sys/dev: use our nitems() macro when it is avaliable through param.h. 2016-04-19 23:37:24 +00:00
if_hatmconf.h
if_hatmreg.h Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
if_hatmvar.h