Home
last modified time | relevance | path

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

/dpdk/drivers/net/pfe/
H A Dpfe_hif.c805 int event_fd = -1, epoll_fd, pfe_cdev_fd; in pfe_hif_init() local
807 pfe_cdev_fd = open(PFE_CDEV_PATH, O_RDWR); in pfe_hif_init()
808 if (pfe_cdev_fd < 0) { in pfe_hif_init()
814 pfe->cdev_fd = pfe_cdev_fd; in pfe_hif_init()
H A Dpfe_ethdev.c329 int pfe_cdev_fd; in pfe_eth_open_cdev() local
334 pfe_cdev_fd = open(PFE_CDEV_PATH, O_RDONLY); in pfe_eth_open_cdev()
335 if (pfe_cdev_fd < 0) { in pfe_eth_open_cdev()
343 priv->link_fd = pfe_cdev_fd; in pfe_eth_open_cdev()