Home
last modified time | relevance | path

Searched refs:ICE_40_BIT_WIDTH (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.h91 #define ICE_40_BIT_WIDTH (CHAR_BIT * 5) macro
92 #define ICE_40_BIT_MASK RTE_LEN2MASK(ICE_40_BIT_WIDTH, uint64_t)
H A Dice_ethdev.c4730 ((uint64_t)1 << ICE_40_BIT_WIDTH)) - in ice_stat_update_40()
4760 nes->rx_bytes += (uint64_t)1 << ICE_40_BIT_WIDTH; in ice_update_vsi_stats()
4793 nes->tx_bytes += (uint64_t)1 << ICE_40_BIT_WIDTH; in ice_update_vsi_stats()
4847 ns->eth.rx_bytes += (uint64_t)1 << ICE_40_BIT_WIDTH; in ice_read_stats_registers()
4884 ns->eth.tx_bytes += (uint64_t)1 << ICE_40_BIT_WIDTH; in ice_read_stats_registers()