Searched refs:total_length (Results 1 – 7 of 7) sorted by relevance
56 uint64_t total_length,76 uint32_t total_length,
1105 uint64_t total_length, in spmc_ffa_mem_send() argument1155 obj = spmc_shmem_obj_alloc(&spmc_shmem_obj_state, total_length); in spmc_ffa_mem_send()1293 uint32_t total_length, in spmc_ffa_mem_retrieve_req() argument1349 if (fragment_length != total_length) { in spmc_ffa_mem_retrieve_req()1369 if (total_length < min_desc_size) { in spmc_ffa_mem_retrieve_req()1370 WARN("%s: invalid length %u < %zu\n", __func__, total_length, in spmc_ffa_mem_retrieve_req()1466 ((uint8_t *) req + total_length)) { in spmc_ffa_mem_retrieve_req()
148 uint32_t *total_length) in memory_retrieve() argument185 *total_length = ret._regs[1]; in memory_retrieve()189 if (*frag_length == 0U || *total_length == 0U || in memory_retrieve()190 *frag_length > *total_length || *frag_length > (mb->rxtx_page_count * PAGE_SIZE)) { in memory_retrieve()
116 uint32_t total_length, recv_length = 0; in test_memory_send() local135 &total_length)) { in test_memory_send()141 while (total_length != recv_length) { in test_memory_send()155 if (frag_length > total_length || in test_memory_send()177 assert(recv_length <= total_length); in test_memory_send()
100 uint32_t *total_length);
438 if ((pep->total_length % pep->maxpacket == 0U) && in usb_core_data_in()439 (pep->total_length >= pep->maxpacket) && in usb_core_data_in()440 (pep->total_length < pdev->ep0_data_len)) { in usb_core_data_in()713 pdev->ep_out[0].total_length = len; in usb_core_receive_ep0()738 pdev->ep_in[0].total_length = len; in usb_core_transmit_ep0()
176 uint32_t total_length; member
Completed in 12 milliseconds