Searched refs:new_data (Results 1 – 5 of 5) sorted by relevance
5245 u64 new_data = rd64(hw, reg) & (BIT_ULL(40) - 1); in ice_stat_update40() local5253 *prev_stat = new_data; in ice_stat_update40()5260 if (new_data >= *prev_stat) in ice_stat_update40()5261 *cur_stat += new_data - *prev_stat; in ice_stat_update40()5267 *prev_stat = new_data; in ice_stat_update40()5282 u32 new_data; in ice_stat_update32() local5284 new_data = rd32(hw, reg); in ice_stat_update32()5292 *prev_stat = new_data; in ice_stat_update32()5299 if (new_data >= *prev_stat) in ice_stat_update32()5300 *cur_stat += new_data - *prev_stat; in ice_stat_update32()[all …]
459 struct rte_mbuf *new_data = __bnxt_alloc_rx_data(rxq->mb_pool); in bnxt_tpa_end() local460 RTE_ASSERT(new_data != NULL); in bnxt_tpa_end()461 if (!new_data) { in bnxt_tpa_end()465 tpa_info->mbuf = new_data; in bnxt_tpa_end()
5127 uint64_t new_data; in ice_stat_update_32() local5129 new_data = (uint64_t)ICE_READ_REG(hw, reg); in ice_stat_update_32()5131 *offset = new_data; in ice_stat_update_32()5133 if (new_data >= *offset) in ice_stat_update_32()5134 *stat = (uint64_t)(new_data - *offset); in ice_stat_update_32()5136 *stat = (uint64_t)((new_data + in ice_stat_update_32()5149 uint64_t new_data; in ice_stat_update_40() local5156 *offset = new_data; in ice_stat_update_40()5158 if (new_data >= *offset) in ice_stat_update_40()5159 *stat = new_data - *offset; in ice_stat_update_40()[all …]
755 void *new_data = rte_mem_map(data, mmap_len, in rte_fbarray_init() local757 if (new_data == NULL) { in rte_fbarray_init()
6544 uint64_t new_data; in i40e_stat_update_32() local6548 *offset = new_data; in i40e_stat_update_32()6550 if (new_data >= *offset) in i40e_stat_update_32()6551 *stat = (uint64_t)(new_data - *offset); in i40e_stat_update_32()6553 *stat = (uint64_t)((new_data + in i40e_stat_update_32()6565 uint64_t new_data; in i40e_stat_update_48() local6572 new_data = I40E_READ_REG64(hw, loreg); in i40e_stat_update_48()6576 *offset = new_data; in i40e_stat_update_48()6578 if (new_data >= *offset) in i40e_stat_update_48()6579 *stat = new_data - *offset; in i40e_stat_update_48()[all …]