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
smartpqi_defines.h Update smartqpi driver to vendor's latest submission 2022-03-08 17:05:36 -07:00
smartpqi_discovery.c
smartpqi_event.c
smartpqi_helper.c Update smartqpi driver to vendor's latest submission 2022-03-08 17:05:36 -07:00
smartpqi_includes.h
smartpqi_init.c
smartpqi_intr.c
smartpqi_ioctl.c
smartpqi_ioctl.h
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
smartpqi_prototypes.h
smartpqi_queue.c
smartpqi_request.c Update smartqpi driver to vendor's latest submission 2022-03-08 17:05:36 -07:00
smartpqi_response.c
smartpqi_sis.c
smartpqi_structures.h smartpqi(4): Fix a typo in a source code comment 2022-04-02 15:21:45 +02:00
smartpqi_tag.c