Home
last modified time | relevance | path

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

/dpdk/drivers/net/ark/
H A Dark_ethdev.c223 ark->user_ext.dev_init = in check_for_ext()
231 ark->user_ext.dev_uninit = in check_for_ext()
237 ark->user_ext.dev_start = in check_for_ext()
240 ark->user_ext.dev_stop = in check_for_ext()
243 ark->user_ext.dev_close = in check_for_ext()
246 ark->user_ext.link_update = in check_for_ext()
255 ark->user_ext.stats_get = in check_for_ext()
259 ark->user_ext.stats_reset = in check_for_ext()
262 ark->user_ext.mac_addr_add = in check_for_ext()
273 ark->user_ext.set_mtu = in check_for_ext()
[all …]
H A Dark_global.h126 struct ark_user_ext user_ext; member
H A Dark_ethdev_tx.c269 queue->tx_user_meta_hook = ark->user_ext.tx_user_meta_hook; in eth_ark_tx_queue_setup()
H A Dark_ethdev_rx.c177 queue->rx_user_meta_hook = ark->user_ext.rx_user_meta_hook; in eth_ark_dev_rx_queue_setup()