Searched refs:blk_count (Results 1 – 7 of 7) sorted by relevance
47 u32 blk_count; member
958 int blk_count = fw_size / blk_size + ((fw_size % blk_size) ? 1 : 0); in qtnf_ep_fw_load() local966 while (blk < blk_count) { in qtnf_ep_fw_load()977 (blk == (blk_count - 1))) { in qtnf_ep_fw_load()992 if (blk == (blk_count - 1)) { in qtnf_ep_fw_load()994 blk_count & QTN_PCIE_FW_DLMASK; in qtnf_ep_fw_load()
1002 u16 blk_count; in rmi_f34v7_write_firmware() local1004 blk_count = f34->v7.img.ui_firmware.size / f34->v7.block_size; in rmi_f34v7_write_firmware()1007 blk_count, v7_CMD_WRITE_FW); in rmi_f34v7_write_firmware()
191 __le16 blk_count; /* Number of orphan inode blocks in CP */ member
203 msb->blk_count += bv.bv_len >> 12; in scm_request_prepare()
3222 unsigned int blk_count; in dasd_eckd_ese_read() local3236 blk_count = 0; in dasd_eckd_ese_read()3269 if (first_blk + blk_count >= end_blk) { in dasd_eckd_ese_read()3270 cqr->proc_bytes = blk_count * blksize; in dasd_eckd_ese_read()3279 blk_count++; in dasd_eckd_ese_read()
795 orphan_blk->blk_count = cpu_to_le16(orphan_blocks); in write_orphan_inodes()807 orphan_blk->blk_count = cpu_to_le16(orphan_blocks); in write_orphan_inodes()
Completed in 28 milliseconds