Searched refs:new_low (Results 1 – 3 of 3) sorted by relevance
180 u64 new_low = orig_low + (u64)increment; in add_to_ctr() local182 *low_be = __cpu_to_be64(new_low); in add_to_ctr()183 if (new_low < orig_low) in add_to_ctr()
442 u32 new_low; in add_del_hash_entry() local445 new_low = (((mac_addr[1] >> 4) & 0xf) << 15) in add_del_hash_entry()474 (new_low & 0xfffffff8)) && in add_del_hash_entry()485 if (((le32_to_cpu(entry->lo) & 0xfffffff8) != (new_low & 0xfffffff8)) && in add_del_hash_entry()508 entry->lo = cpu_to_le32(new_low); in add_del_hash_entry()
1127 static void emac_update_counter(u64 *counter, u32 new_low) in emac_update_counter() argument1132 if (old_low > new_low) { in emac_update_counter()1137 *counter = (high << 32) | new_low; in emac_update_counter()