opnsense-src/sys/dev/isp
Alexander Motin 2c48a8f161 isp: Fix abort issue introduced by previous commit
Aborting ATIO while its CTIOs are in progress makes impossible to
handle their completions, making them stuck forever.  Detect this
case by checking ctcnt counter and if so instead of aborting just
mark the ATIO as dead to block any new CTIOs.  It is not perfect
since the task id can not be reused for some more time, but not
as bad as the task stuck forever.

MFC after:	1 week
2025-01-08 13:23:26 -05:00
..
DriverManual.txt
Hardware.txt
isp.c
isp_freebsd.c isp: Fix abort issue introduced by previous commit 2025-01-08 13:23:26 -05:00
isp_freebsd.h isp: Fix abort issue introduced by previous commit 2025-01-08 13:23:26 -05:00
isp_ioctl.h
isp_library.c
isp_library.h
isp_pci.c
isp_stds.h
isp_target.c isp: Improve task aborts handling 2024-12-09 11:52:26 -05:00
isp_target.h
ispmbox.h
ispreg.h
ispvar.h