Searched refs:ent_dwords (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu-v3/ |
H A D | arm-smmu-v3.h | 175 (q)->ent_dwords) 496 size_t ent_dwords; member
|
H A D | arm-smmu-v3.c | 250 queue_read(ent, Q_ENT(q, q->llq.cons), q->ent_dwords); in queue_remove_raw() 364 q->ent_dwords * 8; in arm_smmu_cmdq_build_sync_cmd() 413 queue_read(cmd, Q_ENT(q, cons), q->ent_dwords); in arm_smmu_cmdq_skip_err() 424 queue_write(Q_ENT(q, cons), cmd, q->ent_dwords); in arm_smmu_cmdq_skip_err() 2638 q->ent_dwords = dwords; in arm_smmu_init_one_queue()
|
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu-v3/ |
H A D | arm-smmu-v3.h | 181 (q)->ent_dwords) 535 size_t ent_dwords; member
|
H A D | arm-smmu-v3.c | 240 queue_read(ent, Q_ENT(q, q->llq.cons), q->ent_dwords); in queue_remove_raw() 366 q->ent_dwords * 8; in arm_smmu_cmdq_build_sync_cmd() 416 queue_read(cmd, Q_ENT(q, cons), q->ent_dwords); in __arm_smmu_cmdq_skip_err() 424 queue_write(Q_ENT(q, cons), cmd, q->ent_dwords); in __arm_smmu_cmdq_skip_err() 2923 q->ent_dwords = dwords; in arm_smmu_init_one_queue()
|
Completed in 13 milliseconds