Searched refs:arm_smmu_ll_queue (Results 1 – 2 of 2) sorted by relevance
114 static bool queue_has_space(struct arm_smmu_ll_queue *q, u32 n) in queue_has_space()129 static bool queue_full(struct arm_smmu_ll_queue *q) in queue_full()135 static bool queue_empty(struct arm_smmu_ll_queue *q) in queue_empty()141 static bool queue_consumed(struct arm_smmu_ll_queue *q, u32 prod) in queue_consumed()159 static void queue_inc_cons(struct arm_smmu_ll_queue *q) in queue_inc_cons()184 static u32 queue_inc_prod_n(struct arm_smmu_ll_queue *q, int n) in queue_inc_prod_n()519 struct arm_smmu_ll_queue llq = { in __arm_smmu_cmdq_poll_set_valid_map()577 struct arm_smmu_ll_queue *llq) in arm_smmu_cmdq_poll_until_not_full()612 struct arm_smmu_ll_queue *llq) in __arm_smmu_cmdq_poll_until_msi()636 struct arm_smmu_ll_queue *llq) in __arm_smmu_cmdq_poll_until_consumed()[all …]
472 struct arm_smmu_ll_queue { struct489 struct arm_smmu_ll_queue llq; argument