Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c11364 uint64_t rate, uint64_t hw_rate, int line, in rack_log_hdwr_pacing() argument
11372 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()
H A Dbbr.c2729 uint64_t rate, uint64_t hw_rate, int line, uint32_t cts, in bbr_type_log_hdwr_pacing() argument
2736 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()