Home
last modified time | relevance | path

Searched refs:ptag (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/net/dsa/
Dtag_rzn1_a5psw.c41 struct a5psw_tag *ptag; in a5psw_tag_xmit() local
44 BUILD_BUG_ON(sizeof(*ptag) != A5PSW_TAG_LEN); in a5psw_tag_xmit()
59 ptag = dsa_etype_header_pos_tx(skb); in a5psw_tag_xmit()
62 ptag->ctrl_tag = htons(ETH_P_DSA_A5PSW); in a5psw_tag_xmit()
63 ptag->ctrl_data = htons(A5PSW_CTRL_DATA_FORCE_FORWARD); in a5psw_tag_xmit()
64 ptag->ctrl_data2_lo = htons(data2_val); in a5psw_tag_xmit()
65 ptag->ctrl_data2_hi = 0; in a5psw_tag_xmit()
/linux-6.1.9/arch/sparc/include/asm/
Dviking.h168 unsigned long ptag = ((set & 0x7f) << 5) | ((block & 0x3) << 26) | in viking_get_dcache_ptag() local
176 : "r" (ptag), "i" (ASI_M_DATAC_TAG) in viking_get_dcache_ptag()
/linux-6.1.9/arch/sparc/kernel/
Dsbus.c633 unsigned long ptag, ltag; in sbus_iommu_init() local
635 ptag = strbuf->strbuf_control + in sbus_iommu_init()
639 ptag += (unsigned long)i * 8UL; in sbus_iommu_init()
642 upa_writeq(0UL, ptag); in sbus_iommu_init()
/linux-6.1.9/arch/sparc/mm/
Dviking.S58 cmp %g3, %g1 ! ptag == ppage?
62 andcc %g2, %o5, %g0 ! ptag VALID?
/linux-6.1.9/include/linux/mlx5/
Dqp.h472 __be64 ptag; member
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Drx.c49 .ptag = cpu_to_be64(addr | MLX5_EN_WR), in mlx5e_xsk_alloc_rx_mpwqe()
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dumr.c658 cur_mtt->ptag = in mlx5r_umr_update_mr_pas()
663 cur_mtt->ptag = 0; in mlx5r_umr_update_mr_pas()
/linux-6.1.9/fs/xfs/
Dxfs_trace.h4216 TP_PROTO(struct xfs_mount *mp, int ptag, int flags, const char *fname,
4218 TP_ARGS(mp, ptag, flags, fname, line_num),
4221 __field(int, ptag)
4228 __entry->ptag = ptag;
4235 __print_flags(__entry->ptag, "|", XFS_PTAG_STRINGS),
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c675 .ptag = cpu_to_be64(addr | MLX5_EN_WR), in mlx5e_alloc_rx_mpwqe()
Den_main.c398 .ptag = cpu_to_be64(filler_addr), in mlx5e_create_umr_mkey()