Home
last modified time | relevance | path

Searched refs:IFCVF_MAX_QUEUES (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/vdpa/ifc/base/
H A Difcvf.h15 #define IFCVF_MAX_QUEUES 1 macro
132 u16 *notify_addr[IFCVF_MAX_QUEUES * 2];
134 struct vring_info vring[IFCVF_MAX_QUEUES * 2];
/f-stack/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c69 struct vring m_vring[IFCVF_MAX_QUEUES * 2];
71 int intr_fd[IFCVF_MAX_QUEUES * 2];
345 sizeof(int) * (IFCVF_MAX_QUEUES * 2 + 1))
436 struct epoll_event events[IFCVF_MAX_QUEUES * 2]; in notify_relay()
446 epfd = epoll_create(IFCVF_MAX_QUEUES * 2); in notify_relay()
718 struct epoll_event events[IFCVF_MAX_QUEUES * 4]; in vring_relay()
727 epfd = epoll_create(IFCVF_MAX_QUEUES * 2); in vring_relay()
1225 internal->max_queues = IFCVF_MAX_QUEUES; in ifcvf_pci_probe()