Home
last modified time | relevance | path

Searched refs:tpt (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
Dmem.c257 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/
Digc_hw.h314 u64 tpt; member
Dif_igc.c2366 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/
De1000_hw.h617 u64 tpt; member
Dif_em.c4240 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/
Dif_iwnreg.h248 uint16_t tpt; /* Mb/s */ member
/freebsd-12-stable/sys/dev/ixgbe/
Dif_ix.c1537 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()
Dixgbe_type.h3893 u64 tpt; member