Searched refs:hw_rate (Results 1 – 2 of 2) sorted by relevance
11364 uint64_t rate, uint64_t hw_rate, int line, in rack_log_hdwr_pacing() argument11372 log.u_bbr.flex1 = ((hw_rate >> 32) & 0x00000000ffffffff); in rack_log_hdwr_pacing()11373 log.u_bbr.flex2 = (hw_rate & 0x00000000ffffffff); in rack_log_hdwr_pacing()
2729 uint64_t rate, uint64_t hw_rate, int line, uint32_t cts, in bbr_type_log_hdwr_pacing() argument2736 log.u_bbr.flex1 = ((hw_rate >> 32) & 0x00000000ffffffff); in bbr_type_log_hdwr_pacing()2737 log.u_bbr.flex2 = (hw_rate & 0x00000000ffffffff); in bbr_type_log_hdwr_pacing()