Searched refs:pfe_cdev_fd (Results 1 – 2 of 2) sorted by relevance
805 int event_fd = -1, epoll_fd, pfe_cdev_fd; in pfe_hif_init() local807 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()
329 int pfe_cdev_fd; in pfe_eth_open_cdev() local334 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()