Searched refs:tpt (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/ |
| D | mem.c | 257 struct fw_ri_tpte tpt; in write_tpt_entry() local 288 memset(&tpt, 0, sizeof(tpt)); in write_tpt_entry() 292 tpt.valid_to_pdid = cpu_to_be32(F_FW_RI_TPTE_VALID | in write_tpt_entry() 296 tpt.locread_to_qpid = cpu_to_be32(V_FW_RI_TPTE_PERM(perm) | in write_tpt_entry() 301 tpt.nosnoop_pbladdr = !pbl_size ? 0 : cpu_to_be32( in write_tpt_entry() 303 tpt.len_lo = cpu_to_be32((u32)(len & 0xffffffffUL)); in write_tpt_entry() 304 tpt.va_hi = cpu_to_be32((u32)(to >> 32)); in write_tpt_entry() 305 tpt.va_lo_fbo = cpu_to_be32((u32)(to & 0xffffffffUL)); in write_tpt_entry() 306 tpt.dca_mwbcnt_pstag = cpu_to_be32(0); in write_tpt_entry() 307 tpt.len_hi = cpu_to_be32((u32)(len >> 32)); in write_tpt_entry() [all …]
|
| /freebsd-12-stable/sys/dev/igc/ |
| D | igc_hw.h | 314 u64 tpt; member
|
| D | if_igc.c | 2366 adapter->stats.tpt += IGC_READ_REG(&adapter->hw, IGC_TPT); in igc_update_stats_counters() 2638 CTLFLAG_RD, &adapter->stats.tpt, in igc_add_hw_stats()
|
| /freebsd-12-stable/sys/dev/e1000/ |
| D | e1000_hw.h | 617 u64 tpt; member
|
| D | if_em.c | 4240 sc->stats.tpt += E1000_READ_REG(&sc->hw, E1000_TPT); in em_update_stats_counters() 4538 CTLFLAG_RD, &sc->stats.tpt, in em_add_hw_stats()
|
| /freebsd-12-stable/sys/dev/iwn/ |
| D | if_iwnreg.h | 248 uint16_t tpt; /* Mb/s */ member
|
| /freebsd-12-stable/sys/dev/ixgbe/ |
| D | if_ix.c | 1537 stats->tpt += IXGBE_READ_REG(hw, IXGBE_TPT); in ixgbe_update_stats_counters() 1746 CTLFLAG_RD, &stats->tpt, "Total Packets Transmitted"); in ixgbe_add_hw_stats()
|
| D | ixgbe_type.h | 3893 u64 tpt; member
|