Lines Matching defs:block

1026  * bits 1-3 = block fetch table entry
1031 * bits 1-3 = block fetch table entry
1040 * bits 1-4 = block fetch table entry (note extra bit)
1047 * set bit 0 for pull model, bits 3-1 for block fetch
4689 u32 block;
4701 block = (((cdb[1] & 0x1F) << 16) |
4709 block = get_unaligned_be32(&cdb[2]);
4717 cdb[2] = (u8) (block >> 24);
4718 cdb[3] = (u8) (block >> 16);
4719 cdb[4] = (u8) (block >> 8);
4720 cdb[5] = (u8) (block);
4866 /* Set encryption tweak values based on logical block address
4867 * If block size is 512, tweak value is LBA.
4868 * For other block sizes, tweak is (LBA * block size)/ 512)
5143 /* check for valid opcode, get LBA and block count */
5212 /* check for invalid block or wraparound */
5302 /* Verify first and last block are in same RAID group */
5407 /* handle differing logical/physical block sizes */
5467 /* Fill in the request block... */
5892 * The block layer has already gone to the trouble of picking out a unique,
5894 * an index to select our command block. (The offset allows us to reserve the
6098 dev->in_reset = true; /* block any new cmds from OS for this device */
6128 * For operations with an associated SCSI command, a command block is allocated
6130 * block request tag as an index into a table of entries. cmd_tagged_free() is
6141 dev_err(&h->pdev->dev, "Bad block tag: %d not in [%d..%d]\n",
6143 /* The index value comes from the block layer, so if it's out of
6181 * Release our reference to the block. We don't need to do anything
6188 * For operations that cannot sleep, a command block is allocated at init,
6217 * reserved for driver-initiated requests, while requests from the block
6446 /* Fill in Request block */
7709 * SG chain block size, etc.
9199 * within the command block, and does not extend to chained blocks
9352 /* Free ioaccel1 mode command blocks and block fetch table */
9367 /* Allocate ioaccel1 mode command blocks and block fetch table */
9403 /* Free ioaccel2 mode command blocks and block fetch table */
9420 /* Allocate ioaccel2 mode command blocks and block fetch table */
9425 /* Allocate ioaccel2 mode command blocks and block fetch table */
9517 /* Need a block fetch table for performant mode */