Home
last modified time | relevance | path

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

/dpdk/drivers/net/ark/
H A Dark_ethdev.c214 if (ark->d_handle == NULL) { in check_for_ext()
225 dlsym(ark->d_handle, "rte_pmd_ark_dev_init"); in check_for_ext()
233 dlsym(ark->d_handle, "rte_pmd_ark_dev_uninit"); in check_for_ext()
239 dlsym(ark->d_handle, "rte_pmd_ark_dev_start"); in check_for_ext()
242 dlsym(ark->d_handle, "rte_pmd_ark_dev_stop"); in check_for_ext()
245 dlsym(ark->d_handle, "rte_pmd_ark_dev_close"); in check_for_ext()
258 dlsym(ark->d_handle, "rte_pmd_ark_stats_get"); in check_for_ext()
276 dlsym(ark->d_handle, "rte_pmd_ark_set_mtu"); in check_for_ext()
278 (rx_user_meta_hook_fn)dlsym(ark->d_handle, in check_for_ext()
281 (tx_user_meta_hook_fn)dlsym(ark->d_handle, in check_for_ext()
[all …]
H A Dark_global.h125 void *d_handle; member