Searched refs:cregs (Results 1 – 2 of 2) sorted by relevance
92 inst->cregs = in ark_pktchkr_init()173 inst->cregs->pkt_ctrl = r; in ark_pktchkr_set_pkt_ctrl()181 uint32_t r = inst->cregs->pkt_ctrl; in ark_pktchkr_is_gen_forever()215 return inst->cregs->pkts_sent; in ark_pktchkr_get_pkts_sent()223 inst->cregs->pkt_payload = b; in ark_pktchkr_set_payload_byte()231 inst->cregs->pkt_size_min = x; in ark_pktchkr_set_pkt_size_min()239 inst->cregs->pkt_size_max = x; in ark_pktchkr_set_pkt_size_max()247 inst->cregs->pkt_size_incr = x; in ark_pktchkr_set_pkt_size_incr()255 inst->cregs->num_pkts = x; in ark_pktchkr_set_num_pkts()281 inst->cregs->eth_type = x; in ark_pktchkr_set_eth_type()[all …]
61 volatile struct ark_pkt_chkr_ctl_regs *cregs; member