freebsd-dev/sys/dev/mlx4/mlx4_en
Conrad Meyer e12be3218a Include eventhandler.h in more compilation units
This was enumerated with exhaustive search for sys/eventhandler.h includes,
cross-referenced against EVENTHANDLER_* usage with the comm(1) utility.  Manual
checking was performed to avoid redundant includes in some drivers where a
common os_bsd.h (for example) included sys/eventhandler.h indirectly, but it is
possible some of these are redundant with driver-specific headers in ways I
didn't notice.

(These CUs did not show up as missing eventhandler.h in tinderbox.)

X-MFC-With:	r347984
2019-05-21 01:18:43 +00:00
..
en_port.h Update the mlx4 core and mlx4en(4) modules towards Linux v4.9. 2017-11-15 11:14:39 +00:00
en.h mlx4en: Add support for receiving all data using one or more MCLBYTES sized mbufs. 2018-12-05 13:32:46 +00:00
mlx4_en_cq.c mlx4en: Remove the DRBR and associated logic in the transmit path. 2018-12-05 13:31:45 +00:00
mlx4_en_main.c Update the mlx4 core and mlx4en(4) modules towards Linux v4.9. 2017-11-15 11:14:39 +00:00
mlx4_en_netdev.c Include eventhandler.h in more compilation units 2019-05-21 01:18:43 +00:00
mlx4_en_port.c mlx4en: Remove duplicate statistics variable assignment. 2018-12-05 13:38:35 +00:00
mlx4_en_resources.c Update the mlx4 core and mlx4en(4) modules towards Linux v4.9. 2017-11-15 11:14:39 +00:00
mlx4_en_rx.c mlx4en: Optimise reception of small packets. 2018-12-05 13:39:35 +00:00
mlx4_en_tx.c mlx4en: Add support for netdump. 2018-12-05 13:32:15 +00:00