Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ark/
H A Dark_pktchkr.h13 typedef void *ark_pkt_chkr_t; typedef
68 void ark_pktchkr_uninit(ark_pkt_chkr_t handle);
69 void ark_pktchkr_run(ark_pkt_chkr_t handle);
70 int ark_pktchkr_stopped(ark_pkt_chkr_t handle);
71 void ark_pktchkr_stop(ark_pkt_chkr_t handle);
72 int ark_pktchkr_is_running(ark_pkt_chkr_t handle);
73 int ark_pktchkr_get_pkts_sent(ark_pkt_chkr_t handle);
78 void ark_pktchkr_set_num_pkts(ark_pkt_chkr_t handle, uint32_t x);
84 void ark_pktchkr_setup(ark_pkt_chkr_t handle);
85 void ark_pktchkr_dump_stats(ark_pkt_chkr_t handle);
[all …]
H A Dark_pktchkr.c81 ark_pkt_chkr_t
100 ark_pktchkr_uninit(ark_pkt_chkr_t handle) in ark_pktchkr_uninit()
106 ark_pktchkr_run(ark_pkt_chkr_t handle) in ark_pktchkr_run()
115 ark_pktchkr_stopped(ark_pkt_chkr_t handle) in ark_pktchkr_stopped()
124 ark_pktchkr_stop(ark_pkt_chkr_t handle) in ark_pktchkr_stop()
140 ark_pktchkr_is_running(ark_pkt_chkr_t handle) in ark_pktchkr_is_running()
149 ark_pktchkr_set_pkt_ctrl(ark_pkt_chkr_t handle, in ark_pktchkr_set_pkt_ctrl()
187 ark_pktchkr_wait_done(ark_pkt_chkr_t handle) in ark_pktchkr_wait_done()
211 ark_pktchkr_get_pkts_sent(ark_pkt_chkr_t handle) in ark_pktchkr_get_pkts_sent()
295 ark_pktchkr_dump_stats(ark_pkt_chkr_t handle) in ark_pktchkr_dump_stats()
[all …]
H A Dark_global.h91 ark_pkt_chkr_t pc;