Lines Matching refs:tpte
437 struct fw_ri_tpte tpte;
447 ret = cxgb4_read_tpte(dev->rdev.lldi.ports[0], stag, (__be32 *)&tpte);
457 FW_RI_TPTE_VALID_G(ntohl(tpte.valid_to_pdid))))
462 FW_RI_TPTE_STAGSTATE_G(ntohl(tpte.valid_to_pdid))))
465 FW_RI_TPTE_PDID_G(ntohl(tpte.valid_to_pdid))))
468 FW_RI_TPTE_PERM_G(ntohl(tpte.locread_to_qpid))))
471 FW_RI_TPTE_PS_G(ntohl(tpte.locread_to_qpid))))
474 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo)))
477 FW_RI_TPTE_PBLADDR_G(ntohl(tpte.nosnoop_pbladdr))))