Home
last modified time | relevance | path

Searched refs:block_cnt (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/cdrom/
A Dgdrom.c573 int block, block_cnt; in gdrom_readdisk_dma() local
585 block_cnt = blk_rq_sectors(req)/GD_TO_BLK; in gdrom_readdisk_dma()
588 __raw_writel(block_cnt * GDROM_HARD_SECTOR, GDROM_DMA_LENGTH_REG); in gdrom_readdisk_dma()
594 read_command->cmd[8] = (block_cnt >> 16) & 0xFF; in gdrom_readdisk_dma()
595 read_command->cmd[9] = (block_cnt >> 8) & 0xFF; in gdrom_readdisk_dma()
596 read_command->cmd[10] = block_cnt & 0xFF; in gdrom_readdisk_dma()
/linux/drivers/input/rmi4/
A Drmi_f34v7.c741 u16 block_cnt, u8 command) in rmi_f34v7_read_blocks() argument
748 u16 remaining = block_cnt; in rmi_f34v7_read_blocks()
813 const void *block_ptr, u16 block_cnt, in rmi_f34v7_write_f34v7_blocks() argument
821 u16 remaining = block_cnt; in rmi_f34v7_write_f34v7_blocks()
/linux/drivers/scsi/
A Dhpsa.c4660 u32 block_cnt; in is_zero_length_transfer() local
4692 u32 block_cnt; in fixup_ioaccel_cdb() local
4706 block_cnt = cdb[4]; in fixup_ioaccel_cdb()
4707 if (block_cnt == 0) in fixup_ioaccel_cdb()
4708 block_cnt = 256; in fixup_ioaccel_cdb()
5114 u32 block_cnt; in hpsa_scsi_ioaccel_raid_map() local
5155 if (block_cnt == 0) in hpsa_scsi_ioaccel_raid_map()
5156 block_cnt = 256; in hpsa_scsi_ioaccel_raid_map()
5167 block_cnt = in hpsa_scsi_ioaccel_raid_map()
5180 block_cnt = in hpsa_scsi_ioaccel_raid_map()
[all …]
A Dmyrb.c1430 u32 block_cnt; in myrb_ldev_queuecommand() local
1516 block_cnt = scmd->cmnd[4]; in myrb_ldev_queuecommand()
1530 block_cnt = get_unaligned_be16(&scmd->cmnd[7]); in myrb_ldev_queuecommand()
1544 block_cnt = get_unaligned_be32(&scmd->cmnd[6]); in myrb_ldev_queuecommand()
1565 mbox->type5.ld.xfer_len = block_cnt; in myrb_ldev_queuecommand()
1586 mbox->type5.ld.xfer_len = block_cnt; in myrb_ldev_queuecommand()
/linux/net/bluetooth/
A Dhci_core.c4545 cnt = hdev->block_cnt; in hci_chan_sent()
4724 unsigned int cnt = hdev->block_cnt; in hci_sched_acl_blk()
4739 while (hdev->block_cnt > 0 && in hci_sched_acl_blk()
4755 if (blocks > hdev->block_cnt) in hci_sched_acl_blk()
4764 hdev->block_cnt -= blocks; in hci_sched_acl_blk()
4772 if (cnt != hdev->block_cnt) in hci_sched_acl_blk()
A Dhci_event.c887 hdev->block_cnt = hdev->num_blocks; in hci_cc_read_data_block_size()
890 hdev->block_cnt, hdev->block_len); in hci_cc_read_data_block_size()
4018 hdev->block_cnt += block_count; in hci_num_comp_blocks_evt()
4019 if (hdev->block_cnt > hdev->num_blocks) in hci_num_comp_blocks_evt()
4020 hdev->block_cnt = hdev->num_blocks; in hci_num_comp_blocks_evt()
/linux/fs/ubifs/
A Dsuper.c422 buf->f_blocks = c->block_cnt; in ubifs_statfs()
433 ubifs_assert(c, buf->f_bfree <= c->block_cnt); in ubifs_statfs()
786 c->block_cnt = tmp64 >> UBIFS_BLOCK_SHIFT; in init_constants_master()
A Dubifs.h1380 int block_cnt; member
/linux/drivers/scsi/smartpqi/
A Dsmartpqi_init.c2649 rmd->block_cnt = (u32)scmd->cmnd[4]; in pqi_get_aio_lba_and_block_count()
2650 if (rmd->block_cnt == 0) in pqi_get_aio_lba_and_block_count()
2651 rmd->block_cnt = 256; in pqi_get_aio_lba_and_block_count()
2658 rmd->block_cnt = (u32)get_unaligned_be16(&scmd->cmnd[7]); in pqi_get_aio_lba_and_block_count()
2665 rmd->block_cnt = get_unaligned_be32(&scmd->cmnd[6]); in pqi_get_aio_lba_and_block_count()
2672 rmd->block_cnt = get_unaligned_be32(&scmd->cmnd[10]); in pqi_get_aio_lba_and_block_count()
2691 rmd->last_block = rmd->first_block + rmd->block_cnt - 1; in pci_get_aio_common_raid_map_values()
2939 if (unlikely(rmd.block_cnt == 0)) in pqi_raid_bypass_submit_scsi_cmd()
2975 rmd.disk_block_cnt = rmd.block_cnt; in pqi_raid_bypass_submit_scsi_cmd()
5855 rmd.block_cnt) { in pqi_is_parity_write_stream()
[all …]
A Dsmartpqi.h1037 u32 block_cnt; member
/linux/drivers/scsi/lpfc/
A Dlpfc_sli.c7516 block_cnt++; in lpfc_sli4_repost_sgl_list()
7524 block_cnt = 1; in lpfc_sli4_repost_sgl_list()
7532 post_cnt = block_cnt; in lpfc_sli4_repost_sgl_list()
7533 block_cnt = 0; in lpfc_sli4_repost_sgl_list()
7546 post_cnt = block_cnt; in lpfc_sli4_repost_sgl_list()
7596 if (block_cnt == 0) in lpfc_sli4_repost_sgl_list()
18321 block_cnt++; in lpfc_sli4_post_io_sgl_list()
18329 block_cnt = 1; in lpfc_sli4_post_io_sgl_list()
18336 post_cnt = block_cnt; in lpfc_sli4_post_io_sgl_list()
18337 block_cnt = 0; in lpfc_sli4_post_io_sgl_list()
[all …]
/linux/arch/mips/include/asm/octeon/
A Dcvmx-mio-defs.h885 uint64_t block_cnt:16; member
889 uint64_t block_cnt:16;
/linux/include/net/bluetooth/
A Dhci_core.h463 __u16 block_cnt; member

Completed in 130 milliseconds