Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/disk/nvme/
Dnvme.h400 #define NVME_QUEUE_ALLOCATE(name, n_entries) \ argument
401 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) \ argument
411 NVME_QUEUE_ALLOCATE(admin_##n, n_entries)
412 #define NVME_IOQ_ALLOCATE(n, n_entries) \ argument
413 NVME_QUEUE_ALLOCATE(io_##n, n_entries)
/Zephyr-Core-3.6.0/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-Core-3.6.0/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()