Searched refs:fman_ccsr_map_fd (Results 1 – 3 of 3) sorted by relevance
190 assert(fman_ccsr_map_fd != -1); in fman_if_set_rx_ignore_pause_frames()208 assert(fman_ccsr_map_fd != -1); in fman_if_conf_max_frame_len()275 assert(fman_ccsr_map_fd != -1); in fman_if_promiscuous_enable()288 assert(fman_ccsr_map_fd != -1); in fman_if_promiscuous_disable()300 assert(fman_ccsr_map_fd != -1); in fman_if_enable_rx()311 assert(fman_ccsr_map_fd != -1); in fman_if_disable_rx()322 assert(fman_ccsr_map_fd != -1); in fman_if_get_rx_status()333 assert(fman_ccsr_map_fd != -1); in fman_if_loopback_enable()352 assert(fman_ccsr_map_fd != -1); in fman_if_loopback_disable()375 assert(fman_ccsr_map_fd != -1); in fman_if_set_bp()[all …]
29 int fman_ccsr_map_fd = -1; variable76 MAP_SHARED, fman_ccsr_map_fd, phys_addr); in fman_get_ip_rev()370 fman_ccsr_map_fd, phys_addr); in fman_if_init()494 fman_ccsr_map_fd, phys_addr); in fman_if_init()676 if (fman_ccsr_map_fd != -1) in fman_init()679 fman_ccsr_map_fd = open(FMAN_DEVICE_PATH, O_RDWR); in fman_init()680 if (unlikely(fman_ccsr_map_fd < 0)) { in fman_init()682 return fman_ccsr_map_fd; in fman_init()710 assert(fman_ccsr_map_fd != -1); in fman_finish()734 close(fman_ccsr_map_fd); in fman_finish()[all …]
389 extern int fman_ccsr_map_fd;