/freebsd/sys/contrib/ena-com/ena_defs/ |
H A D | ena_common_defs.h | diff 67ec48bb3aba6681fdabff71007ea141fe7a9805 Thu May 30 15:01:46 CEST 2019 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new ena-com
Recent HAL change preparing to support ENAv2 required minor driver modifications.
The ena_com_sq_empty_space() is not available in this ena-com, so it had to be replaced with ena_com_free_desc().
Moreover, the ena_com_admin_init() is no longer using 3rd argument indicating if the spin lock should be initialized, so it was removed.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|
H A D | ena_eth_io_defs.h | diff 67ec48bb3aba6681fdabff71007ea141fe7a9805 Thu May 30 15:01:46 CEST 2019 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new ena-com
Recent HAL change preparing to support ENAv2 required minor driver modifications.
The ena_com_sq_empty_space() is not available in this ena-com, so it had to be replaced with ena_com_free_desc().
Moreover, the ena_com_admin_init() is no longer using 3rd argument indicating if the spin lock should be initialized, so it was removed.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|
H A D | ena_regs_defs.h | diff 67ec48bb3aba6681fdabff71007ea141fe7a9805 Thu May 30 15:01:46 CEST 2019 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new ena-com
Recent HAL change preparing to support ENAv2 required minor driver modifications.
The ena_com_sq_empty_space() is not available in this ena-com, so it had to be replaced with ena_com_free_desc().
Moreover, the ena_com_admin_init() is no longer using 3rd argument indicating if the spin lock should be initialized, so it was removed.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|
H A D | ena_admin_defs.h | diff 67ec48bb3aba6681fdabff71007ea141fe7a9805 Thu May 30 15:01:46 CEST 2019 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new ena-com
Recent HAL change preparing to support ENAv2 required minor driver modifications.
The ena_com_sq_empty_space() is not available in this ena-com, so it had to be replaced with ena_com_free_desc().
Moreover, the ena_com_admin_init() is no longer using 3rd argument indicating if the spin lock should be initialized, so it was removed.
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 67ec48bb3aba6681fdabff71007ea141fe7a9805 Thu May 30 15:01:46 CEST 2019 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new ena-com
Recent HAL change preparing to support ENAv2 required minor driver modifications.
The ena_com_sq_empty_space() is not available in this ena-com, so it had to be replaced with ena_com_free_desc().
Moreover, the ena_com_admin_init() is no longer using 3rd argument indicating if the spin lock should be initialized, so it was removed.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|
H A D | ena_com.c | diff 67ec48bb3aba6681fdabff71007ea141fe7a9805 Thu May 30 15:01:46 CEST 2019 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new ena-com
Recent HAL change preparing to support ENAv2 required minor driver modifications.
The ena_com_sq_empty_space() is not available in this ena-com, so it had to be replaced with ena_com_free_desc().
Moreover, the ena_com_admin_init() is no longer using 3rd argument indicating if the spin lock should be initialized, so it was removed.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|
H A D | ena_com.h | diff 67ec48bb3aba6681fdabff71007ea141fe7a9805 Thu May 30 15:01:46 CEST 2019 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new ena-com
Recent HAL change preparing to support ENAv2 required minor driver modifications.
The ena_com_sq_empty_space() is not available in this ena-com, so it had to be replaced with ena_com_free_desc().
Moreover, the ena_com_admin_init() is no longer using 3rd argument indicating if the spin lock should be initialized, so it was removed.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|
H A D | ena_eth_com.c | diff 67ec48bb3aba6681fdabff71007ea141fe7a9805 Thu May 30 15:01:46 CEST 2019 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new ena-com
Recent HAL change preparing to support ENAv2 required minor driver modifications.
The ena_com_sq_empty_space() is not available in this ena-com, so it had to be replaced with ena_com_free_desc().
Moreover, the ena_com_admin_init() is no longer using 3rd argument indicating if the spin lock should be initialized, so it was removed.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|
H A D | ena_plat.h | diff 67ec48bb3aba6681fdabff71007ea141fe7a9805 Thu May 30 15:01:46 CEST 2019 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new ena-com
Recent HAL change preparing to support ENAv2 required minor driver modifications.
The ena_com_sq_empty_space() is not available in this ena-com, so it had to be replaced with ena_com_free_desc().
Moreover, the ena_com_admin_init() is no longer using 3rd argument indicating if the spin lock should be initialized, so it was removed.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|
/freebsd/sys/dev/ena/ |
H A D | ena.c | diff 67ec48bb3aba6681fdabff71007ea141fe7a9805 Thu May 30 15:01:46 CEST 2019 Marcin Wojtas <mw@FreeBSD.org> Adjust ENA driver to the new ena-com
Recent HAL change preparing to support ENAv2 required minor driver modifications.
The ena_com_sq_empty_space() is not available in this ena-com, so it had to be replaced with ena_com_free_desc().
Moreover, the ena_com_admin_init() is no longer using 3rd argument indicating if the spin lock should be initialized, so it was removed.
Submitted by: Michal Krawczyk <mk@semihalf.com> Obtained from: Semihalf Sponsored by: Amazon, Inc.
|