Home
last modified time | relevance | path

Searched refs:MRSAS_THUNDERBOLT_MSG_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_tbolt.c183 raid_msg_size = MRSAS_THUNDERBOLT_MSG_SIZE; in create_mpi2_frame_pool()
186 total_size = MRSAS_THUNDERBOLT_MSG_SIZE + (max_cmd * raid_msg_size) + in create_mpi2_frame_pool()
235 MRSAS_THUNDERBOLT_MSG_SIZE; in create_mpi2_frame_pool()
237 MRSAS_THUNDERBOLT_MSG_SIZE; in create_mpi2_frame_pool()
245 offset = i * MRSAS_THUNDERBOLT_MSG_SIZE; in create_mpi2_frame_pool()
677 instance->raid_io_msg_size = MRSAS_THUNDERBOLT_MSG_SIZE; in alloc_space_for_mpi2()
679 instance->max_sge_in_main_msg = (MRSAS_THUNDERBOLT_MSG_SIZE - in alloc_space_for_mpi2()
683 MRSAS_THUNDERBOLT_MSG_SIZE) / sizeof (MPI2_SGE_IO_UNION); in alloc_space_for_mpi2()
690 instance->chain_offset_io_req = (MRSAS_THUNDERBOLT_MSG_SIZE - in alloc_space_for_mpi2()
H A Dmr_sas.h149 #define MRSAS_THUNDERBOLT_MSG_SIZE 256 macro