Searched refs:cregs (Results 1 – 2 of 2) sorted by relevance
88 inst->cregs = in ark_pktchkr_init()169 inst->cregs->pkt_ctrl = r; in ark_pktchkr_set_pkt_ctrl()177 uint32_t r = inst->cregs->pkt_ctrl; in ark_pktchkr_is_gen_forever()211 return inst->cregs->pkts_sent; in ark_pktchkr_get_pkts_sent()219 inst->cregs->pkt_payload = b; in ark_pktchkr_set_payload_byte()227 inst->cregs->pkt_size_min = x; in ark_pktchkr_set_pkt_size_min()235 inst->cregs->pkt_size_max = x; in ark_pktchkr_set_pkt_size_max()243 inst->cregs->pkt_size_incr = x; in ark_pktchkr_set_pkt_size_incr()251 inst->cregs->num_pkts = x; in ark_pktchkr_set_num_pkts()277 inst->cregs->eth_type = x; in ark_pktchkr_set_eth_type()[all …]
61 volatile struct ark_pkt_chkr_ctl_regs *cregs; member