Searched refs:tpte (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
H A D | ev.c | 41 struct fw_ri_tpte tpte; print_tpte() local 44 (__be32 *)&tpte); print_tpte() 53 FW_RI_TPTE_VALID_G(ntohl(tpte.valid_to_pdid)), print_tpte() 54 FW_RI_TPTE_STAGKEY_G(ntohl(tpte.valid_to_pdid)), print_tpte() 55 FW_RI_TPTE_STAGSTATE_G(ntohl(tpte.valid_to_pdid)), print_tpte() 56 FW_RI_TPTE_PDID_G(ntohl(tpte.valid_to_pdid)), print_tpte() 57 FW_RI_TPTE_PERM_G(ntohl(tpte.locread_to_qpid)), print_tpte() 58 FW_RI_TPTE_PS_G(ntohl(tpte.locread_to_qpid)), print_tpte() 59 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo), print_tpte() 60 ((u64)ntohl(tpte.va_hi) << 32) | ntohl(tpte.va_lo_fbo)); print_tpte()
|
H A D | device.c | 366 struct fw_ri_tpte tpte; dump_stag() local 374 (__be32 *)&tpte); dump_stag() 384 FW_RI_TPTE_VALID_G(ntohl(tpte.valid_to_pdid)), dump_stag() 385 FW_RI_TPTE_STAGKEY_G(ntohl(tpte.valid_to_pdid)), dump_stag() 386 FW_RI_TPTE_STAGSTATE_G(ntohl(tpte.valid_to_pdid)), dump_stag() 387 FW_RI_TPTE_PDID_G(ntohl(tpte.valid_to_pdid)), dump_stag() 388 FW_RI_TPTE_PERM_G(ntohl(tpte.locread_to_qpid)), dump_stag() 389 FW_RI_TPTE_PS_G(ntohl(tpte.locread_to_qpid)), dump_stag() 390 ((u64)ntohl(tpte.len_hi) << 32) | ntohl(tpte.len_lo), dump_stag() 391 ((u64)ntohl(tpte.va_hi) << 32) | ntohl(tpte.va_lo_fbo)); dump_stag()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.h | 311 int cxgb4_read_tpte(struct net_device *dev, u32 stag, __be32 *tpte);
|
H A D | cxgb4_main.c | 2101 int cxgb4_read_tpte(struct net_device *dev, u32 stag, __be32 *tpte) cxgb4_read_tpte() argument 2158 ret = t4_memory_rw(adap, 0, memtype, memaddr, 32, tpte, T4_MEMORY_READ); cxgb4_read_tpte()
|
Completed in 288 milliseconds