Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Dtag_rzn1_a5psw.c43 struct a5psw_tag *ptag; in a5psw_tag_xmit() local
46 BUILD_BUG_ON(sizeof(*ptag) != A5PSW_TAG_LEN); in a5psw_tag_xmit()
61 ptag = dsa_etype_header_pos_tx(skb); in a5psw_tag_xmit()
64 ptag->ctrl_tag = htons(ETH_P_DSA_A5PSW); in a5psw_tag_xmit()
65 ptag->ctrl_data = htons(A5PSW_CTRL_DATA_FORCE_FORWARD); in a5psw_tag_xmit()
66 ptag->ctrl_data2_lo = htons(data2_val); in a5psw_tag_xmit()
67 ptag->ctrl_data2_hi = 0; in a5psw_tag_xmit()
/linux/arch/sparc/include/asm/
H A 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/arch/sparc/kernel/
H A Dsbus.c634 unsigned long ptag, ltag; in sbus_iommu_init() local
636 ptag = strbuf->strbuf_control + in sbus_iommu_init()
640 ptag += (unsigned long)i * 8UL; in sbus_iommu_init()
643 upa_writeq(0UL, ptag); in sbus_iommu_init()
/linux/arch/sparc/mm/
H A Dviking.S58 cmp %g3, %g1 ! ptag == ppage?
62 andcc %g2, %o5, %g0 ! ptag VALID?
/linux/include/linux/mlx5/
H A Dqp.h476 __be64 ptag; member
/linux/drivers/infiniband/hw/mlx5/
H A Dumr.c731 cur_mtt->ptag = in _mlx5r_umr_update_mr_pas()
735 cur_mtt->ptag = 0; in _mlx5r_umr_update_mr_pas()
/linux/fs/xfs/
H A Dxfs_trace.h4819 TP_PROTO(struct xfs_mount *mp, int ptag, int flags, const char *fname,
4821 TP_ARGS(mp, ptag, flags, fname, line_num),
4824 __field(int, ptag)
4831 __entry->ptag = ptag;
4838 __print_flags(__entry->ptag, "|", XFS_PTAG_STRINGS),
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c799 .ptag = cpu_to_be64(addr | MLX5_EN_WR), in mlx5e_alloc_rx_mpwqe()
H A Den_main.c504 .ptag = cpu_to_be64(filler_addr), in mlx5e_create_umr_mkey()