Searched refs:orig_reg (Results 1 – 1 of 1) sorted by relevance
1901 struct nmreq_register orig_reg; in nmreq_reg_parsing() local1905 orig_reg = *reg; in nmreq_reg_parsing()1919 if (memcmp(&orig_reg, reg, sizeof(*reg))) { in nmreq_reg_parsing()1945 if (reg->nr_offset != orig_reg.nr_offset || in nmreq_reg_parsing()1946 reg->nr_memsize != orig_reg.nr_memsize || in nmreq_reg_parsing()1947 reg->nr_tx_slots != orig_reg.nr_tx_slots || in nmreq_reg_parsing()1948 reg->nr_rx_slots != orig_reg.nr_rx_slots || in nmreq_reg_parsing()1949 reg->nr_tx_rings != orig_reg.nr_tx_rings || in nmreq_reg_parsing()1950 reg->nr_rx_rings != orig_reg.nr_rx_rings || in nmreq_reg_parsing()1951 reg->nr_extra_bufs != orig_reg.nr_extra_bufs) in nmreq_reg_parsing()