Home
last modified time | relevance | path

Searched refs:fman_ccsr_map_fd (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman_hw.c190 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()
276 assert(fman_ccsr_map_fd != -1); in fman_if_promiscuous_enable()
289 assert(fman_ccsr_map_fd != -1); in fman_if_promiscuous_disable()
301 assert(fman_ccsr_map_fd != -1); in fman_if_enable_rx()
312 assert(fman_ccsr_map_fd != -1); in fman_if_disable_rx()
323 assert(fman_ccsr_map_fd != -1); in fman_if_loopback_enable()
342 assert(fman_ccsr_map_fd != -1); in fman_if_loopback_disable()
365 assert(fman_ccsr_map_fd != -1); in fman_if_set_bp()
382 assert(fman_ccsr_map_fd != -1); in fman_if_get_fc_threshold()
[all …]
H A Dfman.c29 int fman_ccsr_map_fd = -1; variable
76 MAP_SHARED, fman_ccsr_map_fd, phys_addr); in fman_get_ip_rev()
284 fman_ccsr_map_fd, phys_addr); in fman_if_init()
433 fman_ccsr_map_fd, phys_addr); in fman_if_init()
601 if (fman_ccsr_map_fd != -1) in fman_init()
604 fman_ccsr_map_fd = open(FMAN_DEVICE_PATH, O_RDWR); in fman_init()
605 if (unlikely(fman_ccsr_map_fd < 0)) { in fman_init()
607 return fman_ccsr_map_fd; in fman_init()
635 assert(fman_ccsr_map_fd != -1); in fman_finish()
659 close(fman_ccsr_map_fd); in fman_finish()
[all …]
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfman.h386 extern int fman_ccsr_map_fd;