Home
last modified time | relevance | path

Searched refs:tpte (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/infiniband/hw/cxgb4/
H A Dev.c41 struct fw_ri_tpte tpte; in print_tpte() local
44 (__be32 *)&tpte); in print_tpte()
52 FW_RI_TPTE_VALID_G(ntohl(tpte.valid_to_pdid)), in print_tpte()
53 FW_RI_TPTE_STAGKEY_G(ntohl(tpte.valid_to_pdid)), in print_tpte()
54 FW_RI_TPTE_STAGSTATE_G(ntohl(tpte.valid_to_pdid)), in print_tpte()
55 FW_RI_TPTE_PDID_G(ntohl(tpte.valid_to_pdid)), in print_tpte()
56 FW_RI_TPTE_PERM_G(ntohl(tpte.locread_to_qpid)), in print_tpte()
57 FW_RI_TPTE_PS_G(ntohl(tpte.locread_to_qpid)), in print_tpte()
58 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo), in print_tpte()
59 ((u64)ntohl(tpte.va_hi) << 32) | ntohl(tpte.va_lo_fbo)); in print_tpte()
H A Drestrack.c437 struct fw_ri_tpte tpte; in c4iw_fill_res_mr_entry() local
447 ret = cxgb4_read_tpte(dev->rdev.lldi.ports[0], stag, (__be32 *)&tpte); in c4iw_fill_res_mr_entry()
457 FW_RI_TPTE_VALID_G(ntohl(tpte.valid_to_pdid)))) in c4iw_fill_res_mr_entry()
462 FW_RI_TPTE_STAGSTATE_G(ntohl(tpte.valid_to_pdid)))) in c4iw_fill_res_mr_entry()
465 FW_RI_TPTE_PDID_G(ntohl(tpte.valid_to_pdid)))) in c4iw_fill_res_mr_entry()
468 FW_RI_TPTE_PERM_G(ntohl(tpte.locread_to_qpid)))) in c4iw_fill_res_mr_entry()
471 FW_RI_TPTE_PS_G(ntohl(tpte.locread_to_qpid)))) in c4iw_fill_res_mr_entry()
474 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo))) in c4iw_fill_res_mr_entry()
477 FW_RI_TPTE_PBLADDR_G(ntohl(tpte.nosnoop_pbladdr)))) in c4iw_fill_res_mr_entry()
H A Dt4fw_ri_api.h724 struct fw_ri_tpte tpte; member
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h525 int cxgb4_read_tpte(struct net_device *dev, u32 stag, __be32 *tpte);
H A Dcxgb4_main.c2253 int cxgb4_read_tpte(struct net_device *dev, u32 stag, __be32 *tpte) in cxgb4_read_tpte() argument
2318 ret = t4_memory_rw(adap, 0, memtype, memaddr, 32, tpte, T4_MEMORY_READ); in cxgb4_read_tpte()