Searched refs:tag_offset (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/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.10/block/ |
D | blk-mq-tag.c | 95 unsigned int tag_offset; in blk_mq_get_tag() local 104 tag_offset = 0; in blk_mq_get_tag() 107 tag_offset = tags->nr_reserved_tags; in blk_mq_get_tag() 175 blk_mq_put_tag(tags, data->ctx, tag + tag_offset); in blk_mq_get_tag() 178 return tag + tag_offset; in blk_mq_get_tag()
|
D | blk-mq.c | 1100 unsigned int tag_offset = rq->mq_hctx->tags->nr_reserved_tags; in __blk_mq_get_driver_tag() local 1107 tag_offset = 0; in __blk_mq_get_driver_tag() 1117 rq->tag = tag + tag_offset; in __blk_mq_get_driver_tag()
|
/Linux-v5.10/drivers/md/ |
D | dm-crypt.c | 1284 unsigned int tag_offset) in crypt_convert_block_aead() argument 1305 *org_tag_of_dmreq(cc, dmreq) = tag_offset; in crypt_convert_block_aead() 1380 unsigned int tag_offset) in crypt_convert_block_skcipher() argument 1400 *org_tag_of_dmreq(cc, dmreq) = tag_offset; in crypt_convert_block_skcipher() 1534 unsigned int tag_offset = 0; in crypt_convert() local 1546 r = crypt_convert_block_aead(cc, ctx, ctx->r.req_aead, tag_offset); in crypt_convert() 1548 r = crypt_convert_block_skcipher(cc, ctx, ctx->r.req, tag_offset); in crypt_convert() 1566 tag_offset++; in crypt_convert() 1574 tag_offset++; in crypt_convert()
|
/Linux-v5.10/drivers/crypto/chelsio/ |
D | chcr_algo.c | 2966 unsigned int tag_offset = 0, auth_offset = 0; in fill_sec_cpl_for_aead() local 2980 tag_offset = crypto_aead_authsize(tfm); in fill_sec_cpl_for_aead() 2994 auth_offset, tag_offset, in fill_sec_cpl_for_aead()
|