Searched refs:ptag (Results 1 – 10 of 10) sorted by relevance
| /linux/net/dsa/ |
| H A D | tag_rzn1_a5psw.c | 42 struct a5psw_tag *ptag; in a5psw_tag_xmit() local 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()
|
| /linux/arch/sparc/include/asm/ |
| H A D | viking.h | 168 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 D | sbus.c | 634 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 D | viking.S | 58 cmp %g3, %g1 ! ptag == ppage? 62 andcc %g2, %o5, %g0 ! ptag VALID?
|
| /linux/include/linux/mlx5/ |
| H A D | qp.h | 476 __be64 ptag; member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
| H A D | rx.c | 62 .ptag = cpu_to_be64(addr | MLX5_EN_WR), in mlx5e_xsk_alloc_rx_mpwqe()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | umr.c | 777 cur_mtt->ptag = in _mlx5r_umr_update_mr_pas() 781 cur_mtt->ptag = 0; in _mlx5r_umr_update_mr_pas()
|
| /linux/fs/xfs/ |
| H A D | xfs_trace.h | 5053 TP_PROTO(struct xfs_mount *mp, int ptag, int flags, const char *fname, 5055 TP_ARGS(mp, ptag, flags, fname, line_num), 5058 __field(int, ptag) 5065 __entry->ptag = ptag; 5072 __print_flags(__entry->ptag, "|", XFS_PTAG_STRINGS),
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rx.c | 643 .ptag = cpu_to_be64(addr | MLX5_EN_WR), in mlx5e_alloc_rx_mpwqe()
|
| H A D | en_main.c | 475 .ptag = cpu_to_be64(filler_addr), in mlx5e_create_umr_mkey() 773 mtt[i].ptag = cpu_to_be64(shampo->hd_buf_pages[i].addr); in mlx5e_create_rq_hd_mkey()
|