Home
last modified time | relevance | path

Searched refs:slast (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Dfsl-edma-common.c367 edma_writel(edma, (s32)tcd->slast, &regs->tcd[ch].slast); in fsl_edma_set_tcd_regs()
381 u16 attr, u16 soff, u32 nbytes, u32 slast, u16 citer, in fsl_edma_fill_tcd()
401 tcd->slast = cpu_to_le32(slast); in fsl_edma_fill_tcd()
380 fsl_edma_fill_tcd(struct fsl_edma_hw_tcd *tcd, u32 src, u32 dst, u16 attr, u16 soff, u32 nbytes, u32 slast, u16 citer, u16 biter, u16 doff, u32 dlast_sga, bool major_int, bool disable_req, bool enable_sg) fsl_edma_fill_tcd() argument
H A Dfsl-edma-common.h75 __le32 slast; member
H A Dmpc512x_dma.c144 u32 slast; /* Last source address adjustment */ member
/kernel/linux/linux-6.6/drivers/dma/
H A Dfsl-edma-common.c449 edma_write_tcdreg(fsl_chan, tcd->slast, slast); in fsl_edma_set_tcd_regs()
482 u16 attr, u16 soff, u32 nbytes, u32 slast, u16 citer, in fsl_edma_fill_tcd()
519 tcd->slast = cpu_to_le32(slast); in fsl_edma_fill_tcd()
480 fsl_edma_fill_tcd(struct fsl_edma_chan *fsl_chan, struct fsl_edma_hw_tcd *tcd, u32 src, u32 dst, u16 attr, u16 soff, u32 nbytes, u32 slast, u16 citer, u16 biter, u16 doff, u32 dlast_sga, bool major_int, bool disable_req, bool enable_sg) fsl_edma_fill_tcd() argument
H A Dfsl-edma-common.h82 __le32 slast; member
H A Dmpc512x_dma.c144 u32 slast; /* Last source address adjustment */ member
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H A Dqp.c1966 u32 slast; in rvt_qp_is_avail() local
1983 slast = smp_load_acquire(&qp->s_last); in rvt_qp_is_avail()
1984 if (qp->s_head >= slast) in rvt_qp_is_avail()
1985 avail = qp->s_size - (qp->s_head - slast); in rvt_qp_is_avail()
1987 avail = slast - qp->s_head; in rvt_qp_is_avail()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H A Dqp.c1914 u32 slast; in rvt_qp_is_avail() local
1931 slast = smp_load_acquire(&qp->s_last); in rvt_qp_is_avail()
1932 if (qp->s_head >= slast) in rvt_qp_is_avail()
1933 avail = qp->s_size - (qp->s_head - slast); in rvt_qp_is_avail()
1935 avail = slast - qp->s_head; in rvt_qp_is_avail()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Drefcounttree.c4519 u32 p_cluster, num_clusters, slast, spos, tpos, remapped_clus = 0; in ocfs2_reflink_remap_extent() local
4530 slast = ocfs2_clusters_for_bytes(s_inode->i_sb, pos_in + len); in ocfs2_reflink_remap_extent()
4532 while (spos < slast) { in ocfs2_reflink_remap_extent()
4546 num_clusters = min_t(u32, num_clusters, slast - spos); in ocfs2_reflink_remap_extent()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Drefcounttree.c4490 u32 p_cluster, num_clusters, slast, spos, tpos, remapped_clus = 0; in ocfs2_reflink_remap_extent() local
4501 slast = ocfs2_clusters_for_bytes(s_inode->i_sb, pos_in + len); in ocfs2_reflink_remap_extent()
4503 while (spos < slast) { in ocfs2_reflink_remap_extent()
4517 num_clusters = min_t(u32, num_clusters, slast - spos); in ocfs2_reflink_remap_extent()

Completed in 25 milliseconds