Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Dtag_rzn1_a5psw.c42 struct a5psw_tag *ptag; in a5psw_tag_xmit()
45 BUILD_BUG_ON(sizeof(*ptag) != A5PSW_TAG_LEN); in a5psw_tag_xmit()
60 ptag = dsa_etype_header_pos_tx(skb); in a5psw_tag_xmit()
63 ptag->ctrl_tag = htons(ETH_P_DSA_A5PSW); in a5psw_tag_xmit()
64 ptag->ctrl_data = htons(A5PSW_CTRL_DATA_FORCE_FORWARD); in a5psw_tag_xmit()
65 ptag->ctrl_data2_lo = htons(data2_val); in a5psw_tag_xmit()
66 ptag->ctrl_data2_hi = 0; in a5psw_tag_xmit()
43 struct a5psw_tag *ptag; a5psw_tag_xmit() local
/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/fs/ntfs/
H A Dcompress.c1103 char *ptag; /* location reserved for a tag */ in ntfs_compress_block() local
1127 ptag = &outbuf[xout++]; in ntfs_compress_block()
1238 *ptag = tag; in ntfs_compress_block()
1240 ptag = &outbuf[xout++]; in ntfs_compress_block()
1249 *ptag = tag; in ntfs_compress_block()
/linux/arch/sparc/mm/
H A Dviking.S58 cmp %g3, %g1 ! ptag == ppage?
62 andcc %g2, %o5, %g0 ! ptag VALID?
/linux/fs/xfs/
H A Dxfs_trace.h5055 TP_PROTO(struct xfs_mount *mp, int ptag, int flags, const char *fname,
5057 TP_ARGS(mp, ptag, flags, fname, line_num),
5060 __field(int, ptag)
5067 __entry->ptag = ptag;
5074 __print_flags(__entry->ptag, "|", XFS_PTAG_STRINGS),
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c670 .ptag = cpu_to_be64(addr | MLX5_EN_WR), in mlx5e_alloc_rx_mpwqe()
H A Den_main.c510 .ptag = cpu_to_be64(filler_addr), in mlx5e_create_umr_mkey()
815 mtt[i].ptag = cpu_to_be64(shampo->hd_buf_pages[i].addr); in mlx5e_create_rq_hd_mkey()