Lines Matching refs:aligned_buf
267 roc_npa_aura_batch_alloc_count(uint64_t *aligned_buf, unsigned int num) in roc_npa_aura_batch_alloc_count() argument
279 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() argument
303 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() argument
348 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()
361 num_alloc = roc_npa_aura_batch_alloc_extract(buf, aligned_buf, in roc_npa_aura_op_batch_alloc()