Lines Matching refs:tpt
277 struct fw_ri_tpte tpt; in write_tpt_entry() local
307 memset(&tpt, 0, sizeof(tpt)); in write_tpt_entry()
309 tpt.valid_to_pdid = cpu_to_be32(FW_RI_TPTE_VALID_F | in write_tpt_entry()
313 tpt.locread_to_qpid = cpu_to_be32(FW_RI_TPTE_PERM_V(perm) | in write_tpt_entry()
318 tpt.nosnoop_pbladdr = !pbl_size ? 0 : cpu_to_be32( in write_tpt_entry()
320 tpt.len_lo = cpu_to_be32((u32)(len & 0xffffffffUL)); in write_tpt_entry()
321 tpt.va_hi = cpu_to_be32((u32)(to >> 32)); in write_tpt_entry()
322 tpt.va_lo_fbo = cpu_to_be32((u32)(to & 0xffffffffUL)); in write_tpt_entry()
323 tpt.dca_mwbcnt_pstag = cpu_to_be32(0); in write_tpt_entry()
324 tpt.len_hi = cpu_to_be32((u32)(len >> 32)); in write_tpt_entry()
328 sizeof(tpt), &tpt, skb, wr_waitp); in write_tpt_entry()