Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mtd/parsers/
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()
/linux-6.12.1/tools/testing/selftests/arm64/mte/
Dcheck_user_mem.c35 int tag_offset, int tag_len, in check_usermem_access_fault() argument
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()
/linux-6.12.1/block/
Dblk-mq-tag.c140 unsigned int tag_offset; in blk_mq_get_tag() local
149 tag_offset = 0; in blk_mq_get_tag()
152 tag_offset = tags->nr_reserved_tags; in blk_mq_get_tag()
220 blk_mq_put_tag(tags, data->ctx, tag + tag_offset); in blk_mq_get_tag()
223 return tag + tag_offset; in blk_mq_get_tag()
Dblk-mq.c405 unsigned int tag, tag_offset; in __blk_mq_alloc_requests_batch() local
411 tag_mask = blk_mq_get_tags(data, data->nr_tags, &tag_offset); in __blk_mq_alloc_requests_batch()
419 tag = tag_offset + i; in __blk_mq_alloc_requests_batch()
1746 unsigned int tag_offset = rq->mq_hctx->tags->nr_reserved_tags; in __blk_mq_alloc_driver_tag() local
1753 tag_offset = 0; in __blk_mq_alloc_driver_tag()
1763 rq->tag = tag + tag_offset; in __blk_mq_alloc_driver_tag()
/linux-6.12.1/drivers/md/
Ddm-crypt.c1326 unsigned int tag_offset) in crypt_convert_block_aead() argument
1347 *org_tag_of_dmreq(cc, dmreq) = tag_offset; in crypt_convert_block_aead()
1428 unsigned int tag_offset) in crypt_convert_block_skcipher() argument
1448 *org_tag_of_dmreq(cc, dmreq) = tag_offset; in crypt_convert_block_skcipher()
1591 unsigned int tag_offset = 0; in crypt_convert() local
1614 r = crypt_convert_block_aead(cc, ctx, ctx->r.req_aead, tag_offset); in crypt_convert()
1616 r = crypt_convert_block_skcipher(cc, ctx, ctx->r.req, tag_offset); in crypt_convert()
1637 tag_offset++; in crypt_convert()
1652 tag_offset++; in crypt_convert()
1660 tag_offset++; in crypt_convert()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_definer.c1694 u32 tag_offset = 0; in hws_definer_fc_bind() local
1700 ret = hws_definer_find_byte_in_tag(definer, fc->byte_off, &tag_offset); in hws_definer_fc_bind()
1705 byte_diff = fc->byte_off % DW_SIZE - tag_offset % DW_SIZE; in hws_definer_fc_bind()
1709 fc->byte_off = tag_offset; in hws_definer_fc_bind()
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dcn10k_macsec.c505 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()
/linux-6.12.1/drivers/crypto/chelsio/
Dchcr_algo.c2979 unsigned int tag_offset = 0, auth_offset = 0; in fill_sec_cpl_for_aead() local
2995 tag_offset = crypto_aead_authsize(tfm); in fill_sec_cpl_for_aead()
3009 auth_offset, tag_offset, in fill_sec_cpl_for_aead()