Searched refs:lsize (Results 26 - 39 of 39) sorted by relevance

12

/linux-master/drivers/bluetooth/
H A Dhci_h4.c222 switch ((&pkts[i])->lsize) {
H A Dbtnxpuart.c196 .lsize = 0, \
203 .lsize = 0, \
210 .lsize = 0, \
217 .lsize = 0, \
H A Dhci_bcm.c659 .lsize = 0, \
666 .lsize = 0, \
673 .lsize = 0, \
680 .lsize = 0, \
H A Dbpa10x.c74 .lsize = 2, \
H A Dhci_qca.c1231 .lsize = 0, \
1238 .lsize = 0, \
1245 .lsize = 0, \
H A Dhci_intel.c958 .lsize = 1, \
H A Dbtmtksdio.c508 switch ((&pkts[i])->lsize) {
/linux-master/drivers/scsi/cxlflash/
H A Dvlun.c67 "ba_lun->lsize=%lx ba_lun->au_size=%lX\n",
68 __func__, ba_lun->lun_id, ba_lun->lsize, ba_lun->au_size);
71 lun_size_au = ba_lun->lsize / ba_lun->au_size;
379 blka->ba_lun.lsize = gli->max_lba + 1;
383 blka->nchunk = blka->ba_lun.lsize / MC_CHUNK_SIZE;
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dfw_inc.c205 size_t remain, lsize; local
222 lsize = combo->n_limits * sizeof(*limit);
223 if (remain < lsize)
225 remain -= lsize;
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c788 unsigned long lbase, lsize; local
797 mtrr_if->get(i, &lbase, &lsize, &ltype);
798 if (lsize == 0)
/linux-master/drivers/media/platform/nvidia/tegra-vde/
H A Dh264.c708 size_t lsize, csize; local
711 lsize = h264->pic_width_in_mbs * 16 * h264->pic_height_in_mbs * 16;
716 err = tegra_vde_validate_vb_size(ctx, vb, 0, lsize);
/linux-master/drivers/net/can/
H A Dgrcan.c946 size_t lsize = ALIGN(maxs, GRCAN_BUFFER_ALIGNMENT); local
952 dma->base_size = lsize + ssize + GRCAN_BUFFER_ALIGNMENT;
965 small->handle = large->handle + lsize;
969 small->buf = large->buf + lsize;
/linux-master/fs/ntfs3/
H A Dfrecord.c801 u32 lsize; local
860 lsize = PtrOffset(ni->attr_list.le, le);
861 ni->attr_list.size = lsize;
863 to_free = le32_to_cpu(rec->used) + lsize + SIZEOF_RESIDENT;
911 lsize + SIZEOF_RESIDENT, SIZEOF_RESIDENT);
917 attr->res.data_size = cpu_to_le32(lsize);
922 memcpy(resident_data_ex(attr, lsize), ni->attr_list.le, lsize); local
/linux-master/fs/xfs/
H A Dxfs_super.c830 xfs_extlen_t lsize; local
851 lsize = sbp->sb_logstart ? sbp->sb_logblocks : 0;
852 statp->f_blocks = sbp->sb_dblocks - lsize;

Completed in 320 milliseconds

12