Searched refs:__fman_if (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/bus/dpaa/base/fman/ |
| H A D | fman_hw.c | 38 struct __fman_if *__if = container_of(p, struct __fman_if, __if); in fman_if_set_mcast_filter_table() 50 struct __fman_if *__if = container_of(p, struct __fman_if, __if); in fman_if_reset_mcast_filter_table() 89 struct __fman_if *__if = container_of(p, struct __fman_if, __if); in fman_if_add_hash_mac_addr() 108 struct __fman_if *__if = container_of(p, struct __fman_if, __if); in fman_if_get_primary_mac_addr() 130 struct __fman_if *m = container_of(p, struct __fman_if, __if); in fman_if_clear_mac_addr() 151 struct __fman_if *m = container_of(p, struct __fman_if, __if); in fman_if_add_mac_addr() 186 struct __fman_if *__if = container_of(p, struct __fman_if, __if); in fman_if_set_rx_ignore_pause_frames() 205 struct __fman_if *__if = container_of(p, struct __fman_if, __if); in fman_if_conf_max_frame_len() 218 struct __fman_if *m = container_of(p, struct __fman_if, __if); in fman_if_stats_get() 241 struct __fman_if *m = container_of(p, struct __fman_if, __if); in fman_if_stats_get_all() [all …]
|
| H A D | fman.c | 38 if_destructor(struct __fman_if *__if) in if_destructor() 148 static void fman_if_vsp_init(struct __fman_if *__if) in fman_if_vsp_init() 208 struct __fman_if *__if; in fman_if_init() 633 struct __fman_if *__if, *tmpif; in fman_finish()
|
| /f-stack/dpdk/drivers/bus/dpaa/include/ |
| H A D | fman.h | 66 struct __fman_if; 69 TAILQ_HEAD(rte_fman_if_list, __fman_if); 370 struct __fman_if { struct
|
| /f-stack/dpdk/drivers/net/dpaa/ |
| H A D | dpaa_ethdev.c | 211 struct __fman_if *__fif; in dpaa_eth_dev_configure() 220 __fif = container_of(fif, struct __fman_if, __if); in dpaa_eth_dev_configure() 435 struct __fman_if *__fif; in dpaa_eth_dev_close() 462 __fif = container_of(fif, struct __fman_if, __if); in dpaa_eth_dev_close() 677 struct __fman_if *__fif = container_of(fif, struct __fman_if, __if); in dpaa_eth_link_update() 1287 struct __fman_if *__fif; in dpaa_link_down() 1291 __fif = container_of(fif, struct __fman_if, __if); in dpaa_link_down() 1303 struct __fman_if *__fif; in dpaa_link_up() 1307 __fif = container_of(fif, struct __fman_if, __if); in dpaa_link_up()
|