Home
last modified time | relevance | path

Searched defs:fds (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/raw/ifpga/base/
H A Difpga_feature_dev.c364 unsigned int count, s32 *fds) in vfio_msix_enable_block()
395 unsigned int count, s32 *fds) in fpga_msix_set_block()
/dpdk/lib/eal/include/
H A Drte_eal.h166 int fds[RTE_MP_MAX_FD_NUM]; member
/dpdk/app/graph/
H A Dmain.c166 fd_set fds; in app_graph_exit() local
/dpdk/lib/power/
H A Dguest_channel.c
/dpdk/lib/node/
H A Dkernel_rx.c178 struct pollfd fds = {.fd = fd, .events = POLLIN}; in kernel_rx_node_process() local
/dpdk/drivers/net/tap/
H A Drte_eth_tap.h100 int fds[RTE_PMD_TAP_MAX_QUEUES]; member
/dpdk/lib/vhost/
H A Dsocket.c102 read_fd_message(char *ifname, int sockfd, char *buf, int buflen, int *fds, int max_fds, in read_fd_message() argument
157 send_fd_message(char *ifname, int sockfd, char *buf, int buflen, int *fds, int fd_num) in send_fd_message() argument
H A Dvhost_user.h179 int fds[VHOST_MEMORY_MAX_NREGIONS]; member
/dpdk/lib/eal/linux/
H A Deal_memalloc.c91 int *fds; /**< dynamically allocated array of segment lock fd's */ member
1531 int *fds = fd_list[list_idx].fds; in destroy_list() local