Searched refs:tpte (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/infiniband/hw/cxgb4/
H A Dev.c41 struct fw_ri_tpte tpte; local
44 (__be32 *)&tpte);
52 FW_RI_TPTE_VALID_G(ntohl(tpte.valid_to_pdid)),
53 FW_RI_TPTE_STAGKEY_G(ntohl(tpte.valid_to_pdid)),
54 FW_RI_TPTE_STAGSTATE_G(ntohl(tpte.valid_to_pdid)),
55 FW_RI_TPTE_PDID_G(ntohl(tpte.valid_to_pdid)),
56 FW_RI_TPTE_PERM_G(ntohl(tpte.locread_to_qpid)),
57 FW_RI_TPTE_PS_G(ntohl(tpte.locread_to_qpid)),
58 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte
[all...]
H A Drestrack.c437 struct fw_ri_tpte tpte; local
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
[all...]
H A Ddevice.c376 struct fw_ri_tpte tpte; local
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
[all...]
H A Dqp.c797 fr->tpte.valid_to_pdid = cpu_to_be32(FW_RI_TPTE_VALID_F |
802 fr->tpte.locread_to_qpid = cpu_to_be32(
806 fr->tpte.nosnoop_pbladdr = cpu_to_be32(FW_RI_TPTE_PBLADDR_V(
808 fr->tpte.dca_mwbcnt_pstag = cpu_to_be32(0);
809 fr->tpte.len_hi = cpu_to_be32(0);
810 fr->tpte.len_lo = cpu_to_be32(mhp->ibmr.length);
811 fr->tpte.va_hi = cpu_to_be32(mhp->ibmr.iova >> 32);
812 fr->tpte.va_lo_fbo = cpu_to_be32(mhp->ibmr.iova & 0xffffffff);
H A Dt4fw_ri_api.h724 struct fw_ri_tpte tpte; member in struct:fw_ri_fr_nsmr_tpte_wr
/linux-master/arch/s390/mm/
H A Dpgtable.c682 pte_t spte, tpte; local
694 tpte = __pte((pte_val(spte) & PAGE_MASK) |
697 tpgste = pgste_set_pte(tptep, tpgste, tpte);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h528 int cxgb4_read_tpte(struct net_device *dev, u32 stag, __be32 *tpte);
H A Dcxgb4_main.c2262 int cxgb4_read_tpte(struct net_device *dev, u32 stag, __be32 *tpte) argument
2327 ret = t4_memory_rw(adap, 0, memtype, memaddr, 32, tpte, T4_MEMORY_READ);

Completed in 250 milliseconds