Searched refs:n_entries (Results 1 – 3 of 3) sorted by relevance
400 #define NVME_QUEUE_ALLOCATE(name, n_entries) \ argument401 static struct nvme_command cmd_##name[n_entries] __aligned(0x1000); \402 static struct nvme_completion cpl_##name[n_entries] __aligned(0x1000); \405 .num_entries = n_entries, \410 #define NVME_ADMINQ_ALLOCATE(n, n_entries) \ argument411 NVME_QUEUE_ALLOCATE(admin_##n, n_entries)412 #define NVME_IOQ_ALLOCATE(n, n_entries) \ argument413 NVME_QUEUE_ALLOCATE(io_##n, n_entries)
12 uint8_t n_entries);72 uint8_t n_entries) in vtd_allocate_entries() argument77 return api->allocate_entries(dev, n_entries); in vtd_allocate_entries()
321 uint8_t n_entries) in vtd_ictl_allocate_entries() argument326 if ((data->irte_num_used + n_entries) > IRTE_NUM) { in vtd_ictl_allocate_entries()331 data->irte_num_used += n_entries; in vtd_ictl_allocate_entries()