Home
last modified time | relevance | path

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

/dpdk/lib/eventdev/
H A Drte_event_eth_rx_adapter.c3315 RXA_ADD_DICT(rx_adptr_stats, rx_packets); in handle_rxa_stats()
3317 RXA_ADD_DICT(rx_adptr_stats, rx_dropped); in handle_rxa_stats()
3411 RXA_ADD_DICT(queue_conf, rx_queue_flags); in handle_rxa_get_queue_conf()
3413 RXA_ADD_DICT(queue_conf.ev, queue_id); in handle_rxa_get_queue_conf()
3414 RXA_ADD_DICT(queue_conf.ev, sched_type); in handle_rxa_get_queue_conf()
3415 RXA_ADD_DICT(queue_conf.ev, priority); in handle_rxa_get_queue_conf()
3416 RXA_ADD_DICT(queue_conf.ev, flow_id); in handle_rxa_get_queue_conf()
3484 RXA_ADD_DICT(q_stats, rx_event_buf_size); in handle_rxa_get_queue_stats()
3485 RXA_ADD_DICT(q_stats, rx_poll_count); in handle_rxa_get_queue_stats()
3486 RXA_ADD_DICT(q_stats, rx_packets); in handle_rxa_get_queue_stats()
[all …]