Searched refs:SCI_POOL_CREATE (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dscif_sas_high_priority_request_queue.h105 SCI_POOL_CREATE(pool, POINTER_UINT, SCIF_SAS_MAX_INTERNAL_REQUEST_COUNT);
H A Dsci_base_library.h97 SCI_POOL_CREATE(controller_id_pool, U16, SCI_MAX_CONTROLLERS);
H A Dsci_pool.h86 #define SCI_POOL_CREATE(pool_name, type, pool_size) \ macro
H A Dscif_sas_controller.h169 SCI_POOL_CREATE(
H A Dscic_sds_controller.h247 SCI_POOL_CREATE(tci_pool, U16, SCI_MAX_IO_REQUESTS);
/freebsd-10.0-release/sys/dev/isci/
H A Disci.h186 SCI_POOL_CREATE(remote_device_pool, struct ISCI_REMOTE_DEVICE *, SCI_MAX_REMOTE_DEVICES);
187 SCI_POOL_CREATE(request_pool, struct ISCI_REQUEST *, SCI_MAX_IO_REQUESTS);
188 SCI_POOL_CREATE(timer_pool, struct ISCI_TIMER *, SCI_MAX_TIMERS);
189 SCI_POOL_CREATE(unmap_buffer_pool, void *, SCI_MAX_REMOTE_DEVICES);

Completed in 178 milliseconds