Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ark/
H A Dark_ethdev.c189 ark->user_ext.dev_init = in check_for_ext()
197 ark->user_ext.dev_uninit = in check_for_ext()
203 ark->user_ext.dev_start = in check_for_ext()
206 ark->user_ext.dev_stop = in check_for_ext()
209 ark->user_ext.dev_close = in check_for_ext()
212 ark->user_ext.link_update = in check_for_ext()
221 ark->user_ext.stats_get = in check_for_ext()
225 ark->user_ext.stats_reset = in check_for_ext()
228 ark->user_ext.mac_addr_add = in check_for_ext()
239 ark->user_ext.set_mtu = in check_for_ext()
[all …]
H A Dark_global.h105 struct ark_user_ext user_ext; member