Searched refs:speed_mbps (Results 1 – 3 of 3) sorted by relevance
1447 static inline u64 enst_ns_to_hw_units(size_t ns, u32 speed_mbps) in enst_ns_to_hw_units() argument1449 return DIV_ROUND_UP((ns) * (speed_mbps), in enst_ns_to_hw_units()1453 static inline u64 enst_max_hw_interval(u32 speed_mbps) in enst_max_hw_interval() argument1456 ENST_TIME_GRANULARITY_NS * 1000, (speed_mbps)); in enst_max_hw_interval()
408 static unsigned int iavf_mbps_itr_multiplier(u32 speed_mbps) in iavf_mbps_itr_multiplier() argument410 switch (speed_mbps) { in iavf_mbps_itr_multiplier()
3631 int speed_mbps; in ice_get_link_speed_kbps() local3633 speed_mbps = ice_get_link_speed_mbps(vsi); in ice_get_link_speed_kbps()3635 return speed_mbps * 1000; in ice_get_link_speed_kbps()