opnsense-src/sys/compat/linuxkpi/common/include
Bjoern A. Zeeb ac07a3b8b6 LinuxKPI: netdev: expose napi state
There are drivers directly accessing napi->state testing for bits
(NAPI_STATE_SCHED encountered so far).  Rename the internal _flags
struct field to state and expose our internal state flag bits along
with the one official aliased.

As I left in a comment, I wished Linux would hide these accesses
behind inline functions or by other means and not public expose
the implementation details.

MFC after:	1 week
2022-09-07 23:35:41 +00:00
..
acpi linuxkpi: acpi/video.h: Add stubs acpi_video_{register,unregister} 2022-08-18 09:47:07 +02:00
asm linuxkpi: Add asm/processor.h 2022-08-18 09:46:43 +02:00
asm-generic linuxkpi: Add io.h 2022-08-08 15:22:35 +02:00
linux LinuxKPI: netdev: expose napi state 2022-09-07 23:35:41 +00:00
net LinuxKPI: 80211: improve linuxkpi_ieee80211_get_tid() 2022-09-05 20:57:17 +00:00
video linuxkpi: Add video/mipi_display.h 2022-08-18 09:47:12 +02:00
stdarg.h LinuxKPI: Add stdarg.h proxy header 2022-01-10 22:49:37 +03:00