Home
last modified time | relevance | path

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

/dpdk/drivers/net/octeontx_ep/
H A Dotx2_ep_vf.c314 const struct otx_ep_config *default_conf = NULL; in otx2_ep_get_defconf() local
316 default_conf = &default_otx2_ep_conf; in otx2_ep_get_defconf()
318 return default_conf; in otx2_ep_get_defconf()
H A Dotx_ep_vf.c350 const struct otx_ep_config *default_conf = NULL; in otx_ep_get_defconf() local
352 default_conf = &default_otx_ep_conf; in otx_ep_get_defconf()
354 return default_conf; in otx_ep_get_defconf()
/dpdk/drivers/event/opdl/
H A Dopdl_evdev.c329 static const struct rte_event_queue_conf default_conf = { in opdl_queue_def_conf() local
337 *conf = default_conf; in opdl_queue_def_conf()
/dpdk/drivers/event/sw/
H A Dsw_evdev.c485 static const struct rte_event_queue_conf default_conf = { in sw_queue_def_conf() local
492 *conf = default_conf; in sw_queue_def_conf()