Searched refs:tag_offset (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/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.4/block/ |
D | blk-mq-tag.c | 116 unsigned int tag_offset; in blk_mq_get_tag() local 125 tag_offset = 0; in blk_mq_get_tag() 128 tag_offset = tags->nr_reserved_tags; in blk_mq_get_tag() 191 return tag + tag_offset; in blk_mq_get_tag()
|
/Linux-v5.4/drivers/md/ |
D | dm-crypt.c | 963 unsigned int tag_offset) in crypt_convert_block_aead() argument 984 *org_tag_of_dmreq(cc, dmreq) = tag_offset; in crypt_convert_block_aead() 1059 unsigned int tag_offset) in crypt_convert_block_skcipher() argument 1079 *org_tag_of_dmreq(cc, dmreq) = tag_offset; in crypt_convert_block_skcipher() 1210 unsigned int tag_offset = 0; in crypt_convert() local 1222 r = crypt_convert_block_aead(cc, ctx, ctx->r.req_aead, tag_offset); in crypt_convert() 1224 r = crypt_convert_block_skcipher(cc, ctx, ctx->r.req, tag_offset); in crypt_convert() 1242 tag_offset++; in crypt_convert() 1250 tag_offset++; in crypt_convert()
|
/Linux-v5.4/drivers/crypto/chelsio/ |
D | chcr_algo.c | 2821 unsigned char tag_offset = 0, auth_offset = 0; in fill_sec_cpl_for_aead() local 2835 tag_offset = crypto_aead_authsize(tfm); in fill_sec_cpl_for_aead() 2851 auth_offset, tag_offset, in fill_sec_cpl_for_aead()
|