Searched refs:tag_offset (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/drivers/mtd/parsers/ |
| D | parser_imagetag.c | 29 loff_t tag_offset, struct bcm_tag *buf) in bcm963xx_read_imagetag() argument 35 ret = mtd_read(master, tag_offset, sizeof(*buf), &retlen, (void *)buf); in bcm963xx_read_imagetag() 49 name, tag_offset, buf->tag_version, buf->board_id); in bcm963xx_read_imagetag() 55 name, tag_offset, buf->header_crc, computed_crc); in bcm963xx_read_imagetag()
|
| /Linux-v5.15/block/ |
| D | blk-mq-tag.c | 96 unsigned int tag_offset; in blk_mq_get_tag() local 105 tag_offset = 0; in blk_mq_get_tag() 108 tag_offset = tags->nr_reserved_tags; in blk_mq_get_tag() 176 blk_mq_put_tag(tags, data->ctx, tag + tag_offset); in blk_mq_get_tag() 179 return tag + tag_offset; in blk_mq_get_tag()
|
| D | blk-mq.c | 1073 unsigned int tag_offset = rq->mq_hctx->tags->nr_reserved_tags; in __blk_mq_get_driver_tag() local 1080 tag_offset = 0; in __blk_mq_get_driver_tag() 1090 rq->tag = tag + tag_offset; in __blk_mq_get_driver_tag()
|
| /Linux-v5.15/drivers/md/ |
| D | dm-crypt.c | 1285 unsigned int tag_offset) in crypt_convert_block_aead() argument 1306 *org_tag_of_dmreq(cc, dmreq) = tag_offset; in crypt_convert_block_aead() 1381 unsigned int tag_offset) in crypt_convert_block_skcipher() argument 1401 *org_tag_of_dmreq(cc, dmreq) = tag_offset; in crypt_convert_block_skcipher() 1545 unsigned int tag_offset = 0; in crypt_convert() local 1568 r = crypt_convert_block_aead(cc, ctx, ctx->r.req_aead, tag_offset); in crypt_convert() 1570 r = crypt_convert_block_skcipher(cc, ctx, ctx->r.req, tag_offset); in crypt_convert() 1591 tag_offset++; in crypt_convert() 1606 tag_offset++; in crypt_convert() 1614 tag_offset++; in crypt_convert()
|
| /Linux-v5.15/drivers/crypto/chelsio/ |
| D | chcr_algo.c | 2971 unsigned int tag_offset = 0, auth_offset = 0; in fill_sec_cpl_for_aead() local 2987 tag_offset = crypto_aead_authsize(tfm); in fill_sec_cpl_for_aead() 3001 auth_offset, tag_offset, in fill_sec_cpl_for_aead()
|