Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c255 struct fw_ri_tpte tpt; in write_tpt_entry() local
286 memset(&tpt, 0, sizeof(tpt)); in write_tpt_entry()
290 tpt.valid_to_pdid = cpu_to_be32(F_FW_RI_TPTE_VALID | in write_tpt_entry()
294 tpt.locread_to_qpid = cpu_to_be32(V_FW_RI_TPTE_PERM(perm) | in write_tpt_entry()
299 tpt.nosnoop_pbladdr = !pbl_size ? 0 : cpu_to_be32( in write_tpt_entry()
301 tpt.len_lo = cpu_to_be32((u32)(len & 0xffffffffUL)); in write_tpt_entry()
302 tpt.va_hi = cpu_to_be32((u32)(to >> 32)); in write_tpt_entry()
303 tpt.va_lo_fbo = cpu_to_be32((u32)(to & 0xffffffffUL)); in write_tpt_entry()
304 tpt.dca_mwbcnt_pstag = cpu_to_be32(0); in write_tpt_entry()
305 tpt.len_hi = cpu_to_be32((u32)(len >> 32)); in write_tpt_entry()
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dutils.c965 u64 tpt; in iwl_mvm_calc_tcm_stats()
976 tpt = 8 * bytes; /* kbps */ in iwl_mvm_calc_tcm_stats()
977 do_div(tpt, elapsed); in iwl_mvm_calc_tcm_stats()
979 if (tpt < 22 * rate / 100) in iwl_mvm_calc_tcm_stats()
990 tpt = (8 * bytes); in iwl_mvm_calc_tcm_stats()
991 do_div(tpt, elapsed * 100); in iwl_mvm_calc_tcm_stats()
992 if (tpt < rate) in iwl_mvm_calc_tcm_stats()
877 u64 tpt; iwl_mvm_check_uapsd_agg_expected_tpt() local
/freebsd/sys/dev/igc/
H A Digc_hw.h312 u64 tpt; member
H A Dif_igc.c2522 sc->stats.tpt += IGC_READ_REG(&sc->hw, IGC_TPT); in igc_update_stats_counters()
2850 CTLFLAG_RD, &sc->stats.tpt, in igc_add_hw_stats()
/freebsd/sys/dev/e1000/
H A De1000_hw.h616 u64 tpt; member
H A Dif_em.c4572 sc->stats.tpt += E1000_READ_REG(&sc->hw, E1000_TPT); in em_update_stats_counters()
4941 CTLFLAG_RD, &sc->stats.tpt, in em_add_hw_stats()
/freebsd/sys/dev/iwn/
H A Dif_iwnreg.h247 uint16_t tpt; /* Mb/s */ member
/freebsd/sys/dev/ixgbe/
H A Dif_ix.c1574 stats->tpt += IXGBE_READ_REG(hw, IXGBE_TPT); in ixgbe_update_stats_counters()
1779 CTLFLAG_RD, &stats->tpt, "Total Packets Transmitted"); in ixgbe_add_hw_stats()
H A Dixgbe_type.h3952 u64 tpt; member