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

/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c144 struct fw_ri_tpte tpt; local
175 memset(&tpt, 0, sizeof(tpt));
177 tpt.valid_to_pdid = cpu_to_be32(F_FW_RI_TPTE_VALID |
181 tpt.locread_to_qpid = cpu_to_be32(V_FW_RI_TPTE_PERM(perm) |
186 tpt.nosnoop_pbladdr = !pbl_size ? 0 : cpu_to_be32(
188 tpt.len_lo = cpu_to_be32((u32)(len & 0xffffffffUL));
189 tpt.va_hi = cpu_to_be32((u32)(to >> 32));
190 tpt.va_lo_fbo = cpu_to_be32((u32)(to & 0xffffffffUL));
191 tpt
[all...]
/freebsd-10-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-10-stable/sys/dev/e1000/
H A De1000_hw.h575 u64 tpt; member in struct:e1000_hw_stats
H A Dif_lem.c4482 adapter->stats.tpt += E1000_READ_REG(&adapter->hw, E1000_TPT);
4727 CTLFLAG_RD, &adapter->stats.tpt,
H A Dif_igb.c5481 stats->tpt += E1000_READ_REG(hw, E1000_TPT);
5912 CTLFLAG_RD, &stats->tpt,
H A Dif_em.c5669 adapter->stats.tpt += E1000_READ_REG(&adapter->hw, E1000_TPT);
5946 CTLFLAG_RD, &adapter->stats.tpt,
/freebsd-10-stable/sys/dev/iwn/
H A Dif_iwnreg.h245 uint16_t tpt; /* Mb/s */ member in struct:__anon9100
/freebsd-10-stable/sys/dev/ixgbe/
H A Dif_ix.c4164 stats->tpt += IXGBE_READ_REG(hw, IXGBE_TPT);
4620 CTLFLAG_RD, &stats->tpt, "Total Packets Transmitted");
H A Dixgbe_type.h3788 u64 tpt; member in struct:ixgbe_hw_stats
H A Dixv_type.h3803 u64 tpt; member in struct:ixgbe_hw_stats

Completed in 423 milliseconds