Searched refs:BlockSize (Results 1 – 11 of 11) sorted by relevance
214 le16_to_cpu(vol_pg0->BlockSize)) / 1024, in mpt3sas_init_warpdrive_properties()215 le16_to_cpu(vol_pg0->BlockSize)); in mpt3sas_init_warpdrive_properties()226 le16_to_cpu(vol_pg0->BlockSize)) / 1024); in mpt3sas_init_warpdrive_properties()230 block_sz = le16_to_cpu(vol_pg0->BlockSize); in mpt3sas_init_warpdrive_properties()236 le16_to_cpu(vol_pg0->BlockSize)); in mpt3sas_init_warpdrive_properties()250 raid_device->block_sz = le16_to_cpu(vol_pg0->BlockSize); in mpt3sas_init_warpdrive_properties()
40 uint8_t BlockSize; member
195 uint16_t BlockSize; member
313 u32 Address, u16 BlockSize, u8 *pBlock, u8 Flags) in WriteBlock() argument315 while (BlockSize > 0) { in WriteBlock()316 u16 Chunk = BlockSize > CHUNK_SIZE ? CHUNK_SIZE : BlockSize; in WriteBlock()322 BlockSize -= Chunk; in WriteBlock()928 u16 BlockSize; in DownloadMicrocode() local947 BlockSize = ((pSrc[0] << 8) | pSrc[1]) * sizeof(u16); in DownloadMicrocode()961 status = WriteBlock(state, Address, BlockSize, in DownloadMicrocode()965 pSrc += BlockSize; in DownloadMicrocode()966 offset += BlockSize; in DownloadMicrocode()
177 if (header.BlockSize != 9 || in scan_header()265 blocks = le32_to_cpu(header.FormattedSize) >> header.BlockSize; in build_maps()271 part->BlocksPerUnit = (1 << header.EraseUnitSize) >> header.BlockSize; in build_maps()300 (i << header.EraseUnitSize) + (j << header.BlockSize); in build_maps()
255 U8 BlockSize; /* 16h */ member
1818 U16 BlockSize; /*0x1C */ member1949 U16 BlockSize; /*0x70 */ member
2213 __le32 BlockSize; member
4038 kst->f_bsize = le32_to_cpu(response_data->BlockSize); in copy_posix_fs_info_to_kstatfs()
5472 le32_to_cpu(response_data->BlockSize); in CIFSSMBQFSPosixInfo()
3202 r = sz = facts->BlockSize; in GetIocFacts()6729 seq_printf(m, " MinBlockSize = 0x%02x bytes\n", 4*ioc->facts.BlockSize); in mpt_iocinfo_proc_show()