Searched refs:internal_io_memory (Results 1 – 3 of 3) sorted by relevance
122 void * internal_io_memory, in scif_sas_internal_io_request_construct_smp() argument128 (SCIF_SAS_INTERNAL_IO_REQUEST_T*)internal_io_memory; in scif_sas_internal_io_request_construct_smp()131 (SCIF_SAS_IO_REQUEST_T*)internal_io_memory; in scif_sas_internal_io_request_construct_smp()139 internal_io_memory, in scif_sas_internal_io_request_construct_smp()140 (char *)internal_io_memory + sizeof(SCIF_SAS_INTERNAL_IO_REQUEST_T), in scif_sas_internal_io_request_construct_smp()171 fw_controller->hprq.pool, (POINTER_UINT) internal_io_memory in scif_sas_internal_io_request_construct_smp()
175 void * internal_io_memory; in scif_sas_smp_request_build() local176 internal_io_memory = scif_sas_controller_allocate_internal_request(fw_controller); in scif_sas_smp_request_build()177 ASSERT(internal_io_memory != NULL); in scif_sas_smp_request_build()179 if (internal_io_memory != NULL) in scif_sas_smp_request_build()185 internal_io_memory, in scif_sas_smp_request_build()199 return internal_io_memory; in scif_sas_smp_request_build()
128 void * internal_io_memory,