opnsense-src/sys/dev/smartpqi
Yuri f4497b9f77 smartpqi: Allocate DMA memory NOWAIT
We're not allowed to wait in this allocation path, so allocate the
memory NOWAIT instead of WAITOK. The code already copes with the
failures that may result, so no additional code is needed.

PR: 263008
Reviewed by: markj, Scott Benesh at Microsemi, imp
Differential Revision: https://reviews.freebsd.org/D35601
2022-06-27 11:06:31 -06:00
..
smartpqi_cam.c Update smartqpi driver to vendor's latest submission 2022-03-08 17:05:36 -07:00
smartpqi_cmd.c Newly added features and bug fixes in latest Microchip SmartPQI driver 2021-05-28 16:40:23 -06:00
smartpqi_defines.h Update smartqpi driver to vendor's latest submission 2022-03-08 17:05:36 -07:00
smartpqi_discovery.c Newly added features and bug fixes in latest Microchip SmartPQI driver 2021-05-28 16:40:23 -06:00
smartpqi_event.c Newly added features and bug fixes in latest Microchip SmartPQI driver 2021-05-28 16:40:23 -06:00
smartpqi_helper.c Update smartqpi driver to vendor's latest submission 2022-03-08 17:05:36 -07:00
smartpqi_includes.h Newly added features and bug fixes in latest Microchip SmartPQI driver 2021-05-28 16:40:23 -06:00
smartpqi_init.c Fix "set but not used" in smartpqi. The PCI_MEM macros don't require a 2022-02-26 10:25:43 -07:00
smartpqi_intr.c Newly added features and bug fixes in latest Microchip SmartPQI driver 2021-05-28 16:40:23 -06:00
smartpqi_ioctl.c Newly added features and bug fixes in latest Microchip SmartPQI driver 2021-05-28 16:40:23 -06:00
smartpqi_ioctl.h Newly added features and bug fixes in latest Microchip SmartPQI driver 2021-05-28 16:40:23 -06:00
smartpqi_main.c smartpqi: Remove unused devclass argument to DRIVER_MODULE. 2022-05-06 15:46:59 -07:00
smartpqi_mem.c smartpqi: Allocate DMA memory NOWAIT 2022-06-27 11:06:31 -06:00
smartpqi_misc.c Newly added features and bug fixes in latest Microchip SmartPQI driver 2021-05-28 16:40:23 -06:00
smartpqi_prototypes.h smartpqi: Remove stray declaration 2021-06-03 17:45:27 -06:00
smartpqi_queue.c Newly added features and bug fixes in latest Microchip SmartPQI driver 2021-05-28 16:40:23 -06:00
smartpqi_request.c Update smartqpi driver to vendor's latest submission 2022-03-08 17:05:36 -07:00
smartpqi_response.c Newly added features and bug fixes in latest Microchip SmartPQI driver 2021-05-28 16:40:23 -06:00
smartpqi_sis.c Newly added features and bug fixes in latest Microchip SmartPQI driver 2021-05-28 16:40:23 -06:00
smartpqi_structures.h smartpqi(4): Fix a typo in a source code comment 2022-04-02 15:21:45 +02:00
smartpqi_tag.c Newly added features and bug fixes in latest Microchip SmartPQI driver 2021-05-28 16:40:23 -06:00