Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c1840 uint32_t tot_frame_size; in create_mfi_frame_pool() local
1850 tot_frame_size = sgl_sz + MEGAMFI_FRAME_SIZE + SENSE_LENGTH; in create_mfi_frame_pool()
1853 "sgl_sz %x tot_frame_size %x", sgl_sz, tot_frame_size)); in create_mfi_frame_pool()
1858 cmd->frame_dma_obj.size = tot_frame_size; in create_mfi_frame_pool()
1874 bzero(cmd->frame_dma_obj.buffer, tot_frame_size); in create_mfi_frame_pool()
1883 tot_frame_size - SENSE_LENGTH); in create_mfi_frame_pool()
1886 tot_frame_size - SENSE_LENGTH; in create_mfi_frame_pool()
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c2895 uint32_t tot_frame_size; in create_mfi_frame_pool() local
2903 tot_frame_size = sgl_sz + MRMFI_FRAME_SIZE + SENSE_LENGTH; in create_mfi_frame_pool()
2906 "sgl_sz %x tot_frame_size %x", sgl_sz, tot_frame_size)); in create_mfi_frame_pool()
2911 cmd->frame_dma_obj.size = tot_frame_size; in create_mfi_frame_pool()
2928 bzero(cmd->frame_dma_obj.buffer, tot_frame_size); in create_mfi_frame_pool()
2937 tot_frame_size - SENSE_LENGTH); in create_mfi_frame_pool()
2940 tot_frame_size - SENSE_LENGTH; in create_mfi_frame_pool()