Searched refs:tpt (Results 1 – 14 of 14) sorted by relevance
/linux-3.4.99/drivers/infiniband/hw/cxgb4/ |
D | mem.c | 123 struct fw_ri_tpte tpt; in write_tpt_entry() local 145 memset(&tpt, 0, sizeof(tpt)); in write_tpt_entry() 147 tpt.valid_to_pdid = cpu_to_be32(F_FW_RI_TPTE_VALID | in write_tpt_entry() 151 tpt.locread_to_qpid = cpu_to_be32(V_FW_RI_TPTE_PERM(perm) | in write_tpt_entry() 156 tpt.nosnoop_pbladdr = !pbl_size ? 0 : cpu_to_be32( in write_tpt_entry() 158 tpt.len_lo = cpu_to_be32((u32)(len & 0xffffffffUL)); in write_tpt_entry() 159 tpt.va_hi = cpu_to_be32((u32)(to >> 32)); in write_tpt_entry() 160 tpt.va_lo_fbo = cpu_to_be32((u32)(to & 0xffffffffUL)); in write_tpt_entry() 161 tpt.dca_mwbcnt_pstag = cpu_to_be32(0); in write_tpt_entry() 162 tpt.len_hi = cpu_to_be32((u32)(len >> 32)); in write_tpt_entry() [all …]
|
/linux-3.4.99/drivers/infiniband/hw/cxgb3/ |
D | cxio_hal.c | 704 struct tpt_entry tpt; in __cxio_tpt_op() local 727 memset(&tpt, 0, sizeof(tpt)); in __cxio_tpt_op() 729 tpt.valid_stag_pdid = cpu_to_be32(F_TPT_VALID | in __cxio_tpt_op() 734 tpt.flags_pagesize_qpid = cpu_to_be32(V_TPT_PERM(perm) | in __cxio_tpt_op() 738 tpt.rsvd_pbl_addr = reset_tpt_entry ? 0 : in __cxio_tpt_op() 740 tpt.len = cpu_to_be32(len); in __cxio_tpt_op() 741 tpt.va_hi = cpu_to_be32((u32) (to >> 32)); in __cxio_tpt_op() 742 tpt.va_low_or_fbo = cpu_to_be32((u32) (to & 0xFFFFFFFFULL)); in __cxio_tpt_op() 743 tpt.rsvd_bind_cnt_or_pstag = 0; in __cxio_tpt_op() 744 tpt.rsvd_pbl_size = reset_tpt_entry ? 0 : in __cxio_tpt_op() [all …]
|
/linux-3.4.99/net/mac80211/ |
D | led.c | 190 unsigned long on, off, tpt; in tpt_trig_timer() local 198 tpt = tpt_trig_traffic(local, tpt_trig); in tpt_trig_timer() 206 tpt > tpt_trig->blink_table[i].throughput) { in tpt_trig_timer()
|
/linux-3.4.99/drivers/net/wireless/iwlwifi/ |
D | iwl-agn-rs.c | 485 s32 fail_count, tpt; in rs_collect_tx_data() local 494 tpt = get_expected_tpt(tbl, scale_index); in rs_collect_tx_data() 544 window->average_tpt = (window->success_ratio * tpt + 64) / 128; in rs_collect_tx_data() 1739 s32 tpt = lq_sta->last_tpt / 100; in rs_move_siso_to_other() local 1740 if (tpt >= search_tbl->expected_tpt[index]) in rs_move_siso_to_other() 1907 s32 tpt = lq_sta->last_tpt / 100; in rs_move_mimo2_to_other() local 1908 if (tpt >= search_tbl->expected_tpt[index]) in rs_move_mimo2_to_other() 2099 s32 tpt = lq_sta->last_tpt / 100; in rs_move_mimo3_to_other() local 2100 if (tpt >= search_tbl->expected_tpt[index]) in rs_move_mimo3_to_other()
|
/linux-3.4.99/drivers/net/wireless/iwlegacy/ |
D | 4965-rs.c | 425 s32 fail_count, tpt; in il4965_rs_collect_tx_data() local 434 tpt = il4965_get_expected_tpt(tbl, scale_idx); in il4965_rs_collect_tx_data() 484 win->average_tpt = (win->success_ratio * tpt + 64) / 128; in il4965_rs_collect_tx_data() 1483 s32 tpt = lq_sta->last_tpt / 100; in il4965_rs_move_siso_to_other() local 1484 if (tpt >= search_tbl->expected_tpt[idx]) in il4965_rs_move_siso_to_other() 1607 s32 tpt = lq_sta->last_tpt / 100; in il4965_rs_move_mimo2_to_other() local 1608 if (tpt >= search_tbl->expected_tpt[idx]) in il4965_rs_move_mimo2_to_other()
|
/linux-3.4.99/drivers/net/ethernet/intel/igb/ |
D | e1000_hw.h | 218 u64 tpt; member
|
D | igb_ethtool.c | 472 regs_buff[101] = adapter->stats.tpt; in igb_get_regs()
|
D | igb_main.c | 4740 adapter->stats.tpt += rd32(E1000_TPT); in igb_update_stats()
|
/linux-3.4.99/drivers/net/ethernet/intel/e1000e/ |
D | hw.h | 696 u64 tpt; member
|
D | netdev.c | 4232 adapter->stats.tpt += hw->mac.tx_packet_delta; in e1000e_update_stats() 4570 mac->tx_packet_delta = adapter->stats.tpt - adapter->tpt_old; in e1000_watchdog_task() 4571 adapter->tpt_old = adapter->stats.tpt; in e1000_watchdog_task()
|
/linux-3.4.99/drivers/net/ethernet/intel/e1000/ |
D | e1000_main.c | 2512 hw->tx_packet_delta = adapter->stats.tpt - adapter->tpt_old; in e1000_watchdog() 2513 adapter->tpt_old = adapter->stats.tpt; in e1000_watchdog() 3673 adapter->stats.tpt += hw->tx_packet_delta; in e1000_update_stats()
|
D | e1000_hw.h | 1329 u64 tpt; member
|
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_type.h | 2658 u64 tpt; member
|
D | ixgbe_ethtool.c | 685 regs_buff[964] = IXGBE_GET_STAT(adapter, tpt); in ixgbe_get_regs()
|