Home
last modified time | relevance | path

Searched refs:tmp_tag (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-l2c.c685 union __cvmx_l2c_tag tmp_tag; in cvmx_l2c_get_tag() local
687 tmp_tag = __read_l2_tag(association, index); in cvmx_l2c_get_tag()
694 tag.s.V = tmp_tag.cn58xx.V; in cvmx_l2c_get_tag()
695 tag.s.D = tmp_tag.cn58xx.D; in cvmx_l2c_get_tag()
696 tag.s.L = tmp_tag.cn58xx.L; in cvmx_l2c_get_tag()
697 tag.s.U = tmp_tag.cn58xx.U; in cvmx_l2c_get_tag()
698 tag.s.addr = tmp_tag.cn58xx.addr; in cvmx_l2c_get_tag()
700 tag.s.V = tmp_tag.cn38xx.V; in cvmx_l2c_get_tag()
701 tag.s.D = tmp_tag.cn38xx.D; in cvmx_l2c_get_tag()
702 tag.s.L = tmp_tag.cn38xx.L; in cvmx_l2c_get_tag()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_ste_v1.c225 u8 tmp_tag[DR_STE_SIZE_TAG] = {}; in dr_ste_v1_prepare_for_postsend() local
233 memcpy(tmp_tag, tag, DR_STE_SIZE_TAG); in dr_ste_v1_prepare_for_postsend()
237 memcpy(mask, tmp_tag, DR_STE_SIZE_TAG); in dr_ste_v1_prepare_for_postsend()