Searched refs:BlockSize (Results 1 – 12 of 12) sorted by relevance
| /kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
| D | mpt3sas_warpdrive.c | 201 le16_to_cpu(vol_pg0->BlockSize)) / 1024, in mpt3sas_init_warpdrive_properties() 202 le16_to_cpu(vol_pg0->BlockSize)); in mpt3sas_init_warpdrive_properties() 212 le16_to_cpu(vol_pg0->BlockSize)) / 1024); in mpt3sas_init_warpdrive_properties() 216 block_sz = le16_to_cpu(vol_pg0->BlockSize); in mpt3sas_init_warpdrive_properties() 220 raid_device->handle, le16_to_cpu(vol_pg0->BlockSize)); in mpt3sas_init_warpdrive_properties() 234 raid_device->block_sz = le16_to_cpu(vol_pg0->BlockSize); in mpt3sas_init_warpdrive_properties()
|
| /kernel/linux/linux-5.10/include/linux/mtd/ |
| D | ftl.h | 40 uint8_t BlockSize; member
|
| D | cfi.h | 181 uint16_t BlockSize; member
|
| /kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
| D | drxd_hard.c | 301 u32 Address, u16 BlockSize, u8 *pBlock, u8 Flags) in WriteBlock() argument 303 while (BlockSize > 0) { in WriteBlock() 304 u16 Chunk = BlockSize > CHUNK_SIZE ? CHUNK_SIZE : BlockSize; in WriteBlock() 310 BlockSize -= Chunk; in WriteBlock() 916 u16 BlockSize; in DownloadMicrocode() local 935 BlockSize = ((pSrc[0] << 8) | pSrc[1]) * sizeof(u16); in DownloadMicrocode() 949 status = WriteBlock(state, Address, BlockSize, in DownloadMicrocode() 953 pSrc += BlockSize; in DownloadMicrocode() 954 offset += BlockSize; in DownloadMicrocode()
|
| /kernel/linux/linux-5.10/drivers/mtd/ |
| D | ftl.c | 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()
|
| /kernel/linux/linux-5.10/drivers/message/fusion/lsi/ |
| D | mpi_ioc.h | 255 U8 BlockSize; /* 16h */ member
|
| /kernel/linux/linux-5.10/drivers/scsi/mpt3sas/mpi/ |
| D | mpi2_cnfg.h | 1854 U16 BlockSize; /*0x1C */ member 1985 U16 BlockSize; /*0x70 */ member
|
| /kernel/linux/linux-5.10/fs/cifs/ |
| D | cifspdu.h | 2222 __le32 BlockSize; member
|
| D | smb2pdu.c | 5057 kst->f_bsize = le32_to_cpu(response_data->BlockSize); in copy_posix_fs_info_to_kstatfs()
|
| D | cifssmb.c | 5470 le32_to_cpu(response_data->BlockSize); in CIFSSMBQFSPosixInfo()
|
| /kernel/linux/linux-5.10/drivers/message/fusion/ |
| D | mptbase.c | 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()
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0038_linux_drivers_mxc.patch | 83119 + IN gctSIZE_T BlockSize, 83132 + gcmkHEADER_ARG("Kernel=%p BlockSize=%zu Type=%d Flag=0x%x", Kernel, BlockSize, Type, Flag); 83135 + gcmkVERIFY_ARGUMENT(BlockSize > 0); 83146 + vidMemBlock->bytes = BlockSize; 83147 + vidMemBlock->freeBytes = BlockSize; 83149 + vidMemBlock->pageCount = (gctUINT32)(BlockSize >> 20); 83179 + &BlockSize, 83189 + node->VirtualChunk.bytes = BlockSize; 126535 + IN gctUINT BlockSize,
|