Searched refs:ioffset (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_chan.c | 276 const u64 ioffset = plength; in nouveau_channel_ctor() local 288 size = ioffset + ilength; in nouveau_channel_ctor() 314 args->offset = ioffset + chan->push.addr; in nouveau_channel_ctor()
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-ops.c | 1505 unsigned int ioffset, ooffset; in ccp_run_sha_cmd() local 1606 ooffset = ioffset = CCP_SB_BYTES - SHA1_DIGEST_SIZE; in ccp_run_sha_cmd() 1608 ooffset = ioffset = 0; in ccp_run_sha_cmd() 1615 ioffset = 0; in ccp_run_sha_cmd() 1626 ooffset = ioffset = 0; in ccp_run_sha_cmd() 1633 ioffset = 0; in ccp_run_sha_cmd() 1641 ooffset = ioffset = 0; in ccp_run_sha_cmd() 1675 memcpy(ctx.address + ioffset, init, ctx_size); in ccp_run_sha_cmd()
|
| /linux/net/rxrpc/ |
| H A D | input.c | 1062 int nr_acks, offset, ioffset; in rxrpc_input_ack() local 1115 ioffset = offset + nr_acks + 3; in rxrpc_input_ack() 1116 if (skb->len >= ioffset + sizeof(trailer) && in rxrpc_input_ack() 1117 skb_copy_bits(skb, ioffset, &trailer, sizeof(trailer)) < 0) in rxrpc_input_ack()
|
| /linux/fs/xfs/scrub/ |
| H A D | inode_repair.c | 172 unsigned int ioffset) in xrep_dinode_buf_core() argument 174 struct xfs_dinode *dip = xfs_buf_offset(bp, ioffset); in xrep_dinode_buf_core() 206 xfs_trans_log_buf(tp, bp, ioffset, in xrep_dinode_buf_core() 207 ioffset + sizeof(struct xfs_dinode) - 1); in xrep_dinode_buf_core()
|
| /linux/fs/xfs/ |
| H A D | xfs_inode.c | 1699 int ioffset; in xfs_ifree_cluster() local 1710 ioffset = inum - xic->first_ino; in xfs_ifree_cluster() 1711 if ((xic->alloc & XFS_INOBT_MASK(ioffset)) == 0) { in xfs_ifree_cluster() 1712 ASSERT(ioffset % igeo->inodes_per_cluster == 0); in xfs_ifree_cluster()
|
| /linux/drivers/pinctrl/starfive/ |
| H A D | pinctrl-starfive-jh7110.c | 271 unsigned int ioffset = 4 * (din / 4); in jh7110_set_gpiomux() local 274 reg_din = sfp->base + info->gpi_reg_base + ioffset; in jh7110_set_gpiomux()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ialloc.c | 375 int ioffset = i << mp->m_sb.sb_inodelog; in xfs_ialloc_inode_init() local 391 xfs_trans_log_buf(tp, fbuf, ioffset, in xfs_ialloc_inode_init() 392 ioffset + XFS_DINODE_SIZE(mp) - 1); in xfs_ialloc_inode_init()
|