Searched refs:hw_l (Results 1 – 1 of 1) sorted by relevance
1136 uint32_t hw_h, hw_h1, hw_l; in mlx5e_hw_clock() local1141 hw_l = ioread32be(&iseg->internal_timer_l); in mlx5e_hw_clock()1144 return (((uint64_t)hw_h << 32) | hw_l); in mlx5e_hw_clock()