Searched refs:arm_smmu_ll_queue (Results 1 – 2 of 2) sorted by relevance
104 static bool queue_has_space(struct arm_smmu_ll_queue *q, u32 n) in queue_has_space()119 static bool queue_full(struct arm_smmu_ll_queue *q) in queue_full()125 static bool queue_empty(struct arm_smmu_ll_queue *q) in queue_empty()131 static bool queue_consumed(struct arm_smmu_ll_queue *q, u32 prod) in queue_consumed()149 static void queue_inc_cons(struct arm_smmu_ll_queue *q) in queue_inc_cons()174 static u32 queue_inc_prod_n(struct arm_smmu_ll_queue *q, int n) in queue_inc_prod_n()524 struct arm_smmu_ll_queue llq = { in __arm_smmu_cmdq_poll_set_valid_map()582 struct arm_smmu_ll_queue *llq) in arm_smmu_cmdq_poll_until_not_full()617 struct arm_smmu_ll_queue *llq) in __arm_smmu_cmdq_poll_until_msi()641 struct arm_smmu_ll_queue *llq) in __arm_smmu_cmdq_poll_until_consumed()[all …]
505 struct arm_smmu_ll_queue { struct522 struct arm_smmu_ll_queue llq; argument