freebsd-skq/sys/dev/ena
Marcin Wojtas 02a2a7cea4 Expose argument names for non static ENA driver functions
As functions which are declared in the header files are intended to be
the interface and are going to be used by other files, it's better to
include argument names in the definition, so the caller won't have to
check the .c file in order to check their meaning and order.

Submitted by:  Michal Krawczyk <mk@semihalf.com>
Obtained from: Semihalf
Sponsored by:  Amazon, Inc.
2020-05-26 15:41:53 +00:00
..
ena_datapath.c Add trigger reset function in the ENA driver 2020-05-26 15:37:55 +00:00
ena_datapath.h Expose argument names for non static ENA driver functions 2020-05-26 15:41:53 +00:00
ena_netmap.c Use single global lock in the ENA driver 2020-05-26 15:39:41 +00:00
ena_netmap.h Expose argument names for non static ENA driver functions 2020-05-26 15:41:53 +00:00
ena_sysctl.c Provide ENA driver version in a sysctl node 2020-05-26 15:35:22 +00:00
ena_sysctl.h Expose argument names for non static ENA driver functions 2020-05-26 15:41:53 +00:00
ena.c Use single global lock in the ENA driver 2020-05-26 15:39:41 +00:00
ena.h Expose argument names for non static ENA driver functions 2020-05-26 15:41:53 +00:00