Searched refs:SCI_MAX_IO_REQUESTS (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/isci/scil/
H A Dsci_controller_constants.h132 #ifndef SCI_MAX_IO_REQUESTS
138 #define SCI_MAX_IO_REQUESTS (256) macro
146 * than SCI_MAX_IO_REQUESTS.
H A Dscu_constants.h99 + SCI_MAX_IO_REQUESTS \
107 #define SCU_IO_REQUEST_COUNT SCI_MAX_IO_REQUESTS
H A Dscic_sds_controller.h239 struct SCIC_SDS_REQUEST *io_request_table[SCI_MAX_IO_REQUESTS];
249 SCI_POOL_CREATE(tci_pool, U16, SCI_MAX_IO_REQUESTS);
263 U16 io_request_sequence[SCI_MAX_IO_REQUESTS];
H A Dscif_sas_controller.c992 if ( (outstanding_io_count + high_priority_io_count) > SCI_MAX_IO_REQUESTS )
H A Dscic_sds_controller.c6892 request_count = SCI_MAX_IO_REQUESTS;
6896 (index < SCI_MAX_IO_REQUESTS) && (request_count > 0);
/freebsd-13-stable/sys/dev/isci/
H A Disci.h193 SCI_POOL_CREATE(request_pool, struct ISCI_REQUEST *, SCI_MAX_IO_REQUESTS);
H A Disci_controller.c352 controller->queue_depth = SCI_MAX_IO_REQUESTS - SCI_MAX_DOMAINS;
357 SCI_MAX_IO_REQUESTS - SCI_MAX_DOMAINS));

Completed in 67 milliseconds