Home
last modified time | relevance | path

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

/dpdk/drivers/net/ark/
H A Dark_pktchkr.c106 inst->sregs->pkt_start_stop = 0; in ark_pktchkr_run()
107 inst->sregs->pkt_start_stop = 0x1; in ark_pktchkr_run()
125 inst->sregs->pkt_start_stop = 0; in ark_pktchkr_stop()
159 inst->sregs->pkt_ctrl = r; in ark_pktchkr_set_pkt_ctrl()
296 inst->sregs->pkts_rcvd); in ark_pktchkr_dump_stats()
298 inst->sregs->bytes_rcvd); in ark_pktchkr_dump_stats()
300 inst->sregs->pkts_ok); in ark_pktchkr_dump_stats()
304 inst->sregs->pkts_err); in ark_pktchkr_dump_stats()
310 inst->sregs->pkts_missing); in ark_pktchkr_dump_stats()
312 inst->sregs->min_latency); in ark_pktchkr_dump_stats()
[all …]
H A Dark_pktchkr.h60 volatile struct ark_pkt_chkr_stat_regs *sregs; member