Searched refs:au_size (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | vlun.h | 71 size_t au_size; /* Allocation Unit size in number of LBAs */ member
|
H A D | vlun.c | 67 "ba_lun->lsize=%lx ba_lun->au_size=%lX\n", in ba_init() 68 __func__, ba_lun->lun_id, ba_lun->lsize, ba_lun->au_size); in ba_init() 71 lun_size_au = ba_lun->lsize / ba_lun->au_size; in ba_init() 382 blka->ba_lun.au_size = MC_CHUNK_SIZE; in init_vlun()
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | vlun.h | 71 size_t au_size; /* Allocation Unit size in number of LBAs */ member
|
H A D | vlun.c | 67 "ba_lun->lsize=%lx ba_lun->au_size=%lX\n", in ba_init() 68 __func__, ba_lun->lun_id, ba_lun->lsize, ba_lun->au_size); in ba_init() 71 lun_size_au = ba_lun->lsize / ba_lun->au_size; in ba_init() 382 blka->ba_lun.au_size = MC_CHUNK_SIZE; in init_vlun()
|
/kernel/linux/linux-5.10/drivers/media/platform/sti/delta/ |
H A D | delta-v4l2.c | 500 u32 au_size; in delta_try_fmt_stream() local 529 au_size = estimated_au_size(pix->width, pix->height); in delta_try_fmt_stream() 530 if (pix->sizeimage < au_size) { in delta_try_fmt_stream() 533 ctx->name, pix->sizeimage, au_size); in delta_try_fmt_stream() 534 pix->sizeimage = au_size; in delta_try_fmt_stream()
|
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/delta/ |
H A D | delta-v4l2.c | 500 u32 au_size; in delta_try_fmt_stream() local 529 au_size = estimated_au_size(pix->width, pix->height); in delta_try_fmt_stream() 530 if (pix->sizeimage < au_size) { in delta_try_fmt_stream() 533 ctx->name, pix->sizeimage, au_size); in delta_try_fmt_stream() 534 pix->sizeimage = au_size; in delta_try_fmt_stream()
|
Completed in 10 milliseconds