Home
last modified time | relevance | path

Searched refs:ts_low (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/dev/bhnd/siba/
HDsiba.c660 uint32_t ts_low; in siba_read_ioctl() local
663 if ((error = bhnd_read_config(child, SIBA_CFG0_TMSTATELOW, &ts_low, 4))) in siba_read_ioctl()
666 *ioctl = (SIBA_REG_GET(ts_low, TML_SICF)); in siba_read_ioctl()
675 uint32_t ts_low, ts_mask; in siba_write_ioctl() local
687 ts_low = (value << SIBA_TML_SICF_SHIFT) & ts_mask; in siba_write_ioctl()
690 ts_low, ts_mask); in siba_write_ioctl()
697 uint32_t ts_low; in siba_is_hw_suspended() local
702 error = bhnd_read_config(child, SIBA_CFG0_TMSTATELOW, &ts_low, 4); in siba_is_hw_suspended()
710 if (ts_low & SIBA_TML_RESET) in siba_is_hw_suspended()
714 if (ts_low & SIBA_TML_REJ_MASK) in siba_is_hw_suspended()
[all …]
/freebsd-14-stable/sys/dev/ice/
HDice_lan_tx_rx.h469 u8 ts_low; member
505 u8 ts_low; member
537 u8 ts_low; member
569 u8 ts_low; member
603 u8 ts_low; member
/freebsd-14-stable/sys/netinet/tcp_stacks/
HDrack.c17299 uint32_t srtt = 0, thresh = 0, ts_low = 0; in tcp_rack_output() local
17345 ts_low = (uint32_t)rsm->r_tim_lastsent[idx]; in tcp_rack_output()
17347 if ((tsused == ts_low) || in tcp_rack_output()
17348 (TSTMP_LT(tsused, ts_low))) { in tcp_rack_output()
17352 if ((tsused - ts_low) < thresh) { in tcp_rack_output()
17367 rack_log_retran_reason(rack, rsm, (tsused - ts_low), thresh, 1); in tcp_rack_output()