Lines Matching refs:tpt
704 struct tpt_entry tpt; in __cxio_tpt_op() local
727 memset(&tpt, 0, sizeof(tpt)); in __cxio_tpt_op()
729 tpt.valid_stag_pdid = cpu_to_be32(F_TPT_VALID | in __cxio_tpt_op()
734 tpt.flags_pagesize_qpid = cpu_to_be32(V_TPT_PERM(perm) | in __cxio_tpt_op()
738 tpt.rsvd_pbl_addr = reset_tpt_entry ? 0 : in __cxio_tpt_op()
740 tpt.len = cpu_to_be32(len); in __cxio_tpt_op()
741 tpt.va_hi = cpu_to_be32((u32) (to >> 32)); in __cxio_tpt_op()
742 tpt.va_low_or_fbo = cpu_to_be32((u32) (to & 0xFFFFFFFFULL)); in __cxio_tpt_op()
743 tpt.rsvd_bind_cnt_or_pstag = 0; in __cxio_tpt_op()
744 tpt.rsvd_pbl_size = reset_tpt_entry ? 0 : in __cxio_tpt_op()
750 sizeof(tpt), &tpt); in __cxio_tpt_op()