/freebsd/sys/contrib/ena-com/ena_defs/ |
H A D | ena_common_defs.h | diff 8483b844e7e48dbfc61c6e38908921c4fa691d4c Tue May 26 17:29:19 CEST 2020 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new HAL
* Removed adaptive interrupt moderation (not suported on FreeBSD). * Use ena_com_free_q_entries instead of ena_com_free_desc. * Don't use ENA_MEM_FREE outside of the ena_com. * Don't use barriers before calling doorbells as it's already done in the HAL. * Add function that generates random RSS key, common for all driver's interfaces. * Change admin stats sysctls to U64.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|
H A D | ena_eth_io_defs.h | diff 8483b844e7e48dbfc61c6e38908921c4fa691d4c Tue May 26 17:29:19 CEST 2020 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new HAL
* Removed adaptive interrupt moderation (not suported on FreeBSD). * Use ena_com_free_q_entries instead of ena_com_free_desc. * Don't use ENA_MEM_FREE outside of the ena_com. * Don't use barriers before calling doorbells as it's already done in the HAL. * Add function that generates random RSS key, common for all driver's interfaces. * Change admin stats sysctls to U64.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|
H A D | ena_regs_defs.h | diff 8483b844e7e48dbfc61c6e38908921c4fa691d4c Tue May 26 17:29:19 CEST 2020 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new HAL
* Removed adaptive interrupt moderation (not suported on FreeBSD). * Use ena_com_free_q_entries instead of ena_com_free_desc. * Don't use ENA_MEM_FREE outside of the ena_com. * Don't use barriers before calling doorbells as it's already done in the HAL. * Add function that generates random RSS key, common for all driver's interfaces. * Change admin stats sysctls to U64.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|
H A D | ena_admin_defs.h | diff 8483b844e7e48dbfc61c6e38908921c4fa691d4c Tue May 26 17:29:19 CEST 2020 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new HAL
* Removed adaptive interrupt moderation (not suported on FreeBSD). * Use ena_com_free_q_entries instead of ena_com_free_desc. * Don't use ENA_MEM_FREE outside of the ena_com. * Don't use barriers before calling doorbells as it's already done in the HAL. * Add function that generates random RSS key, common for all driver's interfaces. * Change admin stats sysctls to U64.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|
/freebsd/sys/contrib/ena-com/ |
H A D | ena_eth_com.h | diff 8483b844e7e48dbfc61c6e38908921c4fa691d4c Tue May 26 17:29:19 CEST 2020 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new HAL
* Removed adaptive interrupt moderation (not suported on FreeBSD). * Use ena_com_free_q_entries instead of ena_com_free_desc. * Don't use ENA_MEM_FREE outside of the ena_com. * Don't use barriers before calling doorbells as it's already done in the HAL. * Add function that generates random RSS key, common for all driver's interfaces. * Change admin stats sysctls to U64.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|
H A D | ena_com.c | diff 8483b844e7e48dbfc61c6e38908921c4fa691d4c Tue May 26 17:29:19 CEST 2020 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new HAL
* Removed adaptive interrupt moderation (not suported on FreeBSD). * Use ena_com_free_q_entries instead of ena_com_free_desc. * Don't use ENA_MEM_FREE outside of the ena_com. * Don't use barriers before calling doorbells as it's already done in the HAL. * Add function that generates random RSS key, common for all driver's interfaces. * Change admin stats sysctls to U64.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|
H A D | ena_com.h | diff 8483b844e7e48dbfc61c6e38908921c4fa691d4c Tue May 26 17:29:19 CEST 2020 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new HAL
* Removed adaptive interrupt moderation (not suported on FreeBSD). * Use ena_com_free_q_entries instead of ena_com_free_desc. * Don't use ENA_MEM_FREE outside of the ena_com. * Don't use barriers before calling doorbells as it's already done in the HAL. * Add function that generates random RSS key, common for all driver's interfaces. * Change admin stats sysctls to U64.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|
H A D | ena_eth_com.c | diff 8483b844e7e48dbfc61c6e38908921c4fa691d4c Tue May 26 17:29:19 CEST 2020 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new HAL
* Removed adaptive interrupt moderation (not suported on FreeBSD). * Use ena_com_free_q_entries instead of ena_com_free_desc. * Don't use ENA_MEM_FREE outside of the ena_com. * Don't use barriers before calling doorbells as it's already done in the HAL. * Add function that generates random RSS key, common for all driver's interfaces. * Change admin stats sysctls to U64.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|
H A D | ena_plat.h | diff 8483b844e7e48dbfc61c6e38908921c4fa691d4c Tue May 26 17:29:19 CEST 2020 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new HAL
* Removed adaptive interrupt moderation (not suported on FreeBSD). * Use ena_com_free_q_entries instead of ena_com_free_desc. * Don't use ENA_MEM_FREE outside of the ena_com. * Don't use barriers before calling doorbells as it's already done in the HAL. * Add function that generates random RSS key, common for all driver's interfaces. * Change admin stats sysctls to U64.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|
/freebsd/sys/dev/ena/ |
H A D | ena_netmap.c | diff 8483b844e7e48dbfc61c6e38908921c4fa691d4c Tue May 26 17:29:19 CEST 2020 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new HAL
* Removed adaptive interrupt moderation (not suported on FreeBSD). * Use ena_com_free_q_entries instead of ena_com_free_desc. * Don't use ENA_MEM_FREE outside of the ena_com. * Don't use barriers before calling doorbells as it's already done in the HAL. * Add function that generates random RSS key, common for all driver's interfaces. * Change admin stats sysctls to U64.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|
H A D | ena_datapath.c | diff 8483b844e7e48dbfc61c6e38908921c4fa691d4c Tue May 26 17:29:19 CEST 2020 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new HAL
* Removed adaptive interrupt moderation (not suported on FreeBSD). * Use ena_com_free_q_entries instead of ena_com_free_desc. * Don't use ENA_MEM_FREE outside of the ena_com. * Don't use barriers before calling doorbells as it's already done in the HAL. * Add function that generates random RSS key, common for all driver's interfaces. * Change admin stats sysctls to U64.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|
H A D | ena_sysctl.c | diff 8483b844e7e48dbfc61c6e38908921c4fa691d4c Tue May 26 17:29:19 CEST 2020 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new HAL
* Removed adaptive interrupt moderation (not suported on FreeBSD). * Use ena_com_free_q_entries instead of ena_com_free_desc. * Don't use ENA_MEM_FREE outside of the ena_com. * Don't use barriers before calling doorbells as it's already done in the HAL. * Add function that generates random RSS key, common for all driver's interfaces. * Change admin stats sysctls to U64.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|
H A D | ena.h | diff 8483b844e7e48dbfc61c6e38908921c4fa691d4c Tue May 26 17:29:19 CEST 2020 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new HAL
* Removed adaptive interrupt moderation (not suported on FreeBSD). * Use ena_com_free_q_entries instead of ena_com_free_desc. * Don't use ENA_MEM_FREE outside of the ena_com. * Don't use barriers before calling doorbells as it's already done in the HAL. * Add function that generates random RSS key, common for all driver's interfaces. * Change admin stats sysctls to U64.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|
H A D | ena.c | diff 8483b844e7e48dbfc61c6e38908921c4fa691d4c Tue May 26 17:29:19 CEST 2020 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new HAL
* Removed adaptive interrupt moderation (not suported on FreeBSD). * Use ena_com_free_q_entries instead of ena_com_free_desc. * Don't use ENA_MEM_FREE outside of the ena_com. * Don't use barriers before calling doorbells as it's already done in the HAL. * Add function that generates random RSS key, common for all driver's interfaces. * Change admin stats sysctls to U64.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|