Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
Dmem.c144 struct fw_ri_tpte tpt; in write_tpt_entry() local
175 memset(&tpt, 0, sizeof(tpt)); in write_tpt_entry()
177 tpt.valid_to_pdid = cpu_to_be32(F_FW_RI_TPTE_VALID | in write_tpt_entry()
181 tpt.locread_to_qpid = cpu_to_be32(V_FW_RI_TPTE_PERM(perm) | in write_tpt_entry()
186 tpt.nosnoop_pbladdr = !pbl_size ? 0 : cpu_to_be32( in write_tpt_entry()
188 tpt.len_lo = cpu_to_be32((u32)(len & 0xffffffffUL)); in write_tpt_entry()
189 tpt.va_hi = cpu_to_be32((u32)(to >> 32)); in write_tpt_entry()
190 tpt.va_lo_fbo = cpu_to_be32((u32)(to & 0xffffffffUL)); in write_tpt_entry()
191 tpt.dca_mwbcnt_pstag = cpu_to_be32(0); in write_tpt_entry()
192 tpt.len_hi = cpu_to_be32((u32)(len >> 32)); in write_tpt_entry()
[all …]
/freebsd-10-stable/sys/dev/cxgb/ulp/iw_cxgb/
Diw_cxgb_hal.c741 struct tpt_entry tpt; in __cxio_tpt_op() local
761 memset(&tpt, 0, sizeof(tpt)); in __cxio_tpt_op()
763 tpt.valid_stag_pdid = htobe32(F_TPT_VALID | in __cxio_tpt_op()
768 tpt.flags_pagesize_qpid = htobe32(V_TPT_PERM(perm) | in __cxio_tpt_op()
772 tpt.rsvd_pbl_addr = reset_tpt_entry ? 0 : in __cxio_tpt_op()
774 tpt.len = htobe32(len); in __cxio_tpt_op()
775 tpt.va_hi = htobe32((u32) (to >> 32)); in __cxio_tpt_op()
776 tpt.va_low_or_fbo = htobe32((u32) (to & 0xFFFFFFFFULL)); in __cxio_tpt_op()
777 tpt.rsvd_bind_cnt_or_pstag = 0; in __cxio_tpt_op()
778 tpt.rsvd_pbl_size = reset_tpt_entry ? 0 : in __cxio_tpt_op()
[all …]
/freebsd-10-stable/sys/dev/e1000/
De1000_hw.h575 u64 tpt; member
Dif_lem.c4482 adapter->stats.tpt += E1000_READ_REG(&adapter->hw, E1000_TPT); in lem_update_stats_counters()
4727 CTLFLAG_RD, &adapter->stats.tpt, in lem_add_hw_stats()
Dif_igb.c5481 stats->tpt += E1000_READ_REG(hw, E1000_TPT);
5912 CTLFLAG_RD, &stats->tpt,
Dif_em.c5669 adapter->stats.tpt += E1000_READ_REG(&adapter->hw, E1000_TPT); in em_update_stats_counters()
5946 CTLFLAG_RD, &adapter->stats.tpt, in em_add_hw_stats()
/freebsd-10-stable/sys/dev/iwn/
Dif_iwnreg.h245 uint16_t tpt; /* Mb/s */ member
/freebsd-10-stable/sys/dev/ixgbe/
Dif_ix.c4164 stats->tpt += IXGBE_READ_REG(hw, IXGBE_TPT); in ixgbe_update_stats_counters()
4620 CTLFLAG_RD, &stats->tpt, "Total Packets Transmitted"); in ixgbe_add_hw_stats()
Dixv_type.h3803 u64 tpt; member
Dixgbe_type.h3788 u64 tpt; member