opnsense-src/sys/dev/isp
Alexander Motin 4ff970c462 Allocate separate DMA area for synchronous IOCB execution.
Usually IOCBs should be put on queue for asynchronous processing and should
not require additional DMA memory.  But there are some cases like aborts and
resets that for external reasons has to be synchronous.  Give those cases
separate 2*64 byte DMA area to decouple them from other DMA scratch area
users, using it for asynchronous requests.
2016-04-12 14:19:19 +00:00
..
DriverManual.txt - add a missing "be" and "in" 2011-11-11 22:27:09 +00:00
Hardware.txt
isp.c Allocate separate DMA area for synchronous IOCB execution. 2016-04-12 14:19:19 +00:00
isp_freebsd.c Reimplement ISP_TSK_MGMT IOCTL via asynchronous request. 2016-04-12 12:31:41 +00:00
isp_freebsd.h Allocate separate DMA area for synchronous IOCB execution. 2016-04-12 14:19:19 +00:00
isp_ioctl.h
isp_library.c Polish debugging IOCB dumping. 2016-04-11 10:48:26 +00:00
isp_library.h Register symbolic port/node names in FC name server. 2016-04-09 14:50:47 +00:00
isp_pci.c Allocate separate DMA area for synchronous IOCB execution. 2016-04-12 14:19:19 +00:00
isp_sbus.c Split DMA buffers for request, response and ATIO queues. 2015-12-27 06:16:02 +00:00
isp_stds.h Register symbolic port/node names in FC name server. 2016-04-09 14:50:47 +00:00
isp_target.c Unify handles allocation for initiator and target IOCBs. 2015-12-25 13:03:18 +00:00
isp_target.h Add partial support for QUERY TMF to CAM and isp(4). 2015-10-23 18:34:18 +00:00
ispmbox.h Register symbolic port/node names in FC name server. 2016-04-09 14:50:47 +00:00
ispreg.h Fix and improve error masking and reporting. 2015-10-29 16:48:12 +00:00
ispvar.h Allocate separate DMA area for synchronous IOCB execution. 2016-04-12 14:19:19 +00:00