Lines Matching refs:count
534 index >= frag_info->start_index + frag_info->count) { in arm_ffa_mem_address_range_get()
628 frag_info->count = in arm_ffa_mem_retrieve_start()
630 LTRACEF("Descriptors in fragment %u\n", frag_info->count); in arm_ffa_mem_retrieve_start()
632 if (frag_info->count * sizeof(struct ffa_cons_mrd) + header_size != in arm_ffa_mem_retrieve_start()
728 frag_info->start_index += frag_info->count; in arm_ffa_mem_retrieve_next_frag()
730 frag_info->count = fragment_len / sizeof(struct ffa_cons_mrd); in arm_ffa_mem_retrieve_next_frag()
731 if (frag_info->count * sizeof(struct ffa_cons_mrd) != fragment_len) { in arm_ffa_mem_retrieve_next_frag()
784 size_t count; in arm_ffa_setup() local
861 count = pmm_alloc_contiguous(arch_page_count, buf_size_log2, &tx_paddr, in arm_ffa_setup()
863 if (count != arch_page_count) { in arm_ffa_setup()
864 TRACEF("Failed to allocate tx buffer %zx!=%zx\n", count, in arm_ffa_setup()
872 count = pmm_alloc_contiguous(arch_page_count, buf_size_log2, &rx_paddr, in arm_ffa_setup()
874 if (count != arch_page_count) { in arm_ffa_setup()
875 TRACEF("Failed to allocate rx buffer %zx!=%zx\n", count, in arm_ffa_setup()