Home
last modified time | relevance | path

Searched refs:old_ver (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/net/openvswitch/
Dflow_table.c581 int old_ver; in flow_table_copy_flows() local
584 old_ver = old->node_ver; in flow_table_copy_flows()
585 new->node_ver = !old_ver; in flow_table_copy_flows()
594 ufid_table.node[old_ver], in flow_table_copy_flows()
599 flow_table.node[old_ver], in flow_table_copy_flows()
/linux-5.19.10/drivers/media/rc/
Dene_ir.c89 u8 hw_revision, old_ver; in ene_hw_detect() local
98 old_ver = ene_read_reg(dev, ENE_HW_VER_OLD); in ene_hw_detect()
115 chip_major, chip_minor, old_ver, hw_revision); in ene_hw_detect()
127 } else if (old_ver == 0x24 && hw_revision == 0xC0) { in ene_hw_detect()
/linux-5.19.10/arch/sparc/mm/
Dinit_64.c754 unsigned long old_ver = tlb_context_cache & CTX_VERSION_MASK; in mmu_context_wrap() local
791 if (likely((old_ctx & CTX_VERSION_MASK) == old_ver)) { in mmu_context_wrap()