Searched refs:aligned_buf (Results 1 – 1 of 1) sorted by relevance
267 roc_npa_aura_batch_alloc_count(uint64_t *aligned_buf, unsigned int num) in roc_npa_aura_batch_alloc_count() argument279 status = (struct npa_batch_alloc_status_s *)&aligned_buf[i]; in roc_npa_aura_batch_alloc_count()281 roc_npa_batch_alloc_wait(&aligned_buf[i]); in roc_npa_aura_batch_alloc_count()289 roc_npa_aura_batch_alloc_extract(uint64_t *buf, uint64_t *aligned_buf, in roc_npa_aura_batch_alloc_extract() argument303 status = (struct npa_batch_alloc_status_s *)&aligned_buf[i]; in roc_npa_aura_batch_alloc_extract()305 roc_npa_batch_alloc_wait(&aligned_buf[i]); in roc_npa_aura_batch_alloc_extract()317 memmove(&buf[count], &aligned_buf[i], in roc_npa_aura_batch_alloc_extract()341 uint64_t *aligned_buf, unsigned int num, in roc_npa_aura_op_batch_alloc() argument348 if (((uint64_t)aligned_buf & (ROC_ALIGN - 1)) != 0) in roc_npa_aura_op_batch_alloc()357 if (roc_npa_aura_batch_alloc_issue(aura_handle, aligned_buf, in roc_npa_aura_op_batch_alloc()[all …]