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

/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c255 struct fw_ri_tpte tpt; local
286 memset(&tpt, 0, sizeof(tpt));
288 tpt.valid_to_pdid = cpu_to_be32(F_FW_RI_TPTE_VALID |
292 tpt.locread_to_qpid = cpu_to_be32(V_FW_RI_TPTE_PERM(perm) |
297 tpt.nosnoop_pbladdr = !pbl_size ? 0 : cpu_to_be32(
299 tpt.len_lo = cpu_to_be32((u32)(len & 0xffffffffUL));
300 tpt.va_hi = cpu_to_be32((u32)(to >> 32));
301 tpt.va_lo_fbo = cpu_to_be32((u32)(to & 0xffffffffUL));
302 tpt
[all...]
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_hal.c741 struct tpt_entry tpt; local
761 memset(&tpt, 0, sizeof(tpt));
763 tpt.valid_stag_pdid = htobe32(F_TPT_VALID |
768 tpt.flags_pagesize_qpid = htobe32(V_TPT_PERM(perm) |
772 tpt.rsvd_pbl_addr = reset_tpt_entry ? 0 :
774 tpt.len = htobe32(len);
775 tpt.va_hi = htobe32((u32) (to >> 32));
776 tpt.va_low_or_fbo = htobe32((u32) (to & 0xFFFFFFFFULL));
777 tpt
[all...]
/freebsd-11-stable/sys/dev/e1000/
H A De1000_hw.h575 u64 tpt; member in struct:e1000_hw_stats
H A Dif_lem.c4463 adapter->stats.tpt += E1000_READ_REG(&adapter->hw, E1000_TPT);
4718 CTLFLAG_RD, &adapter->stats.tpt,
H A Dif_igb.c5761 stats->tpt += E1000_READ_REG(hw, E1000_TPT);
6180 CTLFLAG_RD, &stats->tpt,
H A Dif_em.c5621 adapter->stats.tpt += E1000_READ_REG(&adapter->hw, E1000_TPT);
5908 CTLFLAG_RD, &adapter->stats.tpt,
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h248 uint16_t tpt; /* Mb/s */ member in struct:__anon10553
/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_ix.c1377 stats->tpt += IXGBE_READ_REG(hw, IXGBE_TPT);
1580 CTLFLAG_RD, &stats->tpt, "Total Packets Transmitted");
H A Dixgbe_type.h3805 u64 tpt; member in struct:ixgbe_hw_stats

Completed in 327 milliseconds