/kernel/linux/linux-5.10/drivers/mtd/parsers/ |
H A D | parser_imagetag.c | 29 loff_t tag_offset, struct bcm_tag *buf) in bcm963xx_read_imagetag() 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() 28 bcm963xx_read_imagetag(struct mtd_info *master, const char *name, loff_t tag_offset, struct bcm_tag *buf) bcm963xx_read_imagetag() argument
|
/kernel/linux/linux-6.6/drivers/mtd/parsers/ |
H A D | parser_imagetag.c | 29 loff_t tag_offset, struct bcm_tag *buf) in bcm963xx_read_imagetag() 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() 28 bcm963xx_read_imagetag(struct mtd_info *master, const char *name, loff_t tag_offset, struct bcm_tag *buf) bcm963xx_read_imagetag() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/ |
H A D | check_user_mem.c | 35 int tag_offset, int tag_len, in check_usermem_access_fault() 74 tag_len = len - tag_offset; in check_usermem_access_fault() 76 ptr_next = (void *)((unsigned long)ptr + tag_offset); in check_usermem_access_fault() 34 check_usermem_access_fault(int mem_type, int mode, int mapping, int tag_offset, int tag_len, enum test_type test_type) check_usermem_access_fault() argument
|
/kernel/linux/linux-5.10/block/ |
H A 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()
|
H A D | blk-mq.c | 1103 unsigned int tag_offset = rq->mq_hctx->tags->nr_reserved_tags; in __blk_mq_get_driver_tag() local 1110 tag_offset = 0; in __blk_mq_get_driver_tag() 1120 rq->tag = tag + tag_offset; in __blk_mq_get_driver_tag()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-mq-tag.c | 139 unsigned int tag_offset; in blk_mq_get_tag() local 148 tag_offset = 0; in blk_mq_get_tag() 151 tag_offset = tags->nr_reserved_tags; in blk_mq_get_tag() 219 blk_mq_put_tag(tags, data->ctx, tag + tag_offset); in blk_mq_get_tag() 222 return tag + tag_offset; in blk_mq_get_tag()
|
H A D | blk-mq.c | 408 unsigned int tag, tag_offset; in __blk_mq_alloc_requests_batch() local 414 tag_mask = blk_mq_get_tags(data, data->nr_tags, &tag_offset); in __blk_mq_alloc_requests_batch() 422 tag = tag_offset + i; in __blk_mq_alloc_requests_batch() 1771 unsigned int tag_offset = rq->mq_hctx->tags->nr_reserved_tags; in __blk_mq_alloc_driver_tag() local 1778 tag_offset = 0; in __blk_mq_alloc_driver_tag() 1788 rq->tag = tag + tag_offset; in __blk_mq_alloc_driver_tag()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-crypt.c | 1286 unsigned int tag_offset) in crypt_convert_block_aead() 1307 *org_tag_of_dmreq(cc, dmreq) = tag_offset; in crypt_convert_block_aead() 1382 unsigned int tag_offset) in crypt_convert_block_skcipher() 1402 *org_tag_of_dmreq(cc, dmreq) = tag_offset; in crypt_convert_block_skcipher() 1546 unsigned int tag_offset = 0; in crypt_convert() local 1569 r = crypt_convert_block_aead(cc, ctx, ctx->r.req_aead, tag_offset); in crypt_convert() 1571 r = crypt_convert_block_skcipher(cc, ctx, ctx->r.req, tag_offset); in crypt_convert() 1592 tag_offset++; in crypt_convert() 1607 tag_offset++; in crypt_convert() 1615 tag_offset in crypt_convert() 1283 crypt_convert_block_aead(struct crypt_config *cc, struct convert_context *ctx, struct aead_request *req, unsigned int tag_offset) crypt_convert_block_aead() argument 1379 crypt_convert_block_skcipher(struct crypt_config *cc, struct convert_context *ctx, struct skcipher_request *req, unsigned int tag_offset) crypt_convert_block_skcipher() argument [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-crypt.c | 1302 unsigned int tag_offset) in crypt_convert_block_aead() 1323 *org_tag_of_dmreq(cc, dmreq) = tag_offset; in crypt_convert_block_aead() 1404 unsigned int tag_offset) in crypt_convert_block_skcipher() 1424 *org_tag_of_dmreq(cc, dmreq) = tag_offset; in crypt_convert_block_skcipher() 1567 unsigned int tag_offset = 0; in crypt_convert() local 1590 r = crypt_convert_block_aead(cc, ctx, ctx->r.req_aead, tag_offset); in crypt_convert() 1592 r = crypt_convert_block_skcipher(cc, ctx, ctx->r.req, tag_offset); in crypt_convert() 1613 tag_offset++; in crypt_convert() 1628 tag_offset++; in crypt_convert() 1636 tag_offset in crypt_convert() 1299 crypt_convert_block_aead(struct crypt_config *cc, struct convert_context *ctx, struct aead_request *req, unsigned int tag_offset) crypt_convert_block_aead() argument 1401 crypt_convert_block_skcipher(struct crypt_config *cc, struct convert_context *ctx, struct skcipher_request *req, unsigned int tag_offset) crypt_convert_block_skcipher() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | cn10k_macsec.c | 505 u8 tag_offset; in cn10k_mcs_write_tx_secy() local 513 tag_offset = txsc->vlan_dev ? 16 : 12; in cn10k_mcs_write_tx_secy() 539 policy |= FIELD_PREP(MCS_TX_SECY_PLCY_ST_OFFSET, tag_offset); in cn10k_mcs_write_tx_secy()
|
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 2977 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()
|
/kernel/linux/linux-6.6/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 2972 unsigned int tag_offset = 0, auth_offset = 0; in fill_sec_cpl_for_aead() local 2988 tag_offset = crypto_aead_authsize(tfm); in fill_sec_cpl_for_aead() 3002 auth_offset, tag_offset, in fill_sec_cpl_for_aead()
|