Lines Matching defs:block
1023 * bits 1-3 = block fetch table entry
1028 * bits 1-3 = block fetch table entry
1037 * bits 1-4 = block fetch table entry (note extra bit)
1044 * set bit 0 for pull model, bits 3-1 for block fetch
4693 u32 block;
4705 block = (((cdb[1] & 0x1F) << 16) |
4713 block = get_unaligned_be32(&cdb[2]);
4721 cdb[2] = (u8) (block >> 24);
4722 cdb[3] = (u8) (block >> 16);
4723 cdb[4] = (u8) (block >> 8);
4724 cdb[5] = (u8) (block);
4870 /* Set encryption tweak values based on logical block address
4871 * If block size is 512, tweak value is LBA.
4872 * For other block sizes, tweak is (LBA * block size)/ 512)
5147 /* check for valid opcode, get LBA and block count */
5216 /* check for invalid block or wraparound */
5306 /* Verify first and last block are in same RAID group */
5411 /* handle differing logical/physical block sizes */
5471 /* Fill in the request block... */
5876 * The block layer has already gone to the trouble of picking out a unique,
5878 * an index to select our command block. (The offset allows us to reserve the
6082 dev->in_reset = true; /* block any new cmds from OS for this device */
6112 * For operations with an associated SCSI command, a command block is allocated
6114 * block request tag as an index into a table of entries. cmd_tagged_free() is
6124 dev_err(&h->pdev->dev, "Bad block tag: %d not in [%d..%d]\n",
6126 /* The index value comes from the block layer, so if it's out of
6158 * Release our reference to the block. We don't need to do anything
6165 * For operations that cannot sleep, a command block is allocated at init,
6194 * reserved for driver-initiated requests, while requests from the block
6418 /* Fill in Request block */
7682 * SG chain block size, etc.
9177 * within the command block, and does not extend to chained blocks
9331 /* Free ioaccel1 mode command blocks and block fetch table */
9346 /* Allocate ioaccel1 mode command blocks and block fetch table */
9382 /* Free ioaccel2 mode command blocks and block fetch table */
9399 /* Allocate ioaccel2 mode command blocks and block fetch table */
9404 /* Allocate ioaccel2 mode command blocks and block fetch table */
9502 /* Need a block fetch table for performant mode */