Searched refs:orig_reg (Results 1 – 1 of 1) sorted by relevance
1891 struct nmreq_register orig_reg; in nmreq_reg_parsing() local1895 orig_reg = *reg; in nmreq_reg_parsing()1909 if (memcmp(&orig_reg, reg, sizeof(*reg))) { in nmreq_reg_parsing()1935 if (reg->nr_offset != orig_reg.nr_offset || in nmreq_reg_parsing()1936 reg->nr_memsize != orig_reg.nr_memsize || in nmreq_reg_parsing()1937 reg->nr_tx_slots != orig_reg.nr_tx_slots || in nmreq_reg_parsing()1938 reg->nr_rx_slots != orig_reg.nr_rx_slots || in nmreq_reg_parsing()1939 reg->nr_tx_rings != orig_reg.nr_tx_rings || in nmreq_reg_parsing()1940 reg->nr_rx_rings != orig_reg.nr_rx_rings || in nmreq_reg_parsing()1941 reg->nr_extra_bufs != orig_reg.nr_extra_bufs) in nmreq_reg_parsing()