Home
last modified time | relevance | path

Searched refs:tag_offset (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/parsers/
H A Dparser_imagetag.c29 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()
/OK3568_Linux_fs/kernel/block/
H A Dblk-mq-tag.c95 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()
H A Dblk-mq.c1089 unsigned int tag_offset = rq->mq_hctx->tags->nr_reserved_tags; in __blk_mq_get_driver_tag() local
1096 tag_offset = 0; in __blk_mq_get_driver_tag()
1106 rq->tag = tag + tag_offset; in __blk_mq_get_driver_tag()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-crypt.c1284 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()
1544 unsigned int tag_offset = 0; in crypt_convert() local
1567 r = crypt_convert_block_aead(cc, ctx, ctx->r.req_aead, tag_offset); in crypt_convert()
1569 r = crypt_convert_block_skcipher(cc, ctx, ctx->r.req, tag_offset); in crypt_convert()
1590 tag_offset++; in crypt_convert()
1605 tag_offset++; in crypt_convert()
1613 tag_offset++; in crypt_convert()
/OK3568_Linux_fs/kernel/drivers/crypto/chelsio/
H A Dchcr_algo.c2977 unsigned int tag_offset = 0, auth_offset = 0; in fill_sec_cpl_for_aead() local
2993 tag_offset = crypto_aead_authsize(tfm); in fill_sec_cpl_for_aead()
3007 auth_offset, tag_offset, in fill_sec_cpl_for_aead()