Home
last modified time | relevance | path

Searched refs:n_entries (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/disk/nvme/
Dnvme.h402 #define NVME_QUEUE_ALLOCATE(name, n_entries) \ argument
403 static struct nvme_command cmd_##name[n_entries] __aligned(0x1000); \
404 static struct nvme_completion cpl_##name[n_entries] __aligned(0x1000); \
407 .num_entries = n_entries, \
412 #define NVME_ADMINQ_ALLOCATE(n, n_entries) \ argument
413 NVME_QUEUE_ALLOCATE(admin_##n, n_entries)
414 #define NVME_IOQ_ALLOCATE(n, n_entries) \ argument
415 NVME_QUEUE_ALLOCATE(io_##n, n_entries)
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/
Dintel_vtd.h12 uint8_t n_entries);
72 uint8_t n_entries) in vtd_allocate_entries() argument
77 return api->allocate_entries(dev, n_entries); in vtd_allocate_entries()
/Zephyr-latest/drivers/interrupt_controller/
Dintc_intel_vtd.c321 uint8_t n_entries) in vtd_ictl_allocate_entries() argument
326 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()