Lines Matching refs:tpt
255 struct fw_ri_tpte tpt; in write_tpt_entry() local
286 memset(&tpt, 0, sizeof(tpt)); in write_tpt_entry()
290 tpt.valid_to_pdid = cpu_to_be32(F_FW_RI_TPTE_VALID | in write_tpt_entry()
294 tpt.locread_to_qpid = cpu_to_be32(V_FW_RI_TPTE_PERM(perm) | in write_tpt_entry()
299 tpt.nosnoop_pbladdr = !pbl_size ? 0 : cpu_to_be32( in write_tpt_entry()
301 tpt.len_lo = cpu_to_be32((u32)(len & 0xffffffffUL)); in write_tpt_entry()
302 tpt.va_hi = cpu_to_be32((u32)(to >> 32)); in write_tpt_entry()
303 tpt.va_lo_fbo = cpu_to_be32((u32)(to & 0xffffffffUL)); in write_tpt_entry()
304 tpt.dca_mwbcnt_pstag = cpu_to_be32(0); in write_tpt_entry()
305 tpt.len_hi = cpu_to_be32((u32)(len >> 32)); in write_tpt_entry()
309 sizeof(tpt), &tpt); in write_tpt_entry()