Lines Matching refs:tpte
376 struct fw_ri_tpte tpte;
384 (__be32 *)&tpte);
394 FW_RI_TPTE_VALID_G(ntohl(tpte.valid_to_pdid)),
395 FW_RI_TPTE_STAGKEY_G(ntohl(tpte.valid_to_pdid)),
396 FW_RI_TPTE_STAGSTATE_G(ntohl(tpte.valid_to_pdid)),
397 FW_RI_TPTE_PDID_G(ntohl(tpte.valid_to_pdid)),
398 FW_RI_TPTE_PERM_G(ntohl(tpte.locread_to_qpid)),
399 FW_RI_TPTE_PS_G(ntohl(tpte.locread_to_qpid)),
400 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo),
401 ((u64)ntohl(tpte.va_hi) << 32) | ntohl(tpte.va_lo_fbo));