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

/freebsd-10.1-release/sys/dev/isci/scil/
H A Dsci_controller_constants.h130 #ifndef SCI_MAX_IO_REQUESTS
136 #define SCI_MAX_IO_REQUESTS (256) macro
144 * than SCI_MAX_IO_REQUESTS.
H A Dscu_constants.h97 + SCI_MAX_IO_REQUESTS \
105 #define SCU_IO_REQUEST_COUNT SCI_MAX_IO_REQUESTS
H A Dscic_sds_controller.h237 struct SCIC_SDS_REQUEST *io_request_table[SCI_MAX_IO_REQUESTS];
247 SCI_POOL_CREATE(tci_pool, U16, SCI_MAX_IO_REQUESTS);
261 U16 io_request_sequence[SCI_MAX_IO_REQUESTS];
H A Dscif_sas_controller.c990 if ( (outstanding_io_count + high_priority_io_count) > SCI_MAX_IO_REQUESTS )
H A Dscic_sds_controller.c6890 request_count = SCI_MAX_IO_REQUESTS;
6894 (index < SCI_MAX_IO_REQUESTS) && (request_count > 0);
/freebsd-10.1-release/sys/dev/isci/
H A Disci.h188 SCI_POOL_CREATE(request_pool, struct ISCI_REQUEST *, SCI_MAX_IO_REQUESTS);
H A Disci_controller.c350 controller->queue_depth = SCI_MAX_IO_REQUESTS - SCI_MAX_DOMAINS;
355 SCI_MAX_IO_REQUESTS - SCI_MAX_DOMAINS));

Completed in 145 milliseconds